Problem:
Let matrix AAA be a 2×2 matrix defined as follows:
A=(3421)A = begin{pmatrix} 3 & 4 \ 2 & 1 end{pmatrix}A=(3241)
Let vmathbf{v}v be a vector:
v=(13)mathbf{v} = begin{pmatrix} 1 \ 3 end{pmatrix}v=(13)
- Find the matrix-vector product AvAmathbf{v}Av.
- Determine if the vector vmathbf{v}v is an eigenvector of the matrix AAA, and if so, find the corresponding eigenvalue.