Difference between revisions of "Linear algebra"
Jump to navigation
Jump to search
(→Common problems: method for one) |
(The three most vexing computations in linear algebra are these) |
||
| Line 1: | Line 1: | ||
'''Linear algebra''' is the [[mathematical]] subject that studies [[vector]]s, vector spaces, linear maps, and systems of linear [[equation]]s. Branches of Linear algebra typically include Linear equations, Matrices, [[Matrix]] decompositions, Computations, Vectors, Vector spaces, Multilinear algebra, Affine space, Projective space.<ref>[http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=linear+algebra Merriam Webster definition of Linear Algebra]</ref> | '''Linear algebra''' is the [[mathematical]] subject that studies [[vector]]s, vector spaces, linear maps, and systems of linear [[equation]]s. Branches of Linear algebra typically include Linear equations, Matrices, [[Matrix]] decompositions, Computations, Vectors, Vector spaces, Multilinear algebra, Affine space, Projective space.<ref>[http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=linear+algebra Merriam Webster definition of Linear Algebra]</ref> | ||
Linear algebra has numerous applications in [[engineering]], [[chemistry]] and [[physics]]. | Linear algebra has numerous applications in [[engineering]], [[chemistry]] and [[physics]]. | ||
| + | |||
| + | The three most vexing computations in linear algebra are these: | ||
| + | #linear equations | ||
| + | #least squares | ||
| + | #finding the eigenvalues of an ''n x n'' matrix for n > 3. | ||
== Basic Concepts == | == Basic Concepts == | ||
| Line 38: | Line 43: | ||
*[[Orthogonality]] | *[[Orthogonality]] | ||
| + | :*[[orthogonal matrix]] | ||
:*projections | :*projections | ||
:*Gram-Schmidt Process and QR Factorization | :*Gram-Schmidt Process and QR Factorization | ||
Revision as of 14:11, 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.
The three most vexing computations in linear algebra are these:
- linear equations
- least squares
- finding the eigenvalues of an n x n matrix for n > 3.
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
- orthogonal matrix
- 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