☰

Lesson 6: Linear Dependence, Span & Basis

1. Linear Combination

A linear combination of vectors is any vector you can get by adding scaled versions of them.

Example:

\[ 2 \begin{pmatrix} 1 \\ 0 \end{pmatrix} + (-3) \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 2 \\ -3 \end{pmatrix} \]

Any vector in 2D can be written as a linear combination of \(\mathbf{i}\) and \(\mathbf{j}\).

Exercise 1

Find scalars \( c_1 \) and \( c_2 \) such that:
\[ c_1 \begin{pmatrix} 1 \\ 0 \end{pmatrix} + c_2 \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} \] (This is any vector in 2D)
\( c_1 \) = , \( c_2 \) =

2. Span of Vectors

The span of a set of vectors is the set of all possible linear combinations you can make from them.

Examples:

Exercise 2

Which statements are true? (Select all that apply)

3. Linear Dependence & Independence

A set of vectors is linearly dependent if one vector can be written as a linear combination of the others (redundant).

Linearly independent if none can be expressed as combination of others β†’ each adds new direction.

Examples:

Exercise 3

Which set is linearly dependent?

4. Basis & Dimension

A basis is a set of linearly independent vectors that span the whole space.

Dimension = number of vectors in a basis.

Examples:

Every vector space has a basis (but we won’t prove it here).

Exercise 4

What is the dimension of the space spanned by these vectors?
\(\begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix}, \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix}, \begin{pmatrix} 2 \\ 4 \\ 0 \end{pmatrix}\)
Answer:

Summary – Lesson 6

Next steps: matrices, systems of equations, and transformations.

← Previous Lesson (5) Next Lesson (7) β†’