Linear algebra-Basis of a linear map

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
manuel325
Messages
16
Reaction score
0

Homework Statement



Let ##L: R^{2} → R^{2}## be a linear map such that ##L ≠ O## but## L^{2} = L \circ L = O.##
Show that there exists a basis {##A##, ##B##} of ##R^{2}## such that:

##L(A) = B## and ##L(B) = O.##​

The Attempt at a Solution


Here's the solution my book provides :
problem.JPG

Well I have two questions:
1.Why do they say that ##aA+bB=O##?. I mean I don't understand the solution from that point until the end (Why the solutions ##a=0## and ##b=0## are enough to prove the existence of that basis??May someone please explain??
Thanks in advance :smile:. Any help would be appreciated
 
Physics news on Phys.org
The solution says IF [itex]aA+bB=0[/itex], THEN [itex]a=b=0[/itex]. That is what it means for the vectors [itex]A[/itex] and [itex]B[/itex] to be linearly independent. Vectors in a basis must be linearly independent.
 
krome said:
The solution says IF [itex]aA+bB=0[/itex], THEN [itex]a=b=0[/itex]. That is what it means for the vectors [itex]A[/itex] and [itex]B[/itex] to be linearly independent. Vectors in a basis must be linearly independent.
Thanks but why ##O=L(aA+bB)=aL(A)##?? could you please explain what they do there, please??
 
manuel325 said:
Thanks but why ##O=L(aA+bB)=aL(A)##?? could you please explain what they do there, please??

[itex]L[/itex] is a linear map, which means [itex]L(aA+bB) = aL(A) + bL(B)[/itex].
 
  • Like
Likes   Reactions: 1 person
krome said:
[itex]L[/itex] is a linear map, which means [itex]L(aA+bB) = aL(A) + bL(B)[/itex].

Thanks :smile: