It a homework task
Can it be transformed to the system, where each expression of N doesn't depend on another N(like $N1=$some stuff that doesn't contain any N):
$$N_3=\dfrac{-pB_{13}N_1}{-A_{31}-pB_{32}-A_{32}}$$ $$N_2=\dfrac{(pB_{32}+A_{32})N_3}{A_{21}}$$ $$N_1=\dfrac{A_{31}N_3+A_{21}N_2}{pB_{13}}$$
Consider $p$, $B_{32}$, $B_{13}$, $A_{32}$, $A_{21}$, $A_{31}$, (shortly all B and A and p) as a constant
Now I clarify, that I want to transform the system above to system
$$N_3=stuff\space without\space any\space N$$ $$N_2=stuff\space without\space any\space N$$ $$N_1=stuff\space without\space any\space N$$
I don't really need a complete solution, just answer is it possible or, because my math skills are not pro, and I am getting $N_1+N_1(some\space stuff)=0$
Is it possible?
If we plug the second into the third, then the first into the third we eliminate $N_2$ and $N_3$
$$N_1=\dfrac{A_{31}N_3+A_{21}N_2}{pB_{13}}\\ N_1=\dfrac{A_{31}N_3+(pB_{32}+A_{32})N_3}{pB_{13}}\\ N_1=\dfrac{A_{31}+(pB_{32}+A_{32})}{pB_{13}}N_3\\ N_1=\dfrac{A_{31}+(pB_{32}+A_{32})}{pB_{13}}\dfrac{-pB_{13}N_1}{-A_{31}-pB_{32}-A_{32}}$$ Now note that the $N_1$s divide out so your system is singular. If what is multiplying $N_1$ on the right is equal to $1$ or $0$ you can choose $N_1$ at will. Otherwise the equations are inconsistent.