I've just started writing in latex to expose math problems to a forum.
I am trying to display a matrix:
\[
\begin{align*}
\begin{matrix}
1 & -9 & 3 \\
1 & 2 & -2 \\
-2 & 1 & 1
\end{matrix}
\end{align*}
\]
But I get this:

There's 1b1 and there's not the last element that I'm trying to display, why?
