banner



How To Get Inverse Of A Matrix

Inverse of Matrix

Inverse of Matrix for a matrix A is A-1. The inverse of a 2 × 2 matrix can be calculated using a simple formula. Further, to find the inverse of a 3 × 3 matrix, we need to know about the determinant and adjoint of the matrix. The inverse of matrix is another matrix, which on multiplying with the given matrix gives the multiplicative identity.

The inverse of matrix is used of find the solution of linear equations through the matrix inversion method. Here, let us learn about the formula, methods, and terms related to the inverse of matrix.

1. What is Inverse of Matrix?
2. Inverse of Matrix Formula
3. Terms Related to Inverse of Matrix
4. Methods to Find Inverse of Matrix
5. Determinant of Inverse Matrix
6. FAQs on Inverse of Matrix

What is Inverse of Matrix?

The inverse of matrix is another matrix, which on multiplication with the given matrix gives the multiplicative identity. For a matrix A, its inverse is A-1, and A.A-1 = I. Let us check for the inverse of matrix, for a matrix of order 2 × 2, the general formula for the inverse of matrix is equal to the adjoint of a matrix divided by the determinant of a matrix.

A = \(\left(\begin{matrix}a&b\\c&d\end{matrix}\right)\)

A-1 = \(\dfrac{1}{ad - bc}\left(\begin{matrix}d&-b\\-c&a\end{matrix}\right)\)

A-1 = \(\dfrac{1}{|A|}\) Adj A

The inverse of matrix exists only if the determinant of the matrix is a non-zero value. The matrix whose determinant is non-zero and for which the inverse matrix can be calculated is called an invertible matrix.

Inverse Matrix Formula

In the case of real numbers, the inverse of any real number a was the number a -1, such that a times a -1 equals 1. We knew that for a real number, the inverse of the number was the reciprocal of the number, as long as the number wasn't zero. The inverse of a square matrix A, denoted by A-1, is the matrix so that the product of A and A-1 is the Identity matrix. The identity matrix that results will be the same size as matrix A.

Inverse of a Matrix

Inverse Matrix Formula in Math

Inverse matrix finds application to solve matrices easily. The inverse matrix formula can be given as,

A-1 = adj(A)/|A|; |A| ≠ 0

where A is a square matrix.

Note: For inverse of a matrix to exist:

  • The given matrix should be a square matrix.
  • The determinant of the matrix should not be equal to zero.

The following terms below are helpful for more clear understanding and easy calculation of the inverse of matrix.

Minor: The minor is defined for every element of a matrix. The minor of a particular element is the determinant obtained after eliminating the row and column containing this element. For a matrix A = \(\begin{pmatrix} a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{pmatrix}\), the minor of the element \(a_{11}\) is:

Minor of \(a_{11}\) = \(\left|\begin{matrix}a_{22}&a_{23}\\a_{32}&a_{33}\end{matrix}\right|\)

Cofactor: The cofactor of an element is calculated by multiplying the minor with -1 to the exponent of the sum of the row and column elements in order representation of that element.

Cofactor of \(a_{ij}\) = (-1)i + j× minor of \(a_{ij}\).

Determinant: The determinant of a matrix is the single unique value representation of a matrix. The determinant of the matrix can be calculated with reference to any row or column of the given matrix. The determinant of the matrix is equal to the summation of the product of the elements and its cofactors, of a particular row or column of the matrix.

Singular Matrix: A matrix having a determinant value of zero is referred to as a singular matrix. For a singular matrix A, |A| = 0. The inverse of a singular matrix does not exist.

Non-Singular Matrix: A matrix whose determinant value is not equal to zero is referred to as a non-singular matrix. For a non-singular matrix |A| ≠ 0. A non-singular matrix is called an invertible matrix since its inverse can be calculated.

Adjoint of Matrix: The adjoint of a matrix is the transpose of the cofactor element matrix of the given matrix.

Rules For Row and Column Operations of a Determinant: The following rules are helpful to perform the row and column operations on determinants.

  • The value of the determinant remains unchanged if the rows and columns are interchanged.
  • The sign of the determinant changes, if any two rows or (two columns) are interchanged.
  • If any two rows or columns of a matrix are equal, then the value of the determinant is zero.
  • If every element of a particular row or column is multiplied by a constant, then the value of the determinant also gets multiplied by the constant.
  • If the elements of a row or a column are expressed as a sum of elements, then the determinant can be expressed as a sum of determinants.
  • If the elements of a row or column are added or subtracted with the corresponding multiples of elements of another row or column, then the value of the determinant remains unchanged.

Methods to Find Inverse of Matrix

The inverse of matrix can be found using two methods. The inverse of a matrix can be calculated through elementary operations and through the use of an adjoint of a matrix. The elementary operations on a matrix can be performed through row or column transformations. Also, the inverse of a matrix can be calculated by applying the inverse of matrix formula through the use of the determinant and the adjoint of the matrix. For performing the inverse of the matrix through elementary column operations we use the matrix X and the second matrix B on the right-hand side of the equation.

  • Elementary row or column operations
  • Inverse of matrix formula(using the adjoint and determinant of matrix)

Let us check each of the methods described below.

Elementary Row Operations

For calculating the inverse of a matrix through elementary row operations, let us consider three square matrices X, A, and B respectively. The matrix equation is AX = B. ⇒ X = A-1B. For performing the elementary row operations we use this concept. We start with expressing the given matrix A as, A = IA. Perform the elementary row operations on the L.H.S. to obtain an identity matrix and apply the same operations in the R.H.S. matrix "I". The final matrix obtained in R.H.S. with "A" after transformations is the inverse of the given matrix.

Elementary Column Operations

For calculating the inverse of a matrix through elementary column operations, let us consider three square matrices X, A, and B respectively. The matrix equation is AX = B. ⇒ X = A-1B. For performing the elementary row operations, start with expressing the given matrix A as, A = IA. Perform the elementary column operations on the L.H.S. to obtain an identity matrix and apply the same operations in the R.H.S. matrix "I". The final matrix obtained in R.H.S. with "A" after transformations is the inverse of the given matrix.

Inverse of Matrix Formula

The inverse of matrix can be computed using the inverse of matrix formula, by dividing the adjoint of a matrix by the determinant of the matrix. The inverse of a matrix can be calculated by following the given steps:

  • Step 1: Calculate the minor for the given matrix.
  • Step 2: Turn the obtained matrix into the matrix of cofactors.
  • Step 3: Then, the adjugate, and
  • Step 4: Multiply that by reciprocal of determinant.

For a matrix A, its inverse A-1 = \(\dfrac{1}{|A|}\)Adj A.

A = \(\begin{pmatrix} a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{pmatrix}\)

|A| = \(a_{11}(-1)^{1 + 1} \left|\begin{matrix}a_{22}&a_{23}\\a_{32}&a_{33}\end{matrix}\right| + a_{12}(-1)^{1 + 2} \left|\begin{matrix}a_{21}&a_{23}\\a_{31}&a_{33}\end{matrix}\right| + a_{13}(-1)^{1 + 3} \left|\begin{matrix}a_{21}&a_{22}\\a_{31}&a_{32}\end{matrix}\right|\)

Adj A = Transpose of Cofactor Matrix = Transpose of \(\begin{pmatrix} A_{11}&A_{12}&A_{13}\\A_{21}&A_{22}&A_{23}\\A_{31}&A_{32}&A_{33}\end{pmatrix}\) =\(\begin{pmatrix} A_{11}&A_{21}&A_{31}\\A_{12}&A_{22}&A_{32}\\A_{13}&A_{23}&A_{33}\end{pmatrix}\)

A-1 = \(\dfrac{1}{|A|}.\begin{pmatrix} A_{11}&A_{21}&A_{31}\\A_{12}&A_{22}&A_{32}\\A_{13}&A_{23}&A_{33}\end{pmatrix}\)

In this section, we have learned the different methods to calculate the inverse of a matrix. Let us understand it better using a few examples for the different orders of matrices in the following sections.

Inverse of 2 × 2 Matrix

The inverse of 2 × 2 matrix is easier to calculate in comparison to matrices of higher order. We can calculate the inverse of 2 × 2 matrix using the general steps to calculate the inverse of a matrix. Let us find the inverse of the 2 × 2 matrix given below:
A = \(\begin{bmatrix} a & b \\ \\ c & d \end{bmatrix}\)
A-1 = (1/|A|) × Adj A
= [1/(ad - bc)] × \(\begin{bmatrix} d & -b \\ \\ -c & a \end{bmatrix}\)
Therefore, in order to calculate the inverse of 2 × 2 matrix, we need to first swap the positions of terms a and d and put negative signs for terms b and c, and finally divide it by the determinant of the matrix.

Inverse of 3 × 3 Matrix

We know that for every non-singular square matrix A, there exists an inverse matrix A-1, such that A × A-1 = I. Let us take any 3 × 3 square matrix given as,

A = \(\begin{bmatrix} a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{bmatrix}\)

The inverse of this matrix can be calculated using the inverse matrix formula, A-1 = (1/|A|) × Adj A

We will first check if the given matrix is invertible, i.e., |A| ≠ 0. If the inverse of matrix exists, we can find the adjoint of the given matrix and divide it by the determinant of the matrix.

The similar method can be followed to find the inverse of any n × n matrix. Let us see if similar steps can be used to calculate the inverse of m × n matrix.

Inverse of 2 × 3 Matrix

We know that the first condition for the inverse of a matrix to exist is that the given matrix should be a square matrix. Also, the determinant of this square matrix should be non-zero. This means that the inverse of matrices of the order m × n will not exist. Therefore, we cannot calculate the inverse of 2 × 3 matrix.

Inverse of 2 × 1 Matrix

Similar to the inverse of 2 × 3 matrix, the inverse of 2 × 1 matrix will also not exist because the given matrix is not a square matrix.

Determinant of Inverse Matrix

The determinant of the inverse of an invertible matrix is the inverse of the determinant: det(A-1) = 1 / det(A). Let us check the proof of the above statement.

We know that, det(A • B) = det (A) × det(B)

Also, A × A-1 = I

det(A •A-1) = det(I)

or, det(A) × det(A-1) = det(I)

Since, det(I) = 1

⇒det(A) × det(A-1) = 1

or, det(A-1) = 1 / det(A)

Hence, proved.

Topics Related to Inverse of Matrix:

The following related links are helpful in the better understanding of the inverse of matrix.

  • How to Solve Matrices
  • Matrix Formula
  • Determinant Formula
  • Multiplication of Matrices

Important Points on Inverse of a Matrix:

The following points are helpful to understand more clearly the idea of the inverse of matrix.

  • The inverse of a square matrix if exists, is unique.
  • If A and B are two invertible matrices of the same order then (AB)-1 = B-1A-1.
  • The inverse of a square matrix A exists, only if its determinant is a non-zero value, |A| ≠ 0.
  • The elements of a row or column, if multiplied with the cofactor elements of any other row or column, then their sum is zero.
  • The determinant of the product of two matrices is equal to the product of the determinants of the two individual matrices. |AB| = |A|.|B|

Let us see how to use the inverse matrix formula in the following solved examples section.

Solved Examples on Inverse of Matrix

  1. Example 1: Find the inverse of matrix A = \(\left(\begin{matrix}-3 & 4\\2 & 5 \end{matrix}\right)\).

    Solution:

    The given matrix is A = \(\left(\begin{matrix}-3 & 4\\2 & 5 \end{matrix}\right)\).

    The formula to calculate the inverse of matrix for a matrix A = \(\left(\begin{matrix}a&b\\c&d\end{matrix}\right)\) is A-1 = \(\dfrac{1}{ad - bc}\left(\begin{matrix}d&-b\\-c&a\end{matrix}\right)\).

    Using this formula we can calculate A-1 as follows.

    A-1 = \(\dfrac{1}{(-3)× 5 - 4 × 2}\left(\begin{matrix}5&-4\\-2&-3\end{matrix}\right)\)

    = \(\dfrac{1}{-15 - 8}\left(\begin{matrix}5&-4\\-2&-3\end{matrix}\right)\)

    = \(\dfrac{-1}{23}\left(\begin{matrix}5&-4\\-2&-3\end{matrix}\right)\)

    Answer: Therefore A-1 = \(\dfrac{-1}{23}\left(\begin{matrix}5&-4\\-2&-3\end{matrix}\right)\)

  2. Example 2: Find the inverse of the matrix A = \(\left(\begin{matrix}4 & -2 & 1\\5&0&3\\-1&2 & 6\end{matrix}\right)\).

    Solution:

    The given matrix is A = \(\left(\begin{matrix}4 & -2 & 1\\5&0&3\\-1&2 & 6\end{matrix}\right)\)

    Step - 1: Let us find the determinant of the given matrix using Row - 1 of the above matrix.

    |A| = \(4\left|\begin{matrix}0&3\\2 & 6\end{matrix}\right| -(-2)\left|\begin{matrix}5&3\\-1 & 6\end{matrix}\right|+1\left|\begin{matrix}5&0\\-1& 2\end{matrix}\right|\)

    = 4(0 × 6 - 3 × 2) + 2(5 × 6 - (-1) × 3) +1(5 × 2 - 0 × (-1))

    = 4(0 - 6) + 2(30 + 3) + 1(10 - 0)

    = -24 + 66 + 10

    = 52

    Now, we will determine the adjoint of the matrix A by calculating the cofactors of each element and then taking the transpose of the cofactor matrix.

    Adj A = \(\left(\begin{matrix}-6 & 14 & -6\\-33&25&-7\\10&-6 & 10\end{matrix}\right)\)

    The inverse of matrix A is given by the formula A-1 = \(\dfrac{1}{|A|}\).Adj A

    A-1 = \(\dfrac{1}{52}\).\(\left(\begin{matrix}-6 & 14 & -6\\-33&25&-7\\10&-6 & 10\end{matrix}\right)\)

    = \(\left(\begin{matrix}-3/26 & 7/26 & -3/26\\-33/52&25/52&-7/52\\5/26&-3/26 & 5/26\end{matrix}\right)\)

    Answer: A-1 = \(\left(\begin{matrix}-3/26 & 7/26 & -3/26\\-33/52&25/52&-7/52\\5/26&-3/26 & 5/26\end{matrix}\right)\)

  3. Example 3: Find the inverse of \(\begin{bmatrix}
    4 & 2 \\
    -1 & 5
    \end{bmatrix}\).

    Solution:

    To find: Inverse of matrix \(\begin{bmatrix}
    4 & 2 \\
    -1 & 5
    \end{bmatrix}\)

    Using the inverse of a matrix formula,

    \( A^{-1} = \dfrac{\text{adj(A)}}{\text{|A|}}; \text{A} \neq 0\)

    \( A^{-1} = \dfrac{1}{det \begin{pmatrix}4 & 2 \\ -1 & 5 \end{pmatrix}} \begin{pmatrix}5 & -2 \\ 1 & 4 \end{pmatrix}\)

    Since, det \(\begin{pmatrix}4 & 2 \\ -1 & 5 \end{pmatrix}\) = 22

    \( A^{-1} = \dfrac{1}{22} \begin{pmatrix}5 & -2 \\ 1 & 4 \end{pmatrix} = \begin{pmatrix} 5/22 & -2/22 \\ 1/22 & 4/22 \end{pmatrix} \)

    Answer: Inverse of matrix \(\begin{bmatrix} 4 & 2 \\ -1 & 5 \end{bmatrix} = \begin{bmatrix} 5/22 & -1/11 \\ 1/22 & 2/11 \end{bmatrix}\)

go to slidego to slidego to slide

Have questions on basic mathematical concepts?

Become a problem-solving champ using logic, not rules. Learn the why behind math with our certified experts

Book a Free Trial Class

Practice Questions on Inverse of Matrix

go to slidego to slide

FAQs on Inverse of Matrix

What is the Inverse of Matrix?

The inverse of matrix is another matrix, which on multiplying with the given matrix gives the multiplicative identity. For a matrix A, its inverse is A-1, and A.A-1 = I. The general formula for the inverse of matrix is equal to the adjoint of a matrix divided by the determinant of a matrix.

A-1 = \(\dfrac{1}{|A|}\).Adj A

The inverse of matrix exists only if the determinant of the matrix is a non-zero value.

How to Find Inverse of Matrix?

The inverse of a square matrix is found in two simple steps. First, the determinant and the adjoint of the given square matrix are calculated. Further, the adjoint of the matrix is divided by the determinant to find the inverse of the square matrix. The inverse of the matrix A is equal to \(\dfrac{1}{|A|}\).Adj A.

How to Find Inverse of a 2 × 2 Matrix?

The inverse of a 2 × 2 matrix is equal to the adjoint of the matrix divided by the determinant of the matrix. For a matrix A = \(\left(\begin{matrix}a&b\\c&d\end{matrix}\right)\), its adjoint is equal to the interchange of the elements of the first diagonal and the sign change of the elements of the second diagonal. The formula for the inverse of the matrix is as follows.

A-1 = \(\dfrac{1}{ad - bc}\left(\begin{matrix}d&-b\\-c&a\end{matrix}\right)\)

How to Use Inverse of Matrix?

The inverse of matrix is useful in solving equations by using the matrix inversion method. The matrix inversion method using the formula of X = A-1B, where X is the variable matrix, A is the coefficient matrix, and B is the constant matrix.

Can Inverse of Matrix be Calculated for an Invertible Matrix?

Yes, the inverse of matrix can be calculated for an invertible matrix. The matrix whose determinant is not equal to zero is a non-singular matrix. And for a nonsingular matrix, we can find the determinant and the inverse of matrix.

When Does the Inverse of Matrix Does not Exist in Some Cases?

The inverse of matrix exists only if its determinant value is a non-zero value and when the given matrix is a square matrix. Because the adjoint of the matrix is divided by the determinant of the matrix, to obtain the inverse of a matrix. The matrix whose determinant is a non-zero value is called a non-singular matrix.

What is the Formula for An Inverse Matrix?

The inverse matrix formula is used to determine the inverse matrix for any given matrix. The inverse of a square matrix, A is A-1 only when: A × A-1 = A-1 × A = I. The inverse matrix formula can be given as, A-1 = adj(A)/|A|; |A| ≠ 0, where A is a square matrix.

Given a 2 × 2 Matrix, What is the Formula for Finding the Inverse of the Matrix?

For a given 2×2 matrix, the formula for finding inverse is, A-1 = adj(A)/|A|; |A| ≠ 0 where A = square matrix, adj(A) = adjoint of square matrix, A-1 = inverse matrix

How to Use Inverse Matrix Formula?

The inverse matrix formula can be used following the given steps:

  • Step 1: Find the matrix of minors for the given matrix.
  • Step 2: Turn the matrix so obtained into the matrix of cofactors.
  • Step 3: Find the adjugate.
  • Step 4: Multiply that by reciprocal of the determinant.

What is 3 × 3 Inverse Matrix Formula?

The inverse matrix formula for a 3 × 3 matrix is, A-1 = adj(A)/|A|; |A| ≠ 0 where A = square matrix, adj(A) = adjoint of square matrix, A-1 = inverse matrix

How To Get Inverse Of A Matrix

Source: https://www.cuemath.com/algebra/inverse-of-a-matrix/

Posted by: ervinligem1969.blogspot.com

0 Response to "How To Get Inverse Of A Matrix"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel