You are about to erase your work on this activity. Are you sure you want to do this?
Updated Version Available
There is an updated version of this activity. If you update to the most recent version of this activity, then your current progress on this activity will be erased. Regardless, your record of completion will remain. How would you like to proceed?
is the orthogonal complement of , and is the orthogonal complement of .
Gram-Schmidt process
An iterative process which constructs an orthogonal basis for a subspace. The idea is
to build the orthogonal set one vector at a time, by taking a vector not in the span of
the vectors in the current iteration of the set, and subtracting its orthogonal
projection onto each of those vectors.
Orthogonal Basis
A set of orthogonal vectors that spans a subspace. (Any orthogonal set of vectors
must be linearly independent.)
Orthogonal complement of a subspace
If is a subspace, we define the orthogonal complement as the set of all vectors
orthogonal to every vector in , i.e.,
Orthogonal Decomposition Theorem
Let be a subspace of and let . Then there exist unique vectors and such that .
Orthogonal matrices
An matrix is called an orthogonal matrix if its columns form an orthonormal set.
This will happen if and only if its rows form an orthonormal set. Note also that is
an orthogonal matrix if and only if it is an invertible matrix such that .
Orthogonal projection onto a subspace
Let be a subspace of with orthogonal basis . If is in , the vector
is called the orthogonal projection of onto .
Orthogonal set of vectors
Let be a set of nonzero vectors in . Then this set is called an orthogonal set if for all
. Moreover, if for (i.e. each vector in the set is a unit vector), we say the set of
vectors is an orthonormal set.
Orthogonally diagonalizable matrix
An matrix is said to be orthogonally diagonalizable if an orthogonal matrix can be
found such that is diagonal.
Orthonormal basis
A set of orthonormal vectors that spans a subspace. (Any orthogonal set of vectors
must be linearly independent by Theorem orthbasis.)
Orthonormal set of vectors
Let be a set of nonzero vectors in . Then this set is called an orthogonal set if for all
. Moreover, if for (i.e. each vector in the set is a unit vector), we say the set of
vectors is an orthonormal set.
Properties of orthogonal matrices
If is an orthogonal matrix, then...
(a)
is orthogonal,
(b)
,
(c)
if is an eigenvalue of , then ,
(d)
the product of with any other orthogonal matrix will be an orthogonal
matrix (i.e. orthogonal matrices are closed under matrix multiplication),
and
(e)
is a length-preserving and angle-preserving linear transformation.
QR factorization
Let be an matrix with independent columns. A QR-factorization of expresses it as
where is with orthonormal columns and is an invertible and upper triangular
matrix with positive diagonal entries.