Posted by Angela on Wednesday, October 7, 2009 at 10:31pm.
The inverse of a 2x2 can be done as follows:
For matrix, A=
|a b|
|c d|
The inverse A-1=
|d -b|
|-c a| / (ad-bc)
For example:
If A=
|4 5|
|6 7|
A-1 =
|7 -5|
|-6 4| / (28-30)
=
|-3.5 2.5|
|3 -2|
Check:
|4 5| |-3.5 2.5|
|6 7| |3 -2|
=
|1 0|
|0 1|
Related Questions
Algebra II (Matrices) - My book doesn't solve it like a linear equation, ...
algebra - Can someone please help me do this problem? That would be great! ...
Diagonalize - construct a nondiagonal 2 x 2 matrix that is diagonalizable but ...
inverse functions - 1-3cos=sin squared You need to define the variables, such as...
linear algebra - Find x such that the matrix is equal to its own inverse. 3,x -2...
Trig Help! - Question: Trying to find cos π/12, if cos π/6 = ...
math - Can you please check my work. A particle is moving with the given data. ...
Engineering - -From the following two linear homogeneous algebraic equations:(...
Math - Calculus - The identity below is significant because it relates 3 ...
tigonometry - expres the following as sums and differences of sines or cosines ...
For Further Reading