answersLogoWhite

0


Best Answer

In general, this is a complicated process. The matrix you start with must be a square matrix; the inverse will also be square, and of the same size.

When you multiply a matrix by it's inverse, the result is the 'identity matrix' - another matrix of the same size as the first two. It has a diagonal row of 1's from top left to bottom right, and 0's everywhere else.

The concept of the inverse in matrix arithmetic is similar to a reciprocal in multiplication:

3 x 3-1 = 3 x 1/3 = 1

When you multiply a number by it's reciprocal, you get '1'. In matrix math,

AA-1 = I

The identity matrix 'I' corresponds to the number 1.

It is useful to learn how to find the inverse of a matrix with a graphing calculator, so that you can check your answer.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the inverse of a matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the applications of det of a matrix?

it is used to find the inverse of the matrix. inverse(A)= (adj A)/ mod det A


How to find the inverse of a square matrix?

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.


How to find the inverse of a symmetric matrix?

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.


How to find the Inverse of a square symmetric matrix?

You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.


How do you find a variable in a matrix if there is no inverse?

The fact that the matrix does not have an inverse does not necessarily mean that none of the variables can be found.


How do you find the inverse of a 10x2 matrix?

A non-square matrix cannot be inverted.


How do you find original matrix from its inverse matrix?

To find the original matrix of an inverted matrix, simply invert it again. Consider A^-1^-1 = A^1 = A


How do you find inverse of a matrix in Casio fx-991MS scientific calculators?

To find the inverse of a matrix on a Casio fx-991MS scientific calculator, you first need to input the matrix you want to find the inverse of. Then, press the "SHIFT" button followed by the "MODE" button to access the matrix mode. Select the matrix you want to invert by pressing the corresponding number key. Next, press the "SHIFT" button followed by the "MATRIX" button, and then press the "x^-1" button to calculate the inverse of the matrix.


What is leontief inverse matrix?

(I-A)-1 is the Leontief inverse matrix of matrix A (nxn; non-singular).


Is Inverse of the inverse matrix the original matrix?

Let A by an nxn non-singular matrix, then A-1 is the inverse of A. Now (A-1 )-1 =A So the answer is yes.


What is an orthogonal matrix?

A matrix A is orthogonal if itstranspose is equal to it inverse. So AT is the transpose of A and A-1 is the inverse. We have AT=A-1 So we have : AAT= I, the identity matrix Since it is MUCH easier to find a transpose than an inverse, these matrices are easy to compute with. Furthermore, rotation matrices are orthogonal. The inverse of an orthogonal matrix is also orthogonal which can be easily proved directly from the definition.


How are the inverse matrix and identity matrix related?

If an identity matrix is the answer to a problem under matrix multiplication, then each of the two matrices is an inverse matrix of the other.