Wenn B1 und B2 die beiden Matrizen aus der Basis B sind, dann
gibt ja die Matrix LB an, dass das Bild des 1. Basisvektors durch die erste
Spalte von LB beschrieben wird, also
L(B1) = 1*B1 + 0*B2 = B1 und entsprechend L(B2)=2*B1 + 0*B2 = 2B1 #
Wenn du eine Abbildungsvorschrift haben willst, dann muss du also
$$ X = \begin{pmatrix} a & b \\ a & b \end{pmatrix} $$
mit der Basis B={ \( \begin{pmatrix} 1 & 0 \\ 1 & 0 \end{pmatrix} \), \( \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} \) }
darstellen , also X = (a-b)*B1 + b*B2
und hast dann mit # L(X) = (a-b)*L(B1) + b*L(B2) = (a-b)*B1 + b*2*B1 = (a+b)*B1
Und X ist aus dem Kern, wenn (a+b)*B1 die Nullmatrix ist, also a+b=0 , also a =-b
und damit sind im Kern von L alle Matrizen der Form
$$ X = \begin{pmatrix} -b & b \\ -b & b \end{pmatrix}= b*\begin{pmatrix} -1 & 1 \\ -1 & 1 \end{pmatrix} $$
und der ist also 1-dimensional.
Und mit L(X) = (a+b)*B1 hast du mit B1 eine Basis des Bildes.