Loading [MathJax]/jax/output/CommonHTML/jax.js

bme

admin write write write

[LA] Span

Linear Algebra 2022. 9. 2. 13:46
728x90
반응형

Span의 정의는 다음과 같음.


If v1,,vp are in Rn,
then the set of all linear combinations of v1,,vp is denoted by Span {v1,,vp} and
is called the subset of Rn spanned (or generated) by v1,,vp.

That is, Span {v1,,vp} is the collection of all vectors that can be written in the form

c1v1+c2v2++cpvp

with c1,,cp scalars.


즉, 어떤 vector들의 set에 대한 span이란

  • 해당 set의 모든 vector들의 linear combination으로 만들어지는 vector들을 포함하고 있는 set이 바로 span이다.
  • 만약 zero vector가 아닌, v에 대한 span, Span{v}는 1차원의 line이라고 볼 수 있다.
  • 여기서 v의 component가 3개라면, vR5이며, Span{v}vR3로서 R3의 subset이다.
  • 조금더 확장하여 zero vector가 아니면서 서로에 대하 scalar multiple이 아닌, v1,v2에 대한 span, Span{v1,v2}는 2차원의 plane이라고 볼 수 있다.

span으로 만들어진 vector들의 집합은 origin을 반드시 포함하게 됨을 잊지 말것.

위 그림은 Span{v}를 나타낸 것임. (단, vR3).

 

2022.09.02 - [Linear Algebra] - Linear Combination 및 Vector equation, Matrix equation

 

Linear Combination 및 Vector equation, Matrix equation

Linear Combination linear equation 에서 variable 이 scalar가 아닌 vector로 바꾼 경우라고 생각하면 쉽다 scalar를 component가 1개인 vector라고 생각할 수 있으므로, linear equaiton의 일반화 라고 봐도 된..

bme-g.tistory.com

 

728x90
admin