What is linear algebra and why is to so important to so many applications?
Basic operations
Factorizations
Fundamental theorem of linear algebra
Exposing the structure of a linear operator between different sets through the SVD
Exposing the structure of a linear operator between the same sets through eigendecomposition
Science acquires and organizes knowledge into theories that can be verified by quantified tests. Mathematics furnishes the appropriate context through rigorous definition of .
Most areas of science require groups of numbers to describe an observation. To organize knowledge rules on how such groups of numbers may be combined are needed. Mathematics furnishes the concept of a vector space
formal definition of a single number: scalar,
formal definition of a group of numbers: vector,
formal definition of a possible way to combine vectors:
Algebra is concerned with precise definition of ways to combine mathematical objects, i.e., to organize more complex knowledge as a sequence of operations on simpler objects
Linear algebra concentrates on one particular operation: the linear combination
It turns out that a complete theory can be built around the linear combination, and this leads to the many applications linear algebra finds in all branches of knowledge.
Group vectors as column vectors into matrices
Define matrix-vector multiplication to express the basic linear combination operation
Introduce a way to switch between column and row storage through the transposition operation . ,
Transform between one set of basis vectors and another
Linear independence establishes when a vector cannot be described as a linear combination of other vectors, i.e., if the only way to satisfy is for , then the vectors are linearly independent
The span is the set of all vectors is reachable by linear combination of
The set of vectors is a basis of a vector space if , and are linearly independent
The number of vectors in a basis is the dimension of a vector space.
Any linear operator , can be characterized by a matrix
For each matrix there exist four fundamental subspaces:
Column space, , the part of reachable by linear combination of columns of
Left null space, , the part of not reachable by linear combination of columns of
Row space, , the part of reachable by linear combination of rows of
Null space, , the part of not reachable by linear combination of rows of
The fundamental theorem of linear algebra (FTLA) states
, (or with a permuation matrix) Gaussian elimination, solving linear systems. Given , , find such that by:
Factorize,
Solve lower triangular system by forward substitution
Solve upper triangular system by backward substitution
, (or with a permutation matrix) Gram-Schmidt, solving least squares problem. Given , , , solve by:
Factorize,
Solve upper triangular system by forward substitution
, eigendecomposition of ( invertible if is normal, i.e., )
, Schur decomposition of , orthogonal matrix, triangular matrix, decomposition always exists
, Singular value decomposition of , orthogonal matrices, , decomposition always exists
The SVD of reveals: , bases for