0
$\begingroup$

$\begin{bmatrix}a&b\\\\c&d\end{bmatrix}\mapsto \begin{bmatrix}ad-bc\\\\0\\\\0\end{bmatrix}$

If it is linear I need to find a basis for the kernel and image but I am struggling to do this so i don't think it's linear but I have no idea why.

3 Answers 3

7

Let $X$ be a $2\times 2$ matrix. Call your map $F(X)$. Is $F(2X) = 2F(X)$?

1

It's not linear because:

$\begin{bmatrix}1&0\\\\0&0\end{bmatrix}\mapsto$ $\begin{bmatrix}0\\\\0\\\\0\end{bmatrix}$

$\begin{bmatrix}0&0\\\\0&1\end{bmatrix}\mapsto$ $\begin{bmatrix}0\\\\0\\\\0\end{bmatrix}$

$\begin{bmatrix}1&0\\\\0&1\end{bmatrix}$$\mapsto$ $\begin{bmatrix}1\\\\0\\\\0\end{bmatrix}\neq \begin{bmatrix}0\\\\0\\\\0\end{bmatrix}+\begin{bmatrix}0\\\\0\\\\0\end{bmatrix}$

  • 1
    I undeleted this because it is a correct answer. If you deleted it for another reason, let me know.2012-12-05
0

so it is quite easy to see the kernel of $F$, you just have to look for $M \in M_2$ so that $det(M)=0$ ...

  • 4
    It looks like the answer is missing a beginning.2012-12-05