Math
Linear Algebra Basics
Linear algebra is the branch of mathematics concerning linear equations, linear maps, and their representations in vector spaces and through matrices.
1. Vector Spaces
Definition 1.1(Vector Space)
A vector space over a field is a set together with two operations:
- Vector addition:
- Scalar multiplication:
Example 1.1
The space of all -tuples of real numbers is a vector space. For example, in :
2. Linear Transformations
Definition 2.1(Linear Transformation)
A function between vector spaces is called alinear transformation if for all vectors and scalars :
3. Eigenvalues and Eigenvectors
Definition 3.1(Eigenvalue and Eigenvector)
Let be an matrix. A scalar is an eigenvalue of if there exists a non-zero vector such that:The vector is called an eigenvector corresponding to .
Lemma 3.1
The eigenvalues of a matrix are the roots of its characteristic polynomial:
Theorem 3.1(Spectral Theorem)
If is a real symmetric matrix, then:
- All eigenvalues of are real.
- Eigenvectors corresponding to distinct eigenvalues are orthogonal.
- can be diagonalized by an orthogonal matrix.
Example 3.1
Find the eigenvalues of .
Solution: We solve :
Thus, the eigenvalues are and .