Consider the linear map$:T:\mathbb{R}^3 → \mathbb{R}$ with $$T\left(\begin{bmatrix} x \\ y \\ z \end{bmatrix}\right)=x-2y-3z$$ Find the basis of its kernel.
My try
Since the plane is the nullspace of the matrix $$A=\begin{bmatrix} 1 & -2 & -3 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}$$
But I am stuck here. Can anyone explain this furthur
The "kernel" of a linear transformation, $A$, is defined as the subspace, $\{v\}$, of its domain such that $Av= 0$. Here that is $A(x, y, z)= x- y+ 3z= 0$. We can solve for $x$: for any $y, z$, $x= y- 3z$. A vector in the kernel is of the form $(x, y, z)=(y- 3z, y, z)= (y, y, 0)+ (-3z, 0, z)= y(1, 1, 0)+ z(-3, 0, 1)$. A basis for the kernel is ${(1, 1, 0), (-3, 0, 1)}$.