answersLogoWhite

0


Best Answer

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.pdf

Since (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.

User Avatar

Eloise Kuphal

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to find the inverse of a square matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television

If A is an orthogonal matrix then why is it's inverse also orthogonal?

First let's be clear on the definitions.A matrix M is orthogonal if MT=M-1Or multiply both sides by M and you have1) M MT=Ior2) MTM=IWhere I is the identity matrix.So our definition tells us a matrix is orthogonal if its transpose equals its inverse or if the product ( left or right) of the the matrix and its transpose is the identity.Now we want to show why the inverse of an orthogonal matrix is also orthogonal.Let A be orthogonal. We are assuming it is square since it has an inverse.Now we want to show that A-1 is orthogonal.We need to show that the inverse is equal to the transpose.Since A is orthogonal, A=ATLet's multiply both sides by A-1A-1 A= A-1 ATOr A-1 AT =ICompare this to the definition above in 1) (M MT=I)do you see how A-1 now fits the definition of orthogonal?Or course we could have multiplied on the left and then we would have arrived at 2) above.


What is the Matrix Pill?

The Matrix Pill is a program to find the person still "jacked in" to the Matrix world


Where can you find a competitive profile matrix for Samsung Electronics?

The competitive profile matrix for Samsung Electronics can be found at the Samsung Electronics shops. It is only the Samsung accredited shops where the competitive profile matrix are offered.


What is the order of The Matrix?

The Matrix The Matrix Reloaded The Matrix Revolutions


What is the order of the matrix films?

There are three Matrix movies: The Matrix, The Matrix Reloaded, and The Matrix Revolutions. There are also a series of short animated films called The Animatrix. All movies on TopRater: toprater.com/en/movies/objects/2867535-the-matrix-1999

Related questions

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

A non-square matrix cannot be inverted.


Does every square matrix have an inverse?

No. A square matrix has an inverse if and only if its determinant is nonzero.


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.


Which matrix has no multiplicative inverse?

A rectangular (non-square) matrix.


Define inverse of matrix?

From Wolfram MathWorld: The inverse of a square matrix A, sometimes called a reciprocal matrix, is a matrix A-1 such that AA-1=I where I is the identity matrix.


Inverse of 2x1 matrix?

it doesnt have an inverse since only square matrices have an inverse


What is inverse of 2x2 matrix A can you find the inverse of any given matrix?

The inverse of a 2x2 matrix:[a b][c d]is given by__1___[d -b]ad - bc [-c a]ad - bc is the determinant of the matrix; if this is 0 the matrix has no inverse.The inverse of a 2x2 matrix is also a 2x2 matrix.The browser used here is not really suitable to give details of the inverse of a general matrix.Non-singular square matrices have inverses and they can always be found. Singular, or non-square matrices do not have a proper inverses but canonical inverses for these do exist.


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 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 matrix?

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.


When is it important for a matrix to be square?

In the context of matrix algebra there are more operations that one can perform on a square matrix. For example you can talk about the inverse of a square matrix (or at least some square matrices) but not for non-square matrices.