In the following textbook example I understand how they get Null(L) but not how they get Range(L) which they say is clear to see. Can anyone elucidate the method of finding the Range of a linear mapping? Thank you!
2026-04-03 21:00:34.1775250034
On
Finding Range of a linear mapping
383 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
You know $dim\ M(2,2)=4$ and $dim\ null(L)=2$, so by the Bank nullity theorem, $dim \ rank(L)=2$. But all the polynomials which are image of L are of the form $\alpha x + \beta x^3$, so you can get all of them with a linear combination of the polynomials $x$ and $x^3$. Since $dim \ rank(L)=2$ and $x,x^3$ are two linearly independent polynomials, it follows that $rank(L)$ is the subspace of $P_3$ generated by $x,x^3$.

The range of $L, R(L)\subseteq\Bbb P_3$. Every element in $R(L)$ is of the form $k_1x+k_2x^3$, which is a linear combination of $x$ and $x^3$. So $\{x,x^3\}$ is a basis of $R(L)$, giving its dimension as $2$.