beetle2
- 110
- 0
Homework Statement
Find all Complex 2x2 matrices A such that A2 = A
Homework Equations
[itex] \[ \left( \begin{array}{cc}<br /> a & b \\<br /> c & d \\ \end{array} \right)^2\] = A<br /> [/itex]
The Attempt at a Solution
A2=A
I need to solve the equations
[itex] a^2+bc=a[/itex]
[itex] <br /> (a+d)b =b[/itex]
[itex] <br /> (a+d)c = c\\[/itex]
[itex] <br /> d^2 + bc = d\\[/itex]
What is the best way to do this?
Should I use some kind of rearrangement like
using equation 1 and 4 we get
[itex] a^2-d^2=a-d[/itex]
any help greatly appreciated