Finding a Multiplicative Inverse Matrix

Finding a Multiplicative Inverse Matrix

To obtain A-1 for any n \times n matrix A for which A-1 exist, follow these steps.

a. From the augmented matrix [A | I ], where I is the n \times n identity matrix.

b. Perform row operation on [A | I] to get a matrix of the form [I | B], if this is possible.

c. Matrix B is A-1.

 

Leave a Reply

Your email address will not be published. Required fields are marked *