Linear algebra learning recommendations

From Cognito
Revision as of 06:55, 9 January 2014 by Vipul (talk | contribs) (Created page with "'''Linear algebra''' is an important mathematical topic with wide applicability to the natural and social sciences, and is the only topic outside of the calculus sequences tha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linear algebra is an important mathematical topic with wide applicability to the natural and social sciences, and is the only topic outside of the calculus sequences that is widely studied by undergraduates who do not intend to major in mathematics. Although some computational background related to linear algebra is covered in school syllabi, the concepts of linear algebra at the college level can still be very difficult for students, because of the focus of most curricula on preparing students for calculus to the exclusion of other parts of mathematics.

This page includes some guidance on who needs to learn linear algebra, what parts of linear algebra are important,resource suggestions for people interested in learning linear algebra.

Parts of linear algebra and their relative importance

Part of linear algebra Details Who needs to learn this?
Foundation Solving systems of linear equations (using Gauss-Jordan elimination via row reduction), basics of vectors and vector spaces, linear combinations, linear relations, spans, spanning sets, subspaces, matrices as encoding linear transformations, geometric interpretation of linear transformations, matrix multiplication, and inversion. Anybody who needs to learn algebra for any purpose.
Regression Ordinary least squares regression and its matrix implementation. People learning linear algebra for the purpose of applying it in any context, such as the sciences (natural and social) or any context that involves experimentation, measurement, and statistics.
Advanced computational topics Determinants, eigenvalues, QR factorization, Gram-Schmidt process, Gram-Schmidt factorization, etc. Some application contexts, such as machine learning, and some sciences that rely on heavy statistical machinery.