I want to create a tableau of vectors in LaTeX, like the one seen on Slide 7 in these slides.

But unlike in the slides, I want to have vectors like the one given by the code below
\begin{pmatrix}
1\\
0\\
-1
\end{pmatrix}
placed inside the cells. Is there an elegant way to do this, using either TikZ or tables?

