We are only going to focus on the 2x2 Matrix in this exercise.
As a rule of thumb, A*A^-1 = I, where A^-1 is the inverse of matrix A, and I is the identity matrix.
The Matlab code for this is again quite straightforward. For matrix A,
As a rule of thumb, A*A^-1 = I, where A^-1 is the inverse of matrix A, and I is the identity matrix.
For a matrix
the matrix inverse is
. |
The Matlab code for this is again quite straightforward. For matrix A,
a = inv(A)
No comments:
Post a Comment