Im trying to write 2 matrices in Jupyter Notebook Markdown but I can't figure out how to make the 2 matrices to have the same size. I don't know if I can change the whole size or reduce the space between columns to make it look better.
This is my code:
$$ G_x = \begin{bmatrix} -1 & -2 & -1 \\ 0 & 0 & 0 \\ 1 & 2 & 1 \end{bmatrix}$$
$$ G_y\begin{bmatrix} -1 & 0 & 1 \ -2 & 0 & 2 \ -1 & 0 & 1 \end{bmatrix}$$





\[and\]and not$$. See here – F. Pantigny Nov 11 '20 at 20:02