Trace: Sum of eigenvalues equals the trace of the matrix (sum of diagonal elements).
Determinant: Product of eigenvalues equals the determinant of the matrix.
If you add a scalar multiple of the identity matrix (3I) to a matrix A, the eigenvectors remain unchanged, and the eigenvalues increase by that scalar.
Complex Eigenvalues
Non-symmetric matrices can have complex eigenvalues. For example, a matrix representing a 90-degree rotation results in:
Eigenvalues: 位 = i and 位 = -i (complex numbers).
Complex conjugate pairs are observed for such cases.
Example: Triangular Matrix
For a triangular matrix, eigenvalues can be easily read off the diagonal.
Repeated eigenvalues (e.g., 位 = 3) can result in fewer independent eigenvectors than dimensions (dependency issue).
Conclusion
Eigenvalues and eigenvectors provide insights into matrix behavior and transformations.
The next lectures will explore further applications and implications of these concepts in linear algebra.