A=[2-5]
[2 6] I inverted to [6 5]
[-2 2] Don't know what to do next to solve.
![]() |
A=[2-5]
[2 6] I inverted to [6 5]
[-2 2] Don't know what to do next to solve.
The inverse of a square matrix is the adjoint divided by the determinant. So far you've successfully found the adjoint matrix. Now, to finish doing the inverse, you just need to divide everything by the determinant of A, and you're done. Your 6 should be 6/22, your 5 should be 5/22, etc.
When you're all done, you can check your work by doing the matrix multiplication A * inv(A) and the result should be the identity matrix [1 0][0 1].
Good job so far.
| All times are GMT -7. The time now is 06:26 AM. |