The document provides examples and explanations of linear algebra concepts including:
1. Checking if vectors are linear combinations of other vectors by setting up systems of equations and solving for coefficients.
2. Determining if vectors span a vector space by setting up a matrix with the vectors as columns and checking if it is invertible.
3. Examples involve vectors in R2 and R3, linear systems, and matrix operations to check linear dependence and independence.