Vector Relationships

A brief overview of linear combinations, dependence, and independence

Linear Combinations

Linear combinations logically follow from the matrix operations covered in Basics - simply put, it's a combination of two vectors, scaled by numbers.

x=aa+bb |x\rangle = a |a\rangle + b |b\rangle

Here x |x\rangleis a linear combination of the vector a|a\ranglescaled by the constant aa and the vector b|b\ranglescaled by the constant bb. Here is an example:

Leta=0,b=1&a=[12],b=[35]Let \hspace{8pt}a=0, b=1 \hspace{8pt} \& \hspace{8pt} |a\rangle=\begin{bmatrix}1\\2\end{bmatrix}, |b\rangle=\begin{bmatrix}3\\5\end{bmatrix}
x=aa+bb=0[12]+1[35]=[35]|x\rangle = a |a\rangle + b |b\rangle = 0*\begin{bmatrix}1\\2\end{bmatrix}+1*\begin{bmatrix}3\\5\end{bmatrix}= \begin{bmatrix}3\\5\end{bmatrix}
x=[35]|x\rangle = \begin{bmatrix}3\\5\end{bmatrix}

Linear Dependence

So if we have a set of vectors, how do we define the relationships between those vectors, and what do those relationships tell us about the whole system? Well, in the example above we have a set of three vectors - x,a,b|x\rangle, |a\rangle, |b\rangle.

x|x\rangleis dependent ona|a\rangleandb|b\rangle, because x|x\rangle is defined bya|a\rangleandb|b\rangle. Without them,x|x\ranglecould not exist. And since one of the vectors in the set is dependent on one of the other vectors in the set, the whole set can be said to be linearly dependent.

Linear Independence

So if a set includes a vector which can be described as a linear combination of other vectors in the same set, then the whole set is said to be linearly dependent.

Logically, if this is not the case, and none of the vectors in the set can be described as linear combinations of each other, the whole set is said to be linearly independent.

Last updated