Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linear Algebra! (Matrices (Row/Column space
A = mxn matrix
row space…
Linear Algebra!
Matrices
Echelon form:
all zero rows at bottom
entries below leading term are zero
leading term of a row is right of above leading terms
-
-
Row operations
- swap 2
- multiply by nonzero
- add another row
If two matrices are related by row operations, their row spaces are equal.
If E is the reduced echelon form of A, then RowSpace(A) = RowSpace(E)
-
-
-
Row/Column space
A = mxn matrix
row space (column space) is subpace of F^n (F^m) spanned by rows (columns) of A
-
-
-
Vector spaces
Conditions on vector space:
addition
scalar multiplication
addition is commutative
addition is associative
additive identity
additive inverse
two types of distributivity
associative
1 * v = v
-
-
-
Linear Transformations
(function between vector spaces that preserves addition and scalar multiplication)
-
-
-
Systems of equations
Augmented matrix
A = mxn matrix
The homogeneous system given by A has a unique solution iff n = rank(A)
The set of solutions is a subspace of F^n of dimension n - rank (A) = # of free variables
A general system is consistent iff vector of solutions are in the column space. The solution is unique iff n = rank(A)
-