answersLogoWhite

0


Best Answer

If, for an n*n matrix, A, there exists a matrix B such that AB = I, where I is the n*n identity matrix, then the matrix B is said to be the inverse of A. In that case, BA = I (in general, with matrices, AB ≠ BA)

I is an n*n matrix consisting of 1 on the principal diagonal and 0s elsewhere.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of inverse matrices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why rectangular matrix have no inverse in linear algebra?

Inverse matrices are defined only for square matrices.


Inverse of 2x1 matrix?

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


Definition of inverse matrix?

The inverse of a non-singular, n*n matrix, A Is another n*n matrix, A' such that A*A' = A'*A =I(n), the n*n identity matrix.Singular square matrices do not have inverses, nor do non-square matrices.


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.


What has the author Thomas L Boullion written?

Thomas L. Boullion has written: 'Generalized inverse matrices [by] Thomas L. Boullion [and] Patrick L. Odell' -- subject(s): Matrices


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.


Why do square matrices only have multiplicative inverses?

there are pseudo inverses for non-square matrices a square matrix has an inverse only if the original matrix has full rank which implies that no vector is annihilated by the matrix as a multiplicative operator


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.


What is the inverse matrix used for?

The inverse of a matrix is used for many different statistics. While you can add, subtract, or multiply matrices, you cannot divide them. However, if you multiple by the inverse of a matrix, this is equivalent to dividing. For example, if you divide 6 by 3 you get 2; however, you could also multiply 6 by the inverse of 3, 1/3, and get the same answer.


What is the mutiplicative inverse?

The multiplicative inverse of any non-zero number x, is the number y such that x*y = 1 = y*x. y may also be written as 1/x. Multiplicative inverses also exist for non-singular matrices.


Can the elimnation matrices only be applied to square matrices?

Only square matrices have inverses.