Difference between revisions of "Linear algebra"
Jump to navigation
Jump to search
m (→Basic Concepts) |
(→Common problems: method for one) |
||
| Line 84: | Line 84: | ||
*finding inverses and transposes of matrices | *finding inverses and transposes of matrices | ||
*[[Gram-Schmidt procedure]] | *[[Gram-Schmidt procedure]] | ||
| − | *finding [[eigenvalue]]s and [[eigenvector]]s for matrices | + | *finding [[eigenvalue]]s and [[eigenvector]]s for matrices: |
| + | :#find the [[characteristic polynomial]] | ||
| + | :#solve for the eigenvalues | ||
| + | :#solve for the eigenvectors | ||
*diagonalize a matrix | *diagonalize a matrix | ||
*find the geometric equivalent of a matrix | *find the geometric equivalent of a matrix | ||
Revision as of 13:23, May 1, 2010
Linear algebra is the mathematical subject that studies vectors, vector spaces, linear maps, and systems of linear equations. Branches of Linear algebra typically include Linear equations, Matrices, Matrix decompositions, Computations, Vectors, Vector spaces, Multilinear algebra, Affine space, Projective space.[1] Linear algebra has numerous applications in engineering, chemistry and physics.
Basic Concepts
- transformations, inverses and matrix products
- Subspaces
- Sarrus's rule
- geometrical interpretation
- classical adjoint, expansion factor, application to parallelepipeds)
- determinant of similar matrix, inverse matrix, product of matrices
- Cramer's rule (with and without product rule)
- minor of a matrix
- Laplace expansion (cofactors)
- eigenbasis
- orthogonal eigenbasis
- orthonormal eigenbasis
- diagonalization
- trace
- characteristic polynomial
- complex eigenvalues
- projections
- Gram-Schmidt Process and QR Factorization
- orthogonal matrices, orthogonal transformations
- data fitting, especially least squares
- Quadratic forms
- Linear dynamical systems
- Euler's Formula
More advanced topics include
- Vector spaces (linear spaces)
- the conditions of a vector space
- isomorphisms
- Nth dimensional spaces and subspaces
- Inner spaces
- inner product spaces
- Determinants
- cofactor
- adjugate (useful in finding the inverse of a matrix)
- Stability
- Hermitian Matrices
- Singular values and Singular Value Decomposition
- Linear differential equations
Common problems
Common problems in linear algebra include:
- simplifying or reducing matrices
- Gauss-Jordan elimination
- matrix multiplication
- finding inverses and transposes of matrices
- Gram-Schmidt procedure
- finding eigenvalues and eigenvectors for matrices:
- find the characteristic polynomial
- solve for the eigenvalues
- solve for the eigenvectors
- diagonalize a matrix
- find the geometric equivalent of a matrix
- finding the determinant of a 2x2 matrix (easy) and a 3x3 matrix (hard)
- finding the inverse of a matrix