sophiaw22
- 3
- 0
Homework Statement
Let V be the vector space of all 2x2 matrices over Q
V= {[x1 x2] : xi \in Q}
... x3 x4
Let A = [ -1 0 ] and let C:V --> V be the linear map C(X) = XA + AX
.... -1 1
Find a basis for Ker(C) and a basis for Im(C)
The Attempt at a Solution
I used C(X) = XA + AX
= [-2x1-x2, 0 ]
...-x1-x4, 2x4-x2
but I ended up with a matrix with all independent variables.
[ -2,-1,0, 0 ]
...0, 0, 0, 0
...-1,0, 0, -1
...2,-1, 0, 0
--> ref
[1,0,0,0]
..0,1,0,0
..0,0,0,1
..0,0,0,0
Ker(C) = 0?
As for the Im(C) I am completely lost after doing the Ker(C)
Thank you very much!