<< Chapter < Page | Chapter >> Page > |
Let's say we have the square x matrix composed of real numbers. By "square", we mean it has the same numberof rows as columns.
The subscripts of the real numbers in this matrix denote the row and column numbers, respectively (i.e. holds the position at the intersection of the first row and the second column).
We will denote the inverse of this matrix as . A matrix inverse has the property that when it is multiplied by theoriginal matrix (on the left or on the right), the result will be the identity matrix.
To compute the inverse of , two steps are required. Both involve taking determinants ( ) of matrices. The first step is to find the adjoint ( ) of the matrix A. It is computed as follows:
where is the x matrix obtained from by eliminating its -th column and -th row . Note that we are not eliminating the -th row and -th column as you might expect.
To finish the process of determining the inverse, simply divide the adjoint by the determinant of the original matrix .
Find the inverse of the above matrix.
The first step is to compute the terms in the adjoint matrix:
Therefore,
We then compute the determinant to be . Dividing through by this quantity yields the inverse of :
Notification Switch
Would you like to follow the 'State space systems' conversation and receive update notifications?