Find B^-1 Matrice: [-3 -1] [-4 -2]
Which method do you have to use to find the inverse?
Nothing specifically. @Hero
Are you aware of the methods that currently exist to find the inverse of a matrix?
I'm just checking this for a friend, I'm not sure how to do this anymore lol.
The two most commonly used computational methods are: 1. Augmented Matrix method 2. Adjoint method As detailed in this link: http://www.mathwords.com/i/inverse_of_a_matrix.htm
Can you show me how to do that?
Basically \[B^{-1} = \frac{1}{\det(B)}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}\]
So first find the determinant of B which is \(ad - bc\) or rather \((-3)(-2) -(-4)(-1)\)
so \(\det(B) = 6 - 4 = 2\)
So detB is = 2?
Yes, correct. Now, swap \(a\) and \(d\) and then make \(c\) and \(b\) positive to get:
Okay so 1/2 [-2 1] [4 -2]
\[B^{-1} = \frac{1}{2}\begin{bmatrix} -2 & 1 \\ 4 & -3 \end{bmatrix}\]
Oh whoops missed the -3. Now do I muliply each or what?
Now you do this: \[B^{-1} = \begin{bmatrix} -2/2 & 1/2 \\ 4/2 & -3/2 \end{bmatrix}\]
Basically divide each value inside the matrix by half
Which afterwards you should end up with: \\[B^{-1} = \begin{bmatrix} -1 & \frac{1}{2} \\ 2 & -\frac{3}{2} \end{bmatrix}\]
Awesome that's what I got, thanks so much!
Join our real-time social learning platform and learn together with your friends!