You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The inverse of a matrix A, denoted A−1, is the matrix such that AA−1=A−1A=I. Not every matrix has an inverse — only non-singular matrices (those with non-zero determinant) are invertible.
For A=(acbd) with det(A)=ad−bc=0:
A−1=ad−bc1(d−c−ba)The recipe: swap the diagonal, negate the off-diagonal, divide by the determinant.
Worked Example 1: Find the inverse of A=(3512).
det(A)=6−5=1.
A−1=11(2−5−13)=(2−5−13)Check: AA−1=(3512)(2−5−13)=(1001) ✓
For a 3×3 matrix, the inverse is found using:
A−1=det(A)1adj(A)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.