🏡 Back Home

Section 1.1 : Systems of Linear Equations

Topics

What is a linear equation?

Exercise

Provide an example and a non-example of a linear equation

Form of a linear equation

Essentially, linear equations involve variables, which can be scaled and summed together

For example

Analyzing the above two examples

Two dimensions

Three dimensions

Systems of linear equations

When we have more than one linear equation, we have a linear system of equations. For example, a linear system with two equations is


Definition: Solution to a Linear System

The set of all possible values of , , …, that satisfy all equations is the solution to the system

A system can have a unique solution, no solution, or an infinite of number of solutions

Two-dimensional case

Consider the following systems. How are they different from each other?
Pasted image 20220517194043.png

The number of solutions differ in each case

Three-dimensional case

An equation defines a plane in . The solution to a system of three equations is the set of intersections of the planes.
Pasted image 20220517194948.png
Note: In the infinite solutions case, although there are three planes, the addition of a third plane did not impose an additional restriction

Row Reduction by Elementary Row Operations

How can we find the solution set to a set of linear equations? We can manipulate equations in a linear system using row operations.

  1. (Replacement/Addition) Add a multiple of one row to another.
  2. (Interchange) Interchange two rows.
  3. (Scaling) Multiply a row by a non-zero scalar.

Let’s use these operations to solve a system of equations.

Augmented Matrices

It is redundant to write , , again and again, so we rewrite systems using matrices.

For example,


…can be written as the augmented matrix,


Note: Pretend there’s a vertical line to indicate it’s augmented :)

The vertical line reminds us that the first three columns are the coefficients to our variables , , .

Exercise: Identify the solution to the linear system above.

Matrix terminology to keep in mind

Consistent Systems and Row Equivalence

Definition (Consistent)

Definition (Row Equivalence)

Note: If the augmented matrices of two linear systems are row equivalent, then they have the same solution set.

Fundamental questions

Two questions that we will revisit many times throughout our course.

  1. Does a given linear system have a solution? In other words, is it consistent?
  2. If it is consistent, is the solution unique?

Preview of next lesson (L1.2)


Next lecture: 05.18 Lecture - MATH1554