Linear Algebra Question regarding basis of a kernel

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
sophiaw22
Messages
3
Reaction score
0

Homework Statement



Let V be the vector space of all 2x2 matrices over Q

V= {[x1 x2] : xi [tex]\in[/tex] 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!
 
Physics news on Phys.org
[tex]\left[\begin{array}{rrrr}<br /> -2 & -1 &0 & 0 \\<br /> 0 & 0 & 0 & 0 \\<br /> -1 & 0 & 0 & -1 \\<br /> 2 & -1 & 0 & 0<br /> \end{array}\right][/tex]

reduces to

[tex]\left[\begin{array}{rrrr}<br /> 0 & -1 &0 & 2 \\<br /> 0 & 0 & 0 & 0 \\<br /> -1 & 0 & 0 & -1 \\<br /> 0 & -1 & 0 & -2<br /> \end{array}\right][/tex]

reduces to

[tex]\left[\begin{array}{rrrr}<br /> 0 & 1 &0 & -2 \\<br /> 0 & 0 & 0 & 0 \\<br /> 1 & 0 & 0 & 1 \\<br /> 0 & 0 & 0 & -4<br /> \end{array}\right][/tex]

so kernel is
[tex]\mbox{Span}\left\{<br /> \left[\begin{array}{r}<br /> -1 \\<br /> 2 \\<br /> 0 \\<br /> 1 <br /> \end{array}\right], \left[\begin{array}{r}<br /> 0 \\<br /> 0 \\<br /> 1 \\<br /> 0 <br /> \end{array}\right]\right\}[/tex]
 
Last edited:
Sorry but can you expand on how you get that kernel ?
 
x2 - 2x4 = 0
x1 + x4 = 0
x3 is free
-4x4 = 0

this reduces to

x1 = 0
x2 = 0
x3 is fee
x4 = 0

so kernel is (APOLOGIES)

[tex]\mbox{Span}\left\{\left[\begin{array}{r}<br /> 0 \\<br /> 0 \\<br /> 1 \\<br /> 0 <br /> \end{array}\right]\right\}[/tex]
 
Last edited:
Ah, I get it now.

Thank you so much !