answersLogoWhite

0


Best Answer

First, we need to recall that a linear equation does not involve any products or roots of variables. All variables occur only to the first power and do not appear as arguments for trigonometric, logarithmic, or exponential functions. For example, x + √y = 4, y = sin x, and 2x + y - z + yz = 5 are not linear.

To solve a system of equations such as

3x + y = 5

2x - y = 3

all information required for the solution is emboded in the augmented matrix (imagine that I put those information into a rectangular arrays)

3 1 5

2 -1 3

and that the solution can be obtained by performing appropriate operations on this matrix.

The matrix of this system linear equations is a square matrix A such as

3 1

2 -1

Think this matrix as

a b

c d

To find an inverse of this square matrix A (2 x 2), we need to find a matrix B of the same size such that AB = I and BA = I, then A is said to be invertible and B is called the inverse of A. If no such a matrix can be found, then A is said to be singular.

An invertible matrix has exactly one inverse.

A square matrix A is invertible if ad - bc ≠ 0 (where ad - bc is the determinant)

The formula of finding the inverse of a square matrix A is

A-1 = [1/(ad - bc)][d -b the second row -c a](I'm sorry, I can't draw the arrays)

So let's find the inverse of our example.

A-1 = [1/(-3 -2)][-1 -1 the second row -2 3] = [-1/-5 -1/-5 the sec. row -2/-5 3/-5] =

1/5 1/5

2/5 -3/5

A n x m matrix cannot have an inverse. A n x n matrix may or may not have an inverse.

To find the inverse of a n x n matrix we should to adjoin the identity matrix to the right side of A, thereby producing a matrix of the form [A | I]. Then we should apply row opperations to this matrix until the left side is reduced to I. This opperations will convert the right side to A-1, so the final matrix will have the form [I |A-1 ].

(There are many other methods how to find the inverse of a n x n matrix, but I can't show them by examples. I am so sorry that I can't be so much useful to you).

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the inverse of A in system of linear equation and matrices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who discovered solving linear system equations by using matrices?

Arthur Cayley


What is inconsistent system of linear equation?

It is a system of linear equations which does not have a solution.


Are system of equations and system of linear equation the same?

No....not necessary


How matrices used in engineering?

If you have a system, which can be expressed as a set of linear equations, then you can utilize matrices to help solve it. One example is an electrical circuit which uses linear devices (example are constant voltage sources and resistive loads). To find the current through each device, a set of linear equations is derived.


Is there any system which involves one nonlinear equation and one linear equation?

Yes


What is a system of equations that has at least one solution?

a linear equation


When will the system of linear equation be consistent?

When its matrix is non-singular.


Which ordered pair is a solution of the linear system?

This is a linear algebra question and it is incomplete since there are no equation which have to be solved.


How do you find system of linear equation in two variable?

By elimination and substitution


What is difference between linear and nonlinear control system?

linear system is like a chemistry equation or math equation where on both sides it must balance. Nonlinear is a math equation or physics that does not appear to have a direct answer just like chaos theory. lulu254ever


What is an independent system of linear equations?

An independent system of linear equations is a set of vectors in Rm, where any other vector in Rm can be written as a linear combination of all of the vectors in the set. The vector equation and the matrix equation can only have the trivial solution (x=0).


Does every system of a linear equation have a solution?

No, if two lines are parallel they will not have a solution.