A math object is a linear combination of a set if we can create the math object by summing together scaled elements of the set.
You will probably want to see an example…
The vector is a linear combination of
,
,
because we can get it through the following summation:
Whatever “type” the answer is, the elements in the set must be of the same type:
- a vector would be a linear combination of vectors
- a matrix would be a linear combination of matrices
This is because when you scale a math object you don’t change its type.
Appendix A
When we say “scaled math object” we refer to a math object that has been changed by multiplication by a scalar.
Some textbooks say multiplication by a constant.