1. Definition of Null space
Definition : Definition :
null space of A, N(A)={x∈Rn,Ax=0}
claim N(A) is a subspace
(i). non-empty ⇒ 항상 A˙0=0이므로 null space에는 영벡터가 존재하고, null space은 empty일 수 없다.
(ii). Ax1=0,Ax2=0⇒A(x1+x2)=Ax1+Ax2=0
if x1,x2∈N(A), then x1+x2∈N(A)
(iii). if x∈N(A) then cx∈N(A) for any c∈R
A(cx)=c(Ax)=0
ex) A=[105424]
N(A)={[00]}
A matrix의 경우에는 두 column이 independent하므로 null space에 영벡터 밖에 없습니다.
B=[101549448]
N(B)={c[11−1]:c∈R}
* Spanning space
V: a vector space
(i). v∈V{av:a∈R} is a subspace
(ii). v1,v2∈V{av1+bv2:a,b∈R}
(iii). v1,v2,⋯,vk∈V{a1v1+a2v2+⋯+akvk,ai∈T}
2. Column space
Definition :
C(A) is a spanning space of all columns of A
Ex1)
A=[105444]
C(A)={u[154]+v[044],u,v∈R}

두 벡터가 Spann하는 공간은 두 벡터가 독립이라면, 한 평면이 나오게 됩니다.
Ex2)
A=[0000]
C(A)={[00]}
Ex3)
A=[100010000]
C(A) is xy planes
column을 보면 x축 벡터 하나([100]), y축 벡터 하나([010])가 있으므로 두 벡터가 만드는 공간은 xy 평면입니다.
Ex4)
A=[100010001]
C(A) is R3
Example3과 비슷하게, x,y,z축 벡터가 하나씩 있으므로 이 벡터들이 만드는 공간은 3차원 전체 공간입니다.
이번에는 column space, null space에 대해서 소개했고 다음에는 이 개념들을 방정식에 푸는 데 어떻게 사용하는지를 다루겠습니다.
'수학 Mathematics > 선형대수학 Linear Algebra' 카테고리의 다른 글
[응용선형대수] Linear independence, basis and dimensions (0) | 2021.03.02 |
---|---|
[응용선형대수] Understanding Ax=0, Ax=b using null space matrix (0) | 2021.02.25 |
[선형대수] Rectangular matrix의 곱과 singularity (0) | 2021.02.22 |
[선형대수] QR decomposition (0) | 2021.02.20 |
[응용선형대수] Vector Space/Subspace (0) | 2021.02.20 |