MatrixSolutions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The general idea of a matrix inverse is that if '''A''' is a matrix, its inverse, <math>\mathbf{X}^{-1}</math> is the matrix which, when multiplied by '''A''' yields the identity matrix, '''I'''. '''I''', in turn, is the matrix which, when multiplied by any matrix '''B''' just gives | The general idea of a matrix inverse is that if '''A''' is a matrix, its inverse, <math>\mathbf{X}^{-1}</math> is the matrix which, when multiplied by '''A''' yields the identity matrix, '''I'''. '''I''', in turn, is the matrix which, when multiplied by any matrix '''B''' just gives back '''B'''. | ||
For the problem posed in the quiz: | For the problem posed in the quiz: | ||
find <math>\left[\begin{array}{cc} | find <math>\mathbf{X}=\left[\begin{array}{cc} | ||
1 & 4\\ | 1 & 4\\ | ||
1 & 2\end{array}\right]^{-1}</math> | 1 & 2\end{array}\right]^{-1}</math> |
Revision as of 01:03, 13 January 2009
The general idea of a matrix inverse is that if A is a matrix, its inverse, is the matrix which, when multiplied by A yields the identity matrix, I. I, in turn, is the matrix which, when multiplied by any matrix B just gives back B.
For the problem posed in the quiz:
find
I think that the easiest solution is to solve as a set of simultaneous equations. If is the inverse,
Thus, the rules of matrix multiplication give us this set of four equations:
which is very easy to solve by substitution:
- etc,...
Of course, you can use Cramer's rule if you remember it, or some other solving algorithm. I think you can get a matrix solution app for your iPhone, as well.