Linear equations
linear system
Linear equation
Linear system
Matrix
Elementary row operations
Existence and uniqueness
leading entry
row echelon form (REF)
reduced row echelon form (RREF)
echelon matrix
reduced echelon matrix
Uniqueness of RREF
pivot
pivot column
pivot position
basic variable / free variable
Existence and uniqueness theorem
A linear system is consistent iff
no row in its augmented matrix is of form [00⋯b] where b=0
vector equations
(naive) vector
column vector
scalar multiplication and vector addition
algebraic properties of R^n
linear combination & span
b 가 Span{v1,⋯,vp} 에 속하는지 여부는 곧
x1v1+x2v2+⋯+xpvp=b 식에 해가 존재하는지 여부와 같고 또한
첨가행렬 [v1v2⋯vpb] 의 해가 존재하는지 여부와 같다
the matrix equation
linear combination and matrix-vector multiplication
Ax=[a1a2⋯an]⎣⎢⎢⎢⎢⎡x1x2⋮xn⎦⎥⎥⎥⎥⎤=x1a1+x2a2+⋯+xnan
theorem 3 - matrix equation, vector equation, linear system
A 가 m×n 행렬이고 b 가 Rm 에 속할 때
1. Ax=b
2. x1a1+x2a2+⋯+xnan=b
3. [a1a2⋯anb]
의 해집합은 모두 같다
existence of solutions
The equation Ax=b has a solution iff b is a linear combination of the columns of A
theorem 4
A 가 m×n 행렬일 때 다음 명제는 모두 동치이다.
1. Rm 의 모든 b 에 대해 Ax=b 의 해가 존재한다
2. Rm 의 모든 b 는 A 의 열의 선형 결합이다.
3. A 의 열들이 Rm 을 생성한다.
4. A 의 모든 행에 피봇이 존재한다.
- 여기서 A 가 첨가행렬이 아니라 계수행렬임에 주의!!
matrix-vector product
Ax
[a]