eigenmath/30.tex
George Weigt e321a1a90d add
2005-12-02 10:22:17 -07:00

16 lines
145 B
TeX

\parindent=0pt
Invert a $2\times2$ matrix by inspection.
$$\pmatrix{
a&b\cr
c&d\cr
}^{-1}
=
{1\over ad-bc}
\pmatrix{
d&-b\cr
-c&a\cr
}$$
\end