Linear equations:

if a and b are 0, there are infinite solutions if a is 0 and b isn’t, there is no solution. if a and b are not zero, (this is called a “unique solution”)

ex. (same as)

Linear equations can be more complex, like this.

That’s called “a linear equation in n variables” The a’s are “real numbers called the coefficients of etc respectively.

b, in this content is “the constant term”

Example: coefficients are 2, -3, 5 constant term: 7

System of linear equations

A system of linear equations is a set of 1 or more (m) linear equations. m from the system doesn’t have to be the same number as n above.

The solution to the linear equation is provided

Example: x=-2, y=5, z=0 and x= 0, y=4, z=-1

are both solutions to the system

Systems without a solution are called an “inconsistent system”

These lines are parallel and never intersect. Also, you can’t add two numers and get 7 and -3. Therefore, there is no solution and it’s inconsistent.

Example: Show that for arbitray values of s & t:

is a solution to the system

Solution: Make substitutions

The name for those quantities used for subtitution are called “parameters” of the system. If it’s generified, it’s said to e given in the “parametric form” and is called the “general solution” to the system.

Example:

If you plot the two lines.. any intersection would be a unique solution. If they’re parallel, there are no solutions. If they’re the same line, there are infinitely many solutions.

Consider:

The array of numbers

are called the “augmented matrix of the system”

^ This is the coefficient matrix of the system

^ Called the constant matrix of the system

Two systems are equivalent if they have the same set of solutions. The goal is to have a system that’s easy to solve.

EX: Solve the system

first, subtract 2x the first equation from the second.

0-3y=11

Which is equlvant to

Finally, subtract 2x the first again to get another equivalent

so…

we eventually get to:

x+0 = -2+22/3

which simplifies to x=16/3

and we end up with x = 16/3 y = -11/3

The “doubling” isn’t a general rule. It was something useful for this formula to start to remove the variables and simplify.

”elementary row operations”

Elementary row operation rules

The elementary row operations are:

  1. Interachange: [interchange two rows]
  2. Scaling: [multiply one row by a non-zero number]
  3. Replacement: [add a multiple of one row to a different row]

Theorem

Suppose that the sequence of elementary row operations is performed on a system of linear equations, the resulting system must be [equivalent]. This means they have [the same set of solutions] as the original system.

Example: Find all solutions to this:

The goal is to get a matrix that looks like:

So to get that first row of 1,0,0, we can subtract row 2 from row 1.

r1=r1-r2

r2 = r2 - 2*r1

r3: r3 - 4*r1

r1: r1-r2

r3: r3+r2

r3 = -1/7 r3

r1 = r1 - 3r3

r2 = r2 + r3*2

The matrix with the 1’s on the diagonal is called an “identity matrix”.

Definitions

Parts of a linear equation

Given ,

In this example, is called the [constant term]. In this example, is called the [coefficient].

Solutions

No solution

Systems without a solution are called [an “inconsistent system”]

Ex:

Substitutions

The name for the quantities used for subtitution are called [“parameters”] of the system.

If the quantities used for subtitution are generified, it’s said to be given in the [“parametric form”] and is called the [“general solution”] to the system.

Graphing linear equations

If you plot the two lines.. any intersection would be a [unique solution]. If they’re parallel, there are [no solutions]. If they’re the same line, there are [infinitely many solutions].

Matrices

Consider:

The array of numbers

are called [the “augmented matrix of the system”]

Matrices

Consider:

The array of numbers

are called [the “coefficient matrix of the system”]

Matrices

Consider:

The array of numbers

are called [the “constant matrix of the system”]

Back Substitution

[Back substitution] is the method of solving for one variable and plugging it in to another equation to determine the other variable.

Homework