Finding inverse of a matrix and solving given equations.

  • Thread starter Thread starter cmcc3119
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Click For Summary
SUMMARY

The discussion focuses on finding the inverse of the matrix A, defined as:
A =
-1 3 3
-2 1 2
0 1 1.
The inverse of A is calculated as:
A-1 =
-1 0 3
2 -1 -4
-2 1 5.
Using this inverse, the solutions to the systems of equations are derived as x1 = -2, x2 = 4, and x3 = -3 by applying the formula x = A-1b.

PREREQUISITES
  • Understanding of matrix operations, specifically matrix inversion.
  • Familiarity with solving systems of linear equations using matrices.
  • Knowledge of the properties of matrix multiplication and identity matrices.
  • Basic proficiency in linear algebra concepts.
NEXT STEPS
  • Study the process of calculating the inverse of a matrix using Gaussian elimination.
  • Learn how to apply Cramer's Rule for solving systems of equations.
  • Explore the implications of the Rank-Nullity Theorem in linear algebra.
  • Investigate the use of software tools like MATLAB or Python's NumPy for matrix computations.
USEFUL FOR

Students preparing for quizzes or exams in linear algebra, educators teaching matrix theory, and professionals applying matrix operations in engineering or data science.

cmcc3119
Messages
16
Reaction score
2
[SOLVED] Finding inverse of a matrix and solving given equations.

Hi,

I have a quiz tomorrow and I am looking at the sample quiz right now but I don't understand how the answers work!

Here is the question:

Find the inverse of the matrix A=

-1 3 3
-2 1 2
0 1 1

Hence solve the following systems of equations:

-x1 + 3x2 + 3x3 = 5
-2x1 + x2 + 2x3 = 2
x2 + x3 = 1

and

-x + 3z = -5
2x - y - 4z = 2
-2x + y + 5z = -1The answer says the inverse of A
-1 0 3
2 -1 -4
-2 1 5

Then it spells out how to solve the equations but the is the part that confuses me:

"The first system of equations corresponds to the matrix equation A
[x1 = [5
x2 = 2
x3 ] = 1]

Therefore, as A is invertible (i.e. A-1 exists),

[x1
x2
x3]

=A inverse of

[5
2
1]

which =

[-1 0 3 [5 [-2
2 -1 -4 2 = 4
-2 1 5 ] 1] -3 ]

So x1 = -2, x2 = 4, x3 = -3.

Can someone please explain how they just did that because I really can't understand where they derive -2, 4 , 3 from and what they do with [5, 2 ,1]
 
Last edited:
Physics news on Phys.org
So you've got this matrix \left(\begin{array}{ccc} -1 &amp; 3 &amp; 3 \\<br /> -2&amp;1&amp;2 \\<br /> 0&amp;1&amp;1 <br /> \end{array}\right) and you set of equations.

The first thing to note is that your equations are equal to \left(\begin{array}{ccc} -1 &amp; 3 &amp; 3 \\-2&amp;1&amp;2 \\ 0&amp;1&amp;1 \end{array}\right) \left(\begin{array}{c}x_1 \\ x_2 \\ x_3 \end{array}\right)=\left(\begin{array}{c}5\\2\\1\end{array}\right).

So, in order to find (x1,x2,x3)T you need to multiply the equation on the left by the inverse of A. This will give (x1,x2,x3)T= something.. where you can calculate the "something" by matrix algebra.
 
So how would I know that I have to multiply the left by the inverse of A to find the answer? Is there some basic principle or law that I am unaware of?
 
Well, yes. The easiest way to solve the equation Ax=b (for a matrix A and vectors x and b) is to try and get x on it's own, no? Now, you know that AA^{-1}=A^{-1}A=I, so you know that multiplying the equation by A inverse will leave you with x=A^{-1}b, from which you can read off values for x.
 
Its so hard to put all these number and boxes back into simple ax = b and again rearrange. Thanks cristo for your help!
 
No worries
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
9
Views
2K