1.1 Systems of Linear Equations

Definitions

  • Linear Equation: A linear equation in the variables is an equation that can be written in the form:

where and the coefficients are real or complex numbers ().

Examples:

  • System of Linear Equations (Linear System): A collection of one or more linear equations involving the same variables :

  • Solution & Solution Set: A solution of a linear system is a list of numbers that satisfies all equations simultaneously when . The set of all possible solutions is called the solution set.

  • Equivalent Systems: Two linear systems are called equivalent if they have the same solution set.


Number of Solutions

A system of linear equations has either:

  1. No solution (inconsistent system)
  2. Exactly one solution (consistent system)
  3. Infinitely many solutions (consistent system)

Matrix Notation

For a system such as:

  • Coefficient Matrix ():
  • Augmented Matrix ():
  • Matrix Size: Expressed as , where is the number of rows and is the number of columns.

Operations to Simplify a System

To solve a system, we replace it with an equivalent, simpler system using three basic operations:

  1. Replacement: Replace one equation/row by the sum of itself and a multiple of another equation/row.
  2. Interchange: Interchange two equations/rows.
  3. Scaling: Multiply all terms in an equation/row by a nonzero constant ().

Elementary Row Operations

Applied directly to matrix rows:

  1. Replacement
  2. Interchange
  3. Scaling

Example 1: Solving a Linear System

Solve the system:

Step-by-step Row Operations on Augmented Matrix:

  1. :
  1. :
  1. :
  1. :
  1. and :
  1. :

Solution: , , , or written as a point .


Geometric Explanation

  • In 3-dimensional space, each linear equation in three variables represents a plane.
  • The solution represents the unique point where all three planes intersect.

Fundamental Questions: Existence and Uniqueness

  1. Existence: Is the system consistent? (Does at least one solution exist?)
  2. Uniqueness: If a solution exists, is it unique? (Is it the only one?)

Example 2: Inconsistent System

Determine if the following system is consistent:

Row Reduction:

The last row corresponds to , or , which is impossible.
Thus, the system is inconsistent (has no solution). Geometrically, there is no point common to all three planes.


1.2 Row Reduction and Echelon Forms

Echelon Form Definitions

A rectangular matrix is in Echelon Form (or Row Echelon Form - REF) if:

  1. All nonzero rows are above any rows of all zeros.
  2. Each leading entry of a row is in a column to the right of the leading entry of the row above it.
  3. All entries in a column below a leading entry are zeros.

A matrix is in Reduced Echelon Form (or Reduced Row Echelon Form - RREF) if it satisfies the REF conditions plus:

  1. The leading entry in each nonzero row is .
  2. Each leading is the only nonzero entry in its column.

Key Properties

  • Any nonzero matrix can be row reduced into echelon form.
  • Row operations and intermediate echelon forms are not unique.
  • Theorem 1 (Uniqueness of Reduced Echelon Form): Each matrix is row equivalent to one and only one reduced echelon matrix.

Pivot Positions and Pivot Columns

  • Pivot Position: A location in a matrix that corresponds to a leading 1 in the reduced echelon form of .
  • Pivot Column: A column of that contains a pivot position.

Example 3: Locating Pivot Columns

Row reduce to echelon form and identify pivot columns:

  1. Swap to bring a nonzero entry to top left:
  1. Create zeros below the first pivot ():
  1. Clear entries below the second pivot ():
  • Pivot Positions: Row 1 Col 1, Row 2 Col 2, Row 3 Col 4.
  • Pivot Columns: Columns 1, 2, and 4.

The Row Reduction Algorithm

  1. Step 1: Begin with the leftmost nonzero column. This is a pivot column. The pivot position is at the top.
  2. Step 2: Select a nonzero entry in the pivot column as a pivot. Interchange rows if necessary.
  3. Step 3: Use row replacement operations to create zeros in all positions below the pivot.
  4. Step 4: Apply Steps 1–3 to the submatrix that remains. Repeat until there are no more nonzero rows to modify (yields REF).
  5. Step 5: Working from the rightmost pivot upward and to the left, create zeros above each pivot. Scale pivots to 1 (yields RREF).

Solutions of Linear Systems

  • Basic Variables: Variables corresponding to pivot columns.
  • Free Variables: Variables corresponding to non-pivot columns. Free variables can take any arbitrary scalar value.

Example 4: General Solution with Free Variables

Given a matrix already in reduced echelon form:

  • Basic variables:
  • Free variables:

General Solution (Parametric Description):


Existence and Uniqueness Theorem

Theorem 2: A linear system is consistent if and only if the rightmost column of the augmented matrix is not a pivot column — that is, if and only if an echelon form has no row of the form:

If a linear system is consistent, the solution set contains either:

  1. A unique solution (when there are no free variables).
  2. Infinitely many solutions (when there is at least one free variable).

Systematic Procedure to Solve a System

  1. Write the augmented matrix .
  2. Reduce to an echelon form.
  3. Check for rows of the form (). If present, the system is inconsistent (STOP).
  4. If consistent, continue row reduction to Reduced Echelon Form (RREF).
  5. Write the system of equations corresponding to the RREF matrix.
  6. Express each basic variable in terms of any free variables.

Example 5: Parameter Analysis

Discuss solutions to the system dependent on parameter :

Augmented Matrix Reduction:

Analysis:

  1. Case 1: and .
    No zero rows in coefficient positions; 3 pivots for 3 variables Unique solution.
  2. Case 2: .
    Reduces to a single equation 2 free variables Infinitely many solutions.
  3. Case 3: .
    The last row becomes , which means Inconsistent.

1.3 Vector Equations

Vectors in and

  • Column Vector: A matrix with only one column.
  • Vectors in :
  • Equality: Two vectors are equal if and only if their corresponding entries are equal.

  • Operations:

    • Addition:
  • Scalar Multiplication:

Geometric Representation

  • Parallelogram Rule for Addition: If and in are represented as points in the plane, then corresponds to the fourth vertex of the parallelogram whose other vertices are , , and .

Vectors in

denotes the collection of all column matrices of real (or complex) numbers:

Algebraic Properties of

For all vectors and scalars :


Linear Combinations

Given vectors and scalars , the vector defined by:

is called a linear combination of with weights .

Fundamental Fact

A vector equation:

has the same solution set as the linear system whose augmented matrix is:

In particular, can be generated by a linear combination of if and only if the linear system corresponding to is consistent.


Span of a Set of Vectors

Definition: The subset of spanned (or generated) by is denoted by , defined as the collection of all vectors that can be written as:

where are scalars.

Equivalent Questions

The following three questions are equivalent:

  1. Is a vector in ?
  2. Does the vector equation have a solution?
  3. Does the linear system with augmented matrix have a solution?

Geometric Description

  • : A line through the origin in (if ).
  • : A plane through the origin in (if are non-zero and not multiples of each other).

Self-Checking Questions

  1. What are the three elementary row operations for a system of linear equations?

    • Replacement, Interchange, and Scaling.
  2. In the expression of a linear system with variables, what does denote? What do and represent respectively?

    • denotes the coefficient of variable in equation . represents the row (equation) index, and represents the column (variable) index.
  3. If a matrix is denoted by , then this matrix has ______ rows and ______ columns.

    • rows and columns.
  4. What is the difference between a homogeneous system and a non-homogeneous system of linear equations?

    • A homogeneous system has all constant terms equal to zero (), whereas a non-homogeneous system has at least one non-zero constant term ().
  5. If a system contains a contradictory (or inconsistent) equation, how does it appear in the corresponding echelon form?

    • As a row of the form where .
  6. If a system has infinitely many solutions, what feature does its corresponding echelon form have?

    • It is consistent and has at least one free variable (a column without a pivot position).