Let $P_3(\mathbb{C})$ be the complex vector space of complex polynomials of degree $2$ or less. Let $\alpha,\beta\in\mathbb{C}, \alpha\neq\beta$. Consider the function $L:P_3(\mathbb{C}) \mapsto \mathbb{C}^2$ given by
$$L(p)=\begin{bmatrix} p(\alpha) \\ p(\beta)\\ \end{bmatrix}, \text{ for } p\in P_3(\mathbb{C})$$
For the basis $v=(1,X,X^2)$ for $P_3(\mathbb{C})$ and the standard basis $E = (e_1,e_2)$ for $\mathbb{C}^2$. Find the matrix representation $_E[L]_v$ and determine the null space $N(_E[L]_v)$ and find a basis for the ker(L).
I have found the matrix representation:
$$_E[L]_v = [L(v)]_E = [L(1)]_E\ [L(X)]_E\ [L(X^2)]_E = \begin{bmatrix} 1\quad \alpha \quad \alpha^2 \\ 1\quad \beta \quad \beta^2 \end{bmatrix}$$
By using ERO we can reduce the matrix to: $\begin{bmatrix} 1 \quad 0 \quad - \alpha\beta \\ 0 \quad 1 \quad \alpha + \beta \\ \end{bmatrix},$
I am uncertain how to find the null space $N(_E[L]_v)$ and a basis for the kernel.
$\begin{bmatrix} 1 \quad 0 \quad - \alpha\beta \ 0 \quad 1 \quad \alpha + \beta \ \end{bmatrix},$
as the following: $x_1 = \alpha\beta$, $x_2 = -\alpha-\beta$, $x_3 = x_3$ as $x_3$ is a free variable we can put in 1, so $x_3=1$
This way we have that $ L_v= (\alpha\beta, -\alpha-\beta, 1)^T$
Which means that the basis for the kernel is equal to $\begin{bmatrix} \alpha\beta \ -\alpha-\beta \ 1 \end{bmatrix}$?
– Simbörg Apr 03 '18 at 21:15