Inverse of A Matrix.01
Inverse of A Matrix.01
Definition:
Let A be an n x n matrix and let In be the n x n identity matrix. If there exists a matrix A-1 such that
AA-1 = In = A-1A
then A-1 is called the inverse of A. The symbol is read A-1 “inverse.”
Notes:
• If a matrix has an inverse, is called invertible (or nonsingular); otherwise, is called singular.
• A nonsquare matrix cannot have an inverse.
• Not all square matrices have inverses. If, however, a matrix does have an inverse, that inverse is unique.
then A is invertible if and only if ad-bc ≠ 0. Moreover, if ad-bc ≠ 0, the inverse is given by
Example:
Given:
3 1
[ ]
4 2
Determine the inverse of the matrix.
1 2 −1
𝐴−1 = [ ]
(3)(2) − (4)(1) −4 3
1 2 −1 1 −1/2
𝐴−1 = [ ]= [ ]
2 −4 3 −2 3/2
Prove:
AA-1 = In = A-1A
3 1 1 −1/2 1 0
[ ] [ ]= [ ]
4 2 −2 3/2 0 1
Inverse of a matrix can also be used in solving systems of linear equation through:
Ax = B
[A] [A] x = [A]-1B
-1
x = [A]-1B
Inverse using Gauss-Jordan Method
1. Set-up an augmented matrix (coefficient matrix augmented with its identity matrix)
2. Compute for x
Given:
w + 6x + 3y – 3z = 2
2w + 7x + y + 2z = 5
w + 5x + 3y – 3x = 3
-6x -2y + 3z = 6
Determine the values of w, x, y and z.
Step 1: Set-up an augmented matrix (coefficient matrix augmented with its identity matrix)
Step 2: Compute for x
x = [A]-1B
x1 = 3; x2 = 1; x3 = 2
Therefore, the values for x1, x2 and x3 are 3, 1 and 2 respectively.
No: Name: Schedule: Score:
____ Inverse Method Activity Target Deadline: 7April2020
2. Determine the values of the variables by Inverse using minors, cofactors and adjoints method
w + 6x + 3y – 3z = 2
2w + 7x + y + 2z = 5
w + 5x + 3y – 3x = 3
-6x -2y + 3z = 6