mwseaeagles
New Member
- Joined
- Jul 4, 2008
- Messages
- 20
- Gender
- Male
- HSC
- N/A
Find all 2 x 2 matrices A for which A^2 = A.
[ad -ab] /
[cd -cb] / (ad - bc)
i got where you did and also have the null and identity matrix.Forbidden. said:There could be a general form that may help ...
Let's say a matrix is represented by
a (1st row 1st column)
b (1st row 2nd column)
c (2nd row 1st column)
d (2nd row 2nd column)
The matrix multiplication is as follows:
(1st row 1st column) = aa + bc
(1st row 2nd column) = ab + db
(2nd row 1st column) = ca + dc
(2nd row 2nd column) = cb + dd
For AA = A to hold true,
aa + bc = a
ab + db = b
ca + dc = c
cb + dd = d
Well if you insist that your S matrices are normalize so that ad - bc = 1, set ad=x and -ab = y will reduce things to that formmwseaeagles said:i got where you did and also have the null and identity matrix.
the answers however go
[a b]
[(a-a^2)/b 1-a]
how did they get that
[ad -ab] /
[cd -cb] / (ad - bc)
= [x y]
[x(1-x)/y 1-x]