
Content Writer
The inverse of a matrix is a different matrix that, when multiplied by the original matrix, yields the multiplicative identity. A matrix is a function that consists of an ordered or structured rectangular array of numbers. The array values are referred to as matrix elements. The horizontal arrays in a matrix are known as rows, and the vertical arrays are known as columns. If the number of rows and columns in a matrix is a and b, respectively, the matrix's order is an x b, where a and b are the counting numbers. If A is a matrix of an x b order, then A-1 represents the inverse of matrix A. It can only be discovered the matrix inverse for square matrices with equal numbers of rows and columns, such as 2 × 2, 3 × 3, and so on. In simple terms, the inverse matrix is obtained by dividing the adjugate of the supplied matrix by its determinant.
Read more: Applications of determinants
| Table of Content |
KeyTerms: Inverse matrix, Square matrix, Row operations, Column operations, Elements, Determinants, Matrix, Counting Numbers, Array, Original matrix
What is an Inverse Matrix?
[Click Here for Sample Questions]
If A is a non-singular square matrix, then A-1 is an inverse matrix that meets the following condition:
AA-1 = A-1A = I, Where I is the Identity matrix
The video below explains this:
Matrices Detailed Video Explanation:
Rank of the Matrix
[Click Here for Sample Questions]
The rank of the matrix is the maximum number of linearly self-determining column vectors in the matrix.
Inverse Matrix Formula
[Click Here for Sample Questions]
This can be represented mathematically as A-1A = I, where A is a square matrix.
Methods to Find Inverse of Matrix
[Click Here for Sample Questions]
In general, the inverse of a matrix is obtained using two elementary matrix operations methods. Row and column transformations are used to perform the basic operations on a matrix.
Elementary Row Operations
Take three square matrices, X, A, and B, and use elementary row operations to determine the inverse of a matrix. The matrix equation is, A X = B. Also, X = A-1 B is the matrix equation. Write down the matrix A as A = I A. Perform the basic row operations on both sides to obtain the identity matrix. After transformations, the final matrix in R.H.S.with "A" being the given matrix's inverse.
Elementary Column Operations
Take three square matrices, X, A, and B, and use elementary column operations to determine the inverse of a matrix. Here the matrix equation is, A X = B. Hence X = A-1 B is the matrix equation. Carry out the basic row procedures. A = I A is one way to express the given matrix A. Perform the basic column operations on both sides to obtain the identity matrix. After transformations, “A” is the inverse of the given matrix of the final matrix.
How to Measure the Inverse?
[Click Here for Sample Questions]
In the following steps, one may estimate the inverse of the matrix:
- First, determine whether or not the determinant is greater than zero. After that, compute a minor matrix.
- Second, turn into a cofactor matrix.
- Third, obtain the matrix's adjugate or adjoint by taking the transpose of the cofactor matrix.
- Fourth: Finally, multiply by 1 / Determinant.
Read more:
| Relevant Concepts | ||
|---|---|---|
| Algebra of matrices | Matrix Addition | Types of matrices |
| Unit vector | Diagonal matrix | Invertible matrices |
Inverse Matrix-Related Terms
[Click Here for Sample Questions]
- Cofactor: The cofactor of an element in order representation is computed by multiplying the minor with -1 to the exponent of the sum of the row and column elements.
- Matrix determinant: The determinant of a matrix is its solitary unique value representation. The determinant of the matrix can be calculated using any row or column of the supplied matrix. The determinant of the matrix is the product of the elements and their cofactors in a given row or column of the matrix.
- Singular Matrix: A singular matrix has a determinant of zero. For a single matrix A, |A| equals 0.
- Non-Singular Matrix: A non-singular matrix has a determinant value that is not equal to zero. For a non-singular matrix, |A| 0 A non-singular matrix is called an invertible matrix since its inverse can be computed.
- Matrix Adjoint: The adjoint of a matrix is the transpose of the cofactor element matrix of the supplied matrix.
Example:
\(\begin{bmatrix}6 & 2 & 3 \\[0.3em]3 & 1 &1 \\[0.3em]10 & 3&4 \\[0.3em] \end{bmatrix}\)
Find the inverse of the following matrix
Solution:
2 \(\begin{bmatrix}1 & 1 \\[0.3em]-1 & 2 \\[0.3em] \end{bmatrix}\) – 1 \(\begin{bmatrix}1 & 1 \\[0.3em]1 & 2 \\[0.3em] \end{bmatrix}\) + 1 \(\begin{bmatrix}1 & 1 \\[0.3em]1 & -1 \\[0.3em] \end{bmatrix}\)
|A| = 2(2 + 1) – 1(1) + 1(-2)
= 2(3) – 1 – 2
= 6 – 3
= 3
As A is a non-singular matrix A-1 exists
|A| = 6(1) – 2(2) + 3(-1)
= 6 – 4 – 3
= 6 – 7
= – 1
|A| = – 10
Minor and cofactor of row 1
Minor of 6
\(\begin{bmatrix}1 & 1 \\[0.3em]3& 4 \\[0.3em] \end{bmatrix}\)
= (4 – 3)
= (1)
= 1
Cofactor of 6= +(1)= 1
Minor of 2
\(\begin{bmatrix}3 & 1 \\[0.3em]10 & 4 \\[0.3em] \end{bmatrix}\)
= (12 – 10)
= (2)
= 2
Cofactor of 2= (-2)= – 2
Minor of 3
\(\begin{bmatrix}3 & 1 \\[0.3em]10 & 3 \\[0.3em] \end{bmatrix}\)
= (9 – 10)
= ( – 1)
= – 1
Cofactor of 3 = + (-1) = – 1
Similarly
The minor of cofactor of row 2 are as follows
Minor of 3= -1
Cofactor of 3 = -(-1)= 1
Minor of 1= -6
Cofactor of 1 = +(-6)= -6
Minor of 1 = -2
Cofactor of 1 = -(-2)= 2
Minor and cofactor of row 3
Minor of 10 = -1
Cofactor of 10 = +(-1) = -1
Minor of 3 = -3
Cofactor of 3 = -(-3)= 3
Minor of 4 = 0
Cofactor of 4 = +(0) = 0
Cofactor Matrix = \(\begin{bmatrix}1 & -2 &1 \\[0.3em]-1 & -6 & 2 \\[0.3em]-1 & 3 & 0 \\[0.3em] \end{bmatrix}\)
Adjoint Matrix = \(\begin{bmatrix}1 & 1 &-1 \\[0.3em]-2 & -6 & 3 \\[0.3em]-1 & 2 & 0 \\[0.3em] \end{bmatrix}\)
A – 1 = 1/1 = \(\begin{bmatrix}-1 & -1 &1 \\[0.3em]2 & 6 & -3 \\[0.3em]1 & -2 & 0 \\[0.3em] \end{bmatrix}\)
Things to Remember
- An inverse matrix is a matrix that, when multiplied by a given matrix, produces the identity matrix.
- This can be represented mathematically as A-1A = I, where A is a square matrix.
- The equation for an inverse matrix is A(-1) = 1/(|A|)Adj(A)'.
- The inverse matrix does not exist if the determinant |A| equals 0.
- Only non-singular matrices have inverse matrices.
- The inverse matrix's determinant is equal to the reciprocal of the original matrix's determinant.
For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates
Sample Questions
Ques. What exactly is a matrix? (2 marks)
Ans. A matrix is a specific collection of elements arranged in rows and columns. The matrix is written in the number of rows by the number of columns ordered. For example, 2 2, 2 3, 3 2, 3 3, 4 4, and so on. Only square matrices with an equal number of rows and columns can be used to compute the matrix inverse. For example, 2 2, 3 3, 4 x 4, and so on.
Ques. What are the basic row operations to find an Inverse Matrix? (2 marks)
Ans. Simple Row Operations to Find the Inverse Matrix is given below
Take three square matrices, X, A, and B, and use elementary row operations to determine the inverse of a matrix. A X = B is the matrix equation. X = A-1 B is the matrix equation. A = I A is one way to express the given matrix A. Perform the basic row operations on both sides to obtain the identity matrix. After transformations, the final matrix in R.H.S. with the inverse of the given matrix is A
Ques. Is adjoint and inverse the same? (1 mark)
Ans. No, the adjoint matrix and the inverse matrix are not the same things. However, it can be obtained by dividing each term of the adjugate matrix by the determinant of the original matrix.
Ques. How can you tell if a given matrix has an inverse? (2 marks)
Ans. If the determinant of a particular matrix is not equal to zero, the matrix is invertible, and can compute its inverse. This implies that the given matrix must be non-singular. Matrix Adjoint: The adjoint of a matrix is the transpose of the cofactor element matrix of the supplied matrix.
Ques. What are the characteristics of an inverse matrix? (4 marks)
Ans. Inverse matrices have several important features, including:
- The original matrix and the inverse of the inverse matrix are equal to each other.
- If A and B are invertible matrices, then so must be the AB as well. As a result, (AB)-1 = B-1A-1.
- If A is nonsingular, then (A-1)T = (A-1)T.
- The identity matrix is always equal to the product of a matrix and its inverse.
Ques. Find the inverse of the matrix given below (10 marks)
Ans. A = \(\begin{bmatrix}3 & 1 &2 \\[0.3em]2 & 1 & -2 \\[0.3em]0& 1 & 1 \\[0.3em] \end{bmatrix}\)
To find the inverse of the matrix A, matrix of minors needs to be found out
Matrix of minors = \(\begin{bmatrix}3 & 2 & 2 \\[0.3em]-1 & 3 & 1 \\[0.3em]-4& -10 & 1 \\[0.3em] \end{bmatrix}\)
The next step is finding the cofactors of minors
Matrix of cofactor = \(\begin{bmatrix}3 & 2 & 2 \\[0.3em]-1 & 3 & 3 \\[0.3em]-4& -10 & 1 \\[0.3em] \end{bmatrix}\) * \(\begin{bmatrix}+ & - & + \\[0.3em]- & + & - \\[0.3em]+& - & + \\[0.3em] \end{bmatrix}\)
= \(\begin{bmatrix}3 & -2 & 2 \\[0.3em]1 & 3 & -3 \\[0.3em]-4& 10 & 1 \\[0.3em] \end{bmatrix}\)
Adjacent = \(\begin{bmatrix}3 & 1 & -4 \\[0.3em]-2 & 3 & 10 \\[0.3em]2& -3 & 1 \\[0.3em] \end{bmatrix}\)
A1 = 1/11 = \(\begin{bmatrix}3 & 1 & -4 \\[0.3em]-2 & 3 & 10 \\[0.3em]2& -3 & 1 \\[0.3em] \end{bmatrix}\)
A1 = \(\begin{bmatrix}3/11 & 1/11 & -4/11 \\[0.3em]-2/11 & 3/11 & 10/11 \\[0.3em]2/11& -3/11 & 1/11 \\[0.3em] \end{bmatrix}\)
Ques. Find the inverse of matrix A given below: (5 marks)
Ans. A = \(\begin{bmatrix}2 & 1 \\[0.3em]7 & 4 \\[0.3em] \end{bmatrix}\)
Solution: Let A = = IA
or \(\begin{bmatrix}2 & 1 \\[0.3em]7 & 4 \\[0.3em] \end{bmatrix} \) = \(\begin{bmatrix}1 & 0 \\[0.3em]0 & 1 \\[0.3em] \end{bmatrix}\) A
Applying R1 → (1/2)R1, We have
\(\begin{bmatrix}1 & 1/2 \\[0.3em]7 & 4 \\[0.3em] \end{bmatrix}\) = \(\begin{bmatrix}1/2 & 0 \\[0.3em]0 & 1 \\[0.3em] \end{bmatrix}\) A
Applying R2 → R1 – 7R1
\(\begin{bmatrix}1&1/2\\[0.3em]0 & 1/2 \\[0.3em] \end{bmatrix}\) = \(\begin{bmatrix}1/2 & 0 \\[0.3em]-7/2 & 1 \\[0.3em] \end{bmatrix}\)A
Applying R2 → 2R2, we have
\(\begin{bmatrix}1&1/2\\[0.3em]0 & 1 \\[0.3em] \end{bmatrix}\) = \(\begin{bmatrix}1/2 & 0 \\[0.3em]-7 & 2 \\[0.3em] \end{bmatrix}\) A
Applying R1 → R1 – (1/2)R2, we have
\(\begin{bmatrix}1 & 0 \\[0.3em]0 & 1 \\[0.3em] \end{bmatrix}\) = \(\begin{bmatrix}4 & -1 \\[0.3em]-7 & 2 \\[0.3em] \end{bmatrix} A\)
Thus, the inverse of matrix A is given by:
I = A-1 A
Therefore,
A-1 = \(\begin{bmatrix}4 & -1 \\[0.3em]-7 & 2 \\[0.3em] \end{bmatrix}\)
Ques. When Does the Matrix Inverse Not Exist in Certain Cases? (2 marks)
Ans. Matrix inverse exists only if its determinant value is non-zero and the input matrix is square. The inverse of a matrix is obtained by dividing the adjoint of the matrix by the determinant of the matrix. A non-singular matrix is one with a determinant that is not zero. The inverse of a rectangular matrix is not defined.
Ques. How to Use the Matrix Inverse? (2 marks)
Ans. When utilizing the matrix inversion method to solve equations, the inverse of a matrix is helpful. utilizing the formula X = A-1B, where X is the variable matrix, A is the coefficient matrix, and B is the constant matrix, one can do a matrix inversion.
Ques. What is the Inverse Matrix Formula? (2 marks)
Ans. For every given matrix, the inverse matrix can be found using the inverse matrix formula. A square matrix's inverse, A-1, exists only when A A-1 = A-1 A = I. When A is a square matrix, the inverse matrix formula is A-1 = adj(A)/|A|; |A| 0.
For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates
Check-Out:






Comments