摘要:
Four fundamental subspaces( for matrix A) if A is m by n matrix: Column space C(A) in Rm (列空间在m维实空间中) Null space N(A) in Rn Row space C(A^)(^代表转置)in R 阅读全文
摘要:
Linear independence Spanning a space Basis and dimension 以上概念都是针对a bunch of vectors, 不是矩阵里的概念 Suppose A is m by n with m<n, then there are non-zero so 阅读全文
摘要:
Computing the nullspace (Ax=0) Pivot variables-free variables Special solutions: rref( A)=R rank of A=the number of pivots=2 由上述矩阵行变换回代可得方程 我们自行给free 阅读全文
摘要:
Vector spaces and subspaces Column space of A solving Ax=b Null space of A Vector space requirements v+w and cv are in the space All combs cv+dw are i 阅读全文
摘要:
Inverse of AB,A^(A的转置) Product of elimination matrices A=LU (no row exchanges) Inverse of AB,A^(A的转置): Product of elimination matrices A=LU (no row ex 阅读全文
摘要:
Matrix multiplication(4 ways!) Inverse of A Gauss-Jordan / find inverse of A Matrix multiplication 1、点积法 2、matrix * column=comb of columns columns of 阅读全文
摘要:
Professor: Gilbert Strang Text: Introduction to Linear Algebra http://web.mit.edu/18.06 Lecture 1 contents: n linear equation, n unknowns Row picture 阅读全文