Spans, Translated Spans, and Linear Independence/Dependence

Span defintion

  • Span - the span of a set of vectors is the set of all linear combinations of vectors in .

    • span

    Let . Show that span

    If the equation of these 3 vectors is always consistent, then any vector in can be obtained as a linear combination of .

    Get the system and solve it

    It, always have a solution (no matter the values of ). Therefore, span

  • Lines and planes that passes through the origin can be expressed as spans ()

    • Lines
  • Planes

Sets Addition

  • If and are sets of vectors, then the set sum of and denoted is

    Let ,

    In another words, is the union of two translated copies of

Span Transformation

  • Every point in can be obtained by adding to corresponding point in :
    • Do not write because is a set while is a single vector

Linear Independence & Linear dependence

  • Redundant vector - not needed for the span (can be removed without changing the span)

  • When writing an object in vector form, the directional vectors must always be linearly independent

  • Geometric defintion

    • Linearly Independent for vectors
    • Linearly Dependent for vectors

    The planes and are given determine if they are the same plane

    Let (from ) and (from )

    For , all direction vector in must be linear combination of directional vectors in . In other words, and must all be linearly dependent sets.

    Since , so only need to verify if is linearly dependent. (If can be written as a linear combination of )

    , so is linearly dependent. Therefore

  • Algebraic Defintion

    • Trivial Linear Combination - The linear combination is called a trivial if , if , then the linear combination is called non-trivial

    • Linearly Independent for vectors if all linear combinations are trivial

    • Linearly Dependent - vectors if there is a non-trivial linear combination of that equals the zero vector.

    Let , , . Use the algebraic definition fo linear independence to determine whether is linearly independent or not

    Need to determine if there is a non-trivial solution to

    This vector equation is equivalent to he system of equations

    By substitution, and , let for

    This is a non-trivial solution. Therefore is linearly dependent

  • Homogeneous - system of linear equations for a vector equation in the variables in the form

    • Vector are linearly independent iff the homogeneous equation has a unique solution

Proof

  • (Geometric Algebraic) Assume are linearly dependent by the geometric definition. This means that for some , .

    • Fix such . Then, by the definition of span:
    • This must be a non-trivial linear combination because the coefficient of is , and so it is linearly dependent by the algebraic definition
  • (Algebraic Geometric) Assume are linearly dependent by the geometric definition. This means that there exist not all zero, so

    • Fix so that , rearrange

    • Since , multiply both sides by

    • This shows that , and so it is linearly dependent by the geometric definition.

Testing if a set of vector is linearly dependent or not

  1. Making them into a matrix, perform RREF, if its trivial, then its linearly independent
  2. If the rank of the matrix is equal to the number of columns, then its linearly independent, if the rank is smaller, then its a linearly dependent set.

Reduced Row Echelon Form

  • Pivots - learning ones (first non-zero entry)
  • Pivot columns - columns with leading ones

A matrix is in RREF if it satisfies these 3 properties

  1. The pivots in every row is 1
  2. Above and below each leading one are zeros
  3. The leading ones are arranged in an echelon (sarcasm pattern)

Free variables and complete solutions

  • System with an unique solution

    . Has a complete unique solution.

  • System with not unique (infinitely many solutions) solutions

    Assigning to the free variable

    Therefore every solution in this system can be written as for .