This is LaTeX code:

[latex]
\begin{bmatrix}
x_1 \\ x_2 \\ x_3 \\ x_4
\end{bmatrix} = \begin{bmatrix}
0 \\ 1 \\ 2 \\ 0
\end{bmatrix} + t \begin{bmatrix}
1 \\ -1 \\ -2 \\ 0
\end{bmatrix} + s \begin{bmatrix}
0 \\ -1 \\ -1 \\ 1
\end{bmatrix}
[/latex]