본문 바로가기

Computer Science/Linear Algebra

02. Linear combinations and span

728x90

Linear combination: an expression constructed from a set of terms by multiplying each term by a constant and adding the results.

Let's see some examples of linear combinations.

There are two vectors which is

 , 


When we scale by some scaling factor and add them, we can get those vectors and it's called a linear combination.

ex1) 

 zero vector is also a linear combination!

ex2) 

Then what is the set of all of the vectors we could have created by taking linear combinations?

You can represent any vectors with some linear combinations of these vectors in R 2.

span(  )

span 

span = {}

 span is the space of all of the vectors that can be represented by a combination of these vectors.

✔ Any Dimension space can be represented by each unit vector.

Conclusion

In this time, we learned what dolinear combination and span mean.

728x90

'Computer Science > Linear Algebra' 카테고리의 다른 글

06 Matrices for solving systems  (0) 2022.02.24
05. Vector dot and cross products  (0) 2022.02.22
04. Subspaces and the basis for a subspace  (0) 2022.02.22
03. Linear dependence and independence  (0) 2022.02.22
01. Vectors  (0) 2022.02.22