- Published on
Notes on Strang Lecture - 5
Permutation matrices and transposes
Permutation matrices
A permutation matrix executes row exchanges of .
For LU decomposition with row exchanges, we have:
Key property: For any permutation matrix :
The matrix is orthogonal.
Matrix transpose
If , then .
Symmetric matrices
A matrix is symmetric if
Vector subspaces
Definition
A vector subspace is a subset of the vectors in a vector space, that is itself a vector space under the same operations.
and
Examples inAll possible subspaces of :
- The zero vector (dimension 0)
- Any line through the origin (dimension 1)
- The entire space itself (dimension 2)
All possible subspaces of :
- The zero vector (dimension 0)
- Any line through the origin (dimension 1)
- Any plane through the origin (dimension 2)
- The entire space itself (dimension 3)
Important note: A line or plane that does not pass through the origin is not a subspace, as it fails to contain the zero vector and is not closed under scalar multiplication.