Final answer:
To find the eigenvalues, determine the determinant of (A - λI) and solve the characteristic equation. The eigenvectors are found by solving (A - λI)x = 0 for each eigenvalue.
Step-by-step explanation:
Finding Eigenvalues and Eigenvectors
To find the eigenvalues of a given matrix, we must solve the characteristic equation which is determined by the determinant of (A - λI), where A is the matrix and I is the identity matrix of the same size. The eigenvalues (λ) are the roots of this equation. Once the eigenvalues are found, we can calculate the eigenvectors by solving the equation (A - λI)x = 0 for each eigenvalue, where x represents the eigenvector associated with each eigenvalue.
The given matrix is:
1 -1 0
5 1 4
0 1 1
We will find the eigenvalues by calculating the determinant of (A - λI), and then find the corresponding eigenvectors by solving the system of linear equations for each eigenvalue.