Eigenvalues and Eigenvectors

Eigenvalues and eigenvectors are foundational principles in the study of linear algebra. They act as crucial tools to break down intricate problems, predominantly in the realm of linear equation systems. In essence, an eigenvector is a non-zero vector, which when subjected to a linear transformation, only alters by a scalar factor. The associated eigenvalue is this particular scalar.

Finding the Characteristic Equation

Given the matrix A = \( \begin{pmatrix} 1 & -2 & 0 \\ -2 & 1 & -2 \\ 0 & -2 & 1 \end{pmatrix} \), find the characteristic equation.

Finding the Eigenvectors/Eigenspace of a Matrix

Find the eigenvalues and corresponding eigenvectors of the matrix \( A = \begin{bmatrix} 4 & 1 \ 2 & 3 \end{bmatrix} \).