\documentclass{article}
\usepackage{amsmath}
\usepackage{multicol}

\begin{document}
\begin{multicols}{2}
	\begin{enumerate}
		\item 
		$
		\begin{pmatrix}
		1 & 1 \\
		1 & 1
		\end{pmatrix}
		$
		\item 
		$
		\begin{pmatrix}
		2 & 2 \\
		2 & 2
		\end{pmatrix}
		$
		\item 
		$
		\begin{pmatrix}
		3 & 3 & 3\\
		3 & 3 & 3\\
		3 & 3 & 3
		\end{pmatrix}
		$
	\end{enumerate}
\end{multicols}
\end{document}