I was reading Axler's book Linear Algebra Done Right, in which he has a short chapter on vector spaces of polynomials. He is talking about the vector spaces $\mathcal{P}(\mathbb{F})$ which is the vector space of all polynomials with coefficients in field $\mathbb{F}$, where $\mathbb{F}$ is either Real or Complex.
The chapter is really short and even Axler says that the instructor might go over it very quickly, etc.
However, I was looking for a good reference that would dive a little deeper into this subject. The focus of the chapter was on the roots of polynomials, the division algorithm, and the factoring of polynomials such as:
Let $p \in \mathcal{P}(\mathbb{R})$ with degree $m \geq 1$. Then $\lambda$ is a root of $p$ if and only if there is a polynomial $q \in \mathcal{P}(\mathbb{R})$ with degree $m-1$ such that:
$$ p(z) = (z − λ)q(z) $$ for all $z$ in $R$.
I checked Gilbert Strang's book, Freidberg, and a few others, but did not find much coverage at all, if any.
Thanks.