Linear Algebra Flashcards
Column views
x1w1 + x2w2 + x3*w3 (w’s are column vectors)
내적
벡터 공간의 각도와 크기를 정해줌
Let’s say there are n vectors.
These vectors are independent if and only if,
No linear combination of n-1 vectors can make the remaining vector
Let’s say there are n n-dimensional vecotrs.
We can call these basis vectors if and only if?
- The vectors are independent
- Their linear combinations fill up the whole space
- n*n matrix with the vecotrs as columns is invertible
Subspace
Set of all linear combinations of vectors (including the whole space)
for n-dimension, origin, line, plane and the whole space
Does associative property (결합법칙) hold for matrix multiplication?
Yes
How do row and column operations differ?
Row on left, column on right.
Explain Gauss-Jordan Elimination
[A I] => [I E’] using both downward and upward eliminations
True or False,
R^t * R is symmetric
True
What qualities should vector spaces satisfy?
- Addition of two vectors should be defined.
- Scalar multiplication should be defined.
What are subspaces of R3?
- R3 itself
- Any plane going through the origin
- Any line going through the origin
- Origin
Column space of matrix A (C(A)) is…
Subspace created by all the linear combinations of the columns of A
Null space of matrix A is…
Subspace comprised of solutions to the equation Ax = 0
Rank of a matrix is…
a number of pivots of a matrix