Linear Combination
Date: May 13 2020
Summary: A loose overview on linear combination and it geometric relationship
Keywords: ##zettel #linearalgebra #vectors ##mathematics #geometry #archive
Bibliography
Not Available
Table of Contents
Let v and w be any two vectors and let c and d represent any real numbers. Multiplying v and w by c and d respectively yields cv and dw.
Adding cv and dw together is the idea of a linear combination.
cv+dw=c[v1​v2​​]+d[w1​w2​​]=[cv1​+dw1​cv2​+dw2​​]
In the case of
c[11​]+d[23​]
The entire xy plane is filled. They produce every [xy​]
In three element column vectors, a plane is filled in the xyz space:
c⎣⎡​111​⎦⎤​+d⎣⎡​234​⎦⎤​
Let v=[11​], w=[23​], and c=d=1
cv+dw=1[11​]+1[23​]=[34​]
Zelko, Jacob. Linear Combination. https://jacobzelko.com/05132020134039-linear-combination. May 13 2020.