simpledude said:
Homework Statement
Let V = M2(R) be the vector space over R of 2×2 real matrices. We consider the mapping
F : V −> V defined for all matrix M belonging to V , by F(M) = AM +MA^T where A^T denotes the transpose matrix of the matrix A given below
A =
1 2
−1 0
Question is: Determine a basis of Ker(F)
The Attempt at a Solution
So I showed that F is a linear operator, and preserves scalar addition and multiplication.
However I am lost as to how I can solve the equation:
AM +MA^T = 0
Any help appreciated, thanks :)
You solve the matrix equation by doing the work to write it out as separate equations for the components.
Let
M= \left(\begin{array}{cc}a & b \\ c & d\end{array}\right)
Then
F(M)= AM+ MA^T= \left(\begin{array}{cc} 1 & 2 \\ -1 & 0\end{array}\right)\left(\begin{array}{cc}a & b \\ c & d\end{array}\right)+ \left(\begin{array}{cc}a & b \\ c & d\end{array}\right)\left(\begin{array}{cc}1 & -1 \\ 2 & 0\end{array}\right)
= \left(\begin{array}{cc}a+2c & b+2d \\ -a & -b+d\end{array}\right)+ \left(\begin{array}{cc}a+ 2b & -a \\ c+2d & -c\end{array}\right)
= \left(\begin{array}{cc}2a+2b+2c & -a+b+2d \\ -a+ c+ 2d & -b- c+ d\end{array}\right)
For M be "in the kernel", that must be the 0 vector. Solve 2a+ 2b+ 2c= 0, -a+ b+ 2d= 0, -a+ c+ 2d= 0, and -b- c+ d= 0. If those equations are all independent, of course, the only solution will be a= b= c= d= 0, the 0 matrix. If not, then the kernel may have dimension 1, 2, 3, or 4. (Well, it's pretty obvious the dimension is not 4.)