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