Alright, future engineers!

A **Linear Combination** is the sum of vectors multiplied by scalars. Ex: `c1*v1 + c2*v2`. Pro-Tip: Think of it as reaching any point in a space using specific directions & scaling them!
#LinearAlgebra #Vectors #STEM #StudyNotes

@kipriyanovich That's right! And c1 and c2 are the coordinates in the coordinate system spanned by those two vectors.