Systems of Linear Equations

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

linear equation

an equation that can be written in the form of

<p>an equation that can be written in the form of </p><p></p>
2
New cards

system of linear equations (linear system)

a collection of one or more linear equations involving the same variables (x1….xn)

ex:

<p>a collection of one or more linear equations involving the same variables (x<sub>1</sub>….x<sub>n</sub>)</p><p>ex:</p>
3
New cards

solution of the system

a list of numbers that makes each equation a true statement when the values are substitued for x1….xn

4
New cards

two linear systems are called ? if they have the same solution set

equivalent

5
New cards

a system of linear equations has

  1. no solution

  2. exactly one solution

    1. infinitely many solutions

6
New cards

linear equations is said to be ? if it has either one solution or indefinitely many solution

consistent

(inconsistent if it has no solution)

7
New cards

matrix

a rectangular array that records the essential information of a linear system,

8
New cards

coefficient matrix

has the coefficients of each variable aligned in columns

9
New cards

augmented matrix

consists of the coefficient matrix with an added column containing the constants from the respective right sides of the equations

10
New cards

triangular form in matrices

a pattern of zeros in a matrix forming a triangle in the lower left or upper right corner

<p>a pattern of zeros in a matrix forming a triangle in the lower left or upper right corner</p>
11
New cards

elementary row operations definition

change the form of equations, but preserves the solution

12
New cards

elementary row operations steps

  1. replacement: replace one row by the sum of itself and a multiple of another row

  2. interchange: interchange two rows

  3. scaling: multiply all entries in a row by a nonzero constant

<ol><li><p>replacement: replace one row by the sum of itself and a multiple of another row</p></li><li><p>interchange: interchange two rows</p></li><li><p>scaling: multiply all entries in a row by a nonzero constant</p></li></ol><p></p>
13
New cards

two matrices are called __ ___ if there is a sequence of elementary row operations that transforms one matrix into the other

row equivalent

14
New cards

if augmented matrices of two linear systems are row equivalent, then the two systems have the

same solution set

15
New cards

if you are lacking info to determine the values of x1, x2, ….,xn (ex: 3 variables but only 2 equations), then there are

infinitely many solutions

16
New cards

if any matrix reduces to have a row like this: (0 0 0 … | C) and C is a non-zero constant, then it is ?

inconsistent

17
New cards

leading entry

refers to the leftmost nonzero entry (in a nonzero row)

18
New cards

a matrix is in echelon form if it follows these three properties

  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

19
New cards

a matrix is in reduced echelon form if it follows these properties:

  1. the leading entry in each nonzero row is 1

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

20
New cards

a matrix can be row reduced which is the process of

transforming it into a reduced echelon form through elementary row operations

21
New cards

each matrix is row equivalent to ? reduced echelon matrix

(only) one

22
New cards

pivot positions

a location in a matrix that corresponds to a leading 1 in the reduced echelon form of the matrix

23
New cards

pivot column

a column of a matrix that contains a pivot position

24
New cards

pivot

a nonzero number in a pivot position that is used as needed to create zeros via row operations

25
New cards

forward phase of row reduction

the first part of the row reduction algorithm that reduces a matrix to echelon form

26
New cards

basic variable

a variable in a linear system that corresponds to a pivot column in the coefficient matrix

27
New cards

free variable

any variable in a linear system that is not a basic variable (no leading variable in that column)

<p>any variable in a linear system that is not a basic variable (no leading variable in that column)</p>
28
New cards

solution is not unique if there are ? variables, therefore the system has infinitely many solutions

free

29
New cards

A linear system is ? 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 of the augmented matrix has no row of the form

      [0 ⋯ 0 b]   with b nonzero

consistent

30
New cards

if a linear system is consistent

then the solutions set contains either

i. a unique solution, when there are no free variables

ii. infinitely many solutions, when there is at least one free variable

31
New cards

Using Row Reduction to Solve a Linear System

  1. Write the augmented matrix of the system.

  2. Use the row reduction algorithm to obtain an equivalent augmented matrix in echelon form. Decide whether the system is consistent. If there is no solution, stop; otherwise, go to the next step.

  3. Continue row reduction to obtain the reduced echelon form.

  4. Write the system of equations corresponding to the matrix obtained in step 3.

  5. Rewrite each nonzero equation from step 4 so that its one basic variable is expressed in terms of any free variables appearing in the equation.