I have to determine the Jacobson radical of this matrix ring: $\begin{pmatrix} \mathbb{Z}_{63} & \mathbb{Z}_{63}\\ 0& \mathbb{Z}_{63} \end{pmatrix}$
I have done the following $(a,b,c,r,s,t \in \mathbb{Z}_{63})$:
$$\begin{pmatrix} 1 & 0\\ 0& 1 \end{pmatrix}- \begin{pmatrix} r & s\\ 0& t \end{pmatrix}\begin{pmatrix} a & b\\ 0& c \end{pmatrix}= \begin{pmatrix} 1-ra & -(rb+sc)\\ 0& 1-tc \end{pmatrix}$$
Then I have: $$\begin{pmatrix} 1-ra & -(rb+sc)\\ 0& 1-tc \end{pmatrix}^{\!\!-1}= \frac{1}{1-tc-ra+ratc}\begin{pmatrix} 1-tc & rb + sc\\ 0 & 1-ra \end{pmatrix}.$$
What should be my next step?