Consider the matrix \begin{bmatrix}0&1&0\\0&0&1\\0&0&0\end{bmatrix} Why is the kernel equal to \begin{bmatrix}0\\0\\0\end{bmatrix} rather than \begin{bmatrix}1\\0\\0\end{bmatrix}?
2026-03-27 16:26:54.1774628814
What is the kernel of this matrix?
192 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The kernel is $$\{t\cdot \begin{bmatrix} 1\\0\\0\end{bmatrix}:t\in \mathbb R\}$$...
It's easy to see that that this set is contained in the kernel (by matrix multiplication)...
By the Rank-nullity theorem the kernel is $1$-dimensional (the rank is $2$)...