Difference between revisions of "Linear algebra"
Jump to navigation
Jump to search
(finding the orthogonal projection of a vector in a vector space) |
(Improve intro) |
||
| Line 1: | Line 1: | ||
| − | '''Linear algebra''' is the [[ | + | '''Linear algebra''' is the branch of [[mathematics]] that deals with [[vector]]s, vector spaces, linear maps, and systems of linear [[equation]]s. Topics studied in Linear algebra 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]]. | ||
Revision as of 17:03, May 1, 2010
Linear algebra is the branch of mathematics that deals with vectors, vector spaces, linear maps, and systems of linear equations. Topics studied in Linear algebra 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 (perpendicular) vectors
- orthonormal vectors
- orthogonal projections
- 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
- finding the orthogonal projection of a vector in a vector space
- 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
- decomposition or factorization of a matrix: representing a given matrix as a product of simpler matrices