- #1
Aleoa
- 128
- 5
Homework Statement
I have to costruct a 2x2 matrix so that :
The Attempt at a Solution
M =[itex]\begin{bmatrix}
a & b\\ c &d
\end{bmatrix}[/itex]
Using the first bond i got : c+2d = 2a+4b (1)
using the second bond : d = -b (2)
And then, as a nilpotent matrix has det = 0 and tr = 0, i got
a+d-2=0 (3)
ad-a-d+1=bc (4)
The problem comes here, i get 4 equations with 4 variables, but the 4th equation is not linear, in fact it's a second order equation.
Is it possible that in a linear algebra problem i get an equation that's not linear , or i made some errors ?