Let $k$ be a field and $\Lambda=\begin{bmatrix} k & 0 \\ k^2 & k[x]/(x^2) \end{bmatrix}$. This ring is an algebra over $k$.
(a) What is $\dim_k \Lambda$?
(b) Is $\Lambda$ a left Artinian ring? Is $\Lambda$ a left Noetherian ring?
(c) Is $\Lambda$ a semisimple ring?
I'm not so sure whether my solutions are correct.
(a) I would say that the dimension is 5 because $\Lambda$ has the basis
$$ \begin{align} \begin{bmatrix} 1 & 0 \\ (0,0) & \bar{0} \end{bmatrix}, \begin{bmatrix} 0 & 0 \\ (1,0) & \bar{0} \end{bmatrix}, \begin{bmatrix} 0 & 0 \\ (0,1) & \bar{0} \end{bmatrix}, \begin{bmatrix} 0 & 0 \\ (0,0) & \bar{1} \end{bmatrix}, \begin{bmatrix} 0 & 0 \\ (0,0) & \bar{x} \end{bmatrix}, \end{align} $$
where $1$ denotes the unity in $k$. Is this correct?
(b) The set $I=\begin{bmatrix} 0 & 0 \\ k^2 & 0 \end{bmatrix}$ is an ideal in $\Lambda$ and $\Lambda / I \simeq k \oplus k[x]/(x^2)$. $k$ is a field, hence Noetherian and Artinian. The submodules of $k[x]/(x^2)$ are $(0), \frac{(x)k[x]}{(x^2)}, k[x]/(x^2)$ and thus, $k[x]/(x^2)$ is also Noetherian and Artinian. So, $\Lambda/I$ is Noetherian and Artinian.
Since $I$ hasn't any non-trivial submodules, it is also Noetherian and Artinian and therefore, $\Lambda$ is Noetherian and Artinian.
(c) Suppose that $\Lambda$ is semisimple. Since $\Lambda$ is also Artinian, it cannot have any nilpotent ideals. But $I$ is nilpotent ($I^2=0$), a contradiction. So, $\Lambda$ is not semisimple.
Is this correct?