\documentclass[a4paper,12pt]{article}

\begin{document}

\parindent=0pt


QUESTION

Find the eigenvalues and eigenvectors of the following matrices.
\begin{center}
$\left[\begin{array}{cc}3&4\\-2&-3\end{array}\right] \hspace{1cm}
\left[\begin{array}{cc}3&5\\-5&-3\end{array}\right]$
\end{center}
For each of these matrices $A$ write down where possible the
matrix $M$ such that $M^{-1}AM$ is diagonal and check that your
$M$ works.

\bigskip

ANSWER



\begin{tabular}{lclc}
For the first matrix\\
Eigenvalue&1&Eigenvector&$\left[\begin{array}{c}2\\-1\end{array}\right]$\\
Eigenvalue&-1&Eigenvector&$\left[\begin{array}{c}1\\-1\end{array}\right]$\\
\\
For the second matrix\\

Eigenvalue&$\pm4i$&Eigenvector&$\left[\begin{array}{c}-5\\3\mp4i\end{array}\right]$\\

\end{tabular}

Where there are two independent eigenvectors the matrix $M$ which
has the eigenvectors as its columns will do.


\end{document}
