Consider two matrices $A$ and $B$,
$$A=\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 &0 & -1 \end{bmatrix},\ B=\begin{bmatrix} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 &0 & -1 \end{bmatrix}.$$
Let $M,N$ be the $\mathbb{R}[x]$-modules defined by $A$ and $B$, respectively. Then is $M$ isomorphic to $N$? What are submodules of $M$?
In $M$, for any $v\in \mathbb{R}^3$, $xv \mapsto Av$. Hence $x^2v\mapsto v$, $x^3v \mapsto Av$ ... Then elements in $M$ take the form $a_1Av+a_2v$, where $a_1,a_2\in\mathbb{R}$. Similarly elements in $N$ take the form $b_1Av+b_2v$.
Then I construct a homomorphism $\phi:M\to N$, $a_1Av+a_2v\mapsto a_1Bv+b_2v$. I have verified that $\phi(m_1+m_2)=\phi(m_1)+\phi(m_2)$ and $\phi(p(x)m_1)=p(x)\phi(x_1)$. $\phi$ is surjective clearly. However, I cannot prove $\phi$ is injective.
Also, I have no clue finding the submodule of $M$.