Consider the following definition:
If $a_1,\ldots,a_n$ are elements of some ring $R$, and
$x_1,\ldots,x_n$ are objects on which addition is defined and
multiplication by elements
of $R$ is defined, we call
$$
a_1 \cdot x_1 + a_2\cdot x_2 + \cdots + a_n\cdot x_n
$$
a linear combination of the $x_i$'s. We refer to
the $a_i$'s as the coefficients in the linear combination.
So, for example, the dot product of two vectors in $R^n$ is a
linear combination, since
$
[a_1\ \ldots\ a_n] \cdot [x_1\ \ldots\ x_n] =
a_1 \cdot x_1 + a_2\cdot x_2 + \cdots + a_n\cdot x_n
$.
The $a_i$'s and $x_i$'s are all just
elements of of the ring $R$. Of course, it's much more
exciting to have linear combinations of vectors!
-
What is the following linear combination of column vecotors as a
single column vector?
[Remember a column vector is literally just a vector where
we've written the components vertically instead of horizontally!]
$$
2\cdot
\begin{bmatrix}
-1\\
0\\
2
\end{bmatrix}
+
-1\cdot
\begin{bmatrix}
0\\
3\\
3
\end{bmatrix}
+
\frac{1}{3}\cdot
\begin{bmatrix}
6\\
3\\
-9
\end{bmatrix}
$$
-
Find real number values for $x_1$, $x_2$ and $x_3$, not
all zero(!), that
makes the following equation involving a linear
combination of vectors true.
Note: I'm expecting you to play around a bit with
different numbers to
find these values. We will
eventually learn how to solve something like this
systematically,
but for now, think of it like a puzzle.
$$
x_1\cdot
\begin{bmatrix}
-1\\
0\\
2
\end{bmatrix}
+
x_2\cdot
\begin{bmatrix}
0\\
3\\
3
\end{bmatrix}
+
x_3\cdot
\begin{bmatrix}
6\\
3\\
-9
\end{bmatrix}
=
\begin{bmatrix}
0\\
0\\
0
\end{bmatrix}
$$