This is LaTeX code:

[latex]
\begin{pmatrix}
1-\mu-3t\\ 
-1+\mu+t\\ 
1\\ 
t \\
\end{pmatrix}
=
\mu\begin{pmatrix}
-1\\ 
1\\ 
0\\ 
0
\end{pmatrix}
+
t\begin{pmatrix}
-3\\ 
1\\ 
0\\ 
1
\end{pmatrix}
+
\begin{pmatrix}
1\\ 
-1\\ 
1\\ 
0
\end{pmatrix}


[/latex]