8.1 Matrices and systems of equations SOLVING THEM First 12 flashcards are like an introduction LOTS OF FLASHCARDS BUT IT IS AN INTRODUCTION

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:14 AM on 3/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

Good overview video

and video about the elementary row operations

Video about order that he usually gets the numbers for

2
New cards

Key

Formula Super important =This

important thing = This

Definition/ Introduction=THIS

Example=This

Super important one of =THIS

  • ONE OF TOP __=

First 12 flashcards are like an introduction

1,14? 17,18,21,23

3
New cards
  • Definition of a MATRIX

Matrices are a streamlined technique for solving systems of linear equations. This technique involves the use of a rectangular array of real numbers called a matrix.

The entry in the xth row and yth column is denoted by the double subscript notation axy

Example : a23 = the entry in the 2nd row and 3rd column

<p>Matrices are a streamlined technique for solving systems of linear equations. This technique involves the use of a rectangular array of real numbers called a matrix.</p><p></p><p></p><p>The entry in the <strong>x</strong>th row and <strong>y</strong>th column is denoted by the double subscript notation <strong><em><u><mark data-color="yellow" style="background-color: yellow; color: inherit;">a<sub>xy</sub></mark></u></em></strong></p><p><mark data-color="#6060f6" style="background-color: rgb(96, 96, 246); color: inherit;">Example </mark><mark data-color="blue" style="background-color: blue; color: inherit;">: </mark><strong><mark data-color="blue" style="background-color: blue; color: inherit;">a<sub>23</sub> = the entry in the 2nd row and 3rd column</mark></strong></p><p></p><p></p><p></p>
4
New cards

Why use matrice

dont always want to put variables

5
New cards

Order of a Matrice

Matrix has M rows and N columns said to be in order MxN

6
New cards

Square Matrix definition

if matrix is mxn and m=n

for a square matrix, the entries a11, a22, a33, axx are the Main diagonal entries

7
New cards

Main diagonal/ Principal Diagonal definition

set of entries running from top left corner to bottom right corner. happens when m=n (square matrix. So 3×3 or 2×2 or 4×4 matrix would work It runs diagonally from the top left corner to the bottom right corner.

8
New cards

Identity Matrix definition

Special diagonal matrix where all entries 1 on the main diagonal and all the others 0 always square and serves as the Multiplicative identity.

9
New cards

Row matrix and Column matrix definition

row matrix- Matrix with only one row

Column matrix- Matrix that has only one column

10
New cards

Coefficient Matrix and Augmented Matrix Definition. Part of Steps

Augmented Matrix- Matrix derived from system of linear equations each written in standard form with the constant term on the right. You add the numbers in that the variables are equal too. Equivalence for each row

Coefficient Matrix- Matrix derived from the coefficients of the system But not including the constant/ equivalence terms.

Picture is examples of both

<p><strong><em><u>Augmented Matrix- </u></em></strong>Matrix derived from system of linear equations each written in standard form with the <strong><em><u>constant term on the right.  <mark data-color="yellow" style="background-color: yellow; color: inherit;">You add the numbers in that the variables are equal too. Equivalence for each row </mark></u></em></strong></p><p></p><p><strong><em><u>Coefficient Matrix- </u></em></strong>Matrix derived from the coefficients of the system <strong><em><u><mark data-color="yellow" style="background-color: yellow; color: inherit;">But not including the constant/ equivalence terms. </mark></u></em></strong></p><p></p><p><strong><em><u><mark data-color="blue" style="background-color: blue; color: inherit;">Picture is examples of both</mark></u></em></strong></p>
11
New cards

Example 1 in book Order of Matrices

knowt flashcard image
12
New cards

Example 2 in book Writing an Augmented Matrix

knowt flashcard image
13
New cards

Steps For writing coefficient or Augmented Matrix

  1. Begin by vertically aligning the variables in the equations (by rewriting the linear system and aligning the variables)

  2. Use zeros for the coefficients of the missing variables.

14
New cards

Elementary row operations with MATRICES and what they do

In matrix terminology, these three operations correspond to elementary row operations.

An elementary row operation on an augmented matrix of a given system of linear equations produces a new augmented matrix corresponding to a new (but equivalent) system of linear equations.

Row- Equivalent: Two matrices are row-equivalent if one can be obtained from the other by a sequence of elementary row operations.

<p>In matrix terminology, these three operations correspond to<strong> elementary row operations. </strong></p><p>An elementary row operation on an augmented matrix of a given system of linear equations produces a new augmented matrix corresponding to a new (but equivalent) system of linear equations. </p><p><strong><em><u>Row- Equivalent: </u></em></strong>Two matrices are row-equivalent if one can be obtained from the other by a sequence of elementary row operations.</p>
15
New cards

Example 3 in bookElementary Row Operations

knowt flashcard image
16
New cards

Example 4 in book GAUSSIAN ELIMINATION WITH BACK SUBSTITUTION

knowt flashcard image
17
New cards
  • REDUCED ROW ECHELON FORM vs. ROW ECHELON FORM

Echelon refers to the stair-step pattern formed by the nonzero elements of the matrix. To be in this form, a matrix must have the following properties.

  1. Row-echelon form

    1. Any rows consisting entirely of zeros occur at the bottom of the matrix.

    2. For each row that does not consist entirely of zeros, the first nonzero entry is 1 (called a leading 1).

      1. Basically has to be a 1 as the first coefficient for all rows

    3. In subsequent rows, the 1 is indented. (Each leading one is to the right of the leading 1 in the row above

      1. Basically saying it is a diagonal row of 1’s

      2. For two successive (nonzero) rows, the leading 1 in the higher row is farther to the left than the leading 1 in the lower row.

  2. REDUCED- Row-echelon form

    1. All of Row-echelon form characteristics 1-3 +

      1. ALL DIGITS ABOVE AND BELOW A 1 are zeroes

        1. A matrix in row-echelon form is in reduced row-echelon form if every column that has a leading 1 has zeros in every position above and below its leading 1.

          1. can also say each leading 1 is the only non-zero entry in its column

18
New cards
  • REDUCED ROW ECHELON FORM vs. ROW ECHELON FORM: WHAT METHOD USES WHAT

  1. Gaussian elimination with back substitution just uses row-echelon form, then back substitution

  2. Gauss Jordan Elimination turns it into Reduced- Row - Echelon Form

19
New cards

Example 5 in book What form is the matrice in?

knowt flashcard image
20
New cards

PROCEDURES FOR SOLVING MATRICES IS THE REST OF THESE FLASHCARDS

21
New cards
  • One of 2 ways to SOLVE MATRICES. OLD WAY NOT WHAT DR. STUDEVENT WANTS

  • GAUSSIAN ELIMINATION WITH BACK SUBSTITUTION FOR SOLVING MATRICES

SO FOR THIS ONE YOU PUT IT IN ROW- ECHELON FORM

In Example 3 in Section 7.3, you used Gaussian elimination with back substitution to solve a system of linear equations. The two methods are essentially the same. The basic difference is that with matrices you do not need to keep writing the variables.

  1. Gaussian elimination with back-substitution works well for solving systems of linear equations with matrices.

    1. For this algorithm, the order in which the elementary row operations are performed is important. You should operate from left to right by columns, using elementary row operations to obtain zeros in all entries directly below the leading 1’s.

22
New cards

Example 6 in book GAUSSIAN ELIMINATION WITH BACK SUBSTITUTION

knowt flashcard image
23
New cards

Steps for solving matrices with gaussian elimination by back substitution

  1. Write the augmented matrix of the system of linear equations.

  2. Use elementary row operations to rewrite the augmented matrix in row-echelon form.

  3. Write the system of linear equations corresponding to the matrix in row-echelon form, and use back-substitution to find the solution.

<ol><li><p>Write the augmented matrix of the system of linear equations. </p></li><li><p>Use elementary row operations to rewrite the augmented matrix in row-echelon form. </p></li><li><p>Write the system of linear equations corresponding to the matrix in row-echelon form, and use back-substitution to find the solution.</p></li></ol><p></p>
24
New cards

Important thing to note. Inconsistant (NO SOLUTION MATRICES) appeared on HOMEWORK

  1. When solving a system of linear equations, remember that it is possible for the system to have no solution.

  2. If, in the elimination process, you obtain a row with zeros except for the last entry, it is unnecessary to continue the elimination process. You can simply conclude that the system has no solution, or is inconsistent.

25
New cards

Example 7 in book A system with no solution

Note that the third row of this matrix consists of zeros except for the last entry. This means that the original system of linear equations is inconsistent. You can see why this is true by converting back to a system of linear equations.

<p>Note that the third row of this matrix consists of zeros except for the last entry. This means that the original system of linear equations is inconsistent. You can see why this is true by converting back to a system of linear equations.</p>
26
New cards
  • One of 2 ways to SOLVE MATRICES. NEW WAY WE DO!!!!!!

  • GAUSS- JORDAN ELIMINATION!!!!!! WHAT IT DOES

  1. With Gaussian elimination, elementary row operations are applied to a matrix to obtain a (row-equivalent) row-echelon form of the matrix.

  2. A second method of elimination, called Gauss-Jordan elimination, continues the reduction process until a reduced row-echelon form is obtained.

With Gauss-Jordan elimination, you are trying to get the top right to all be zeros too, that is the goal.

All this does is turn a row-echelon form matrix into reduced row-echelon form. And you want to put the matrix in row echelon form into a matrix where every column with a leading 1 has zeros in every position above and below it.

<ol><li><p>With Gaussian elimination, elementary row operations are applied to a matrix to obtain a <strong>(row-equivalent) row-echelon form of the matrix.</strong></p></li><li><p><strong><em><u><mark data-color="yellow" style="background-color: yellow; color: inherit;">A second method of elimination, called Gauss-Jordan elimination, continues the reduction process </mark><mark data-color="#fdff4d" style="background-color: rgb(253, 255, 77); color: inherit;">until a reduced row-echelon form is obtained.</mark></u></em></strong></p></li></ol><p></p><p>With Gauss-Jordan elimination, you are trying to get the top right to all be zeros too, that is the goal. </p><p><span style="color: red;"><strong><em><u><mark data-color="yellow" style="background-color: yellow; color: inherit;">All this does is turn a row-echelon form matrix into reduced row-echelon form. And you want to put the matrix in row echelon form into a matrix where every column with a leading 1 has zeros in every position above and below it.</mark></u></em></strong></span></p><p></p>
27
New cards

Example 8 in book Gauss- Jordan Elimination

x-2y+3z=9, -x+3y=-4 , 2x-5y+5z=17

knowt flashcard image
28
New cards

  • STEPS FOR GAUSS- JORDAN ELIMINATION

  1. After you get row-echelon form. trying to get the top right triangle that has numbers to all be 0.

    1. FOR 3×3 matrix

      1. Use the leading 1 in row 2 (would be column 2)

        1. to eliminate the number in row 1 above it. above it which is (row 1 column 2)

      2. Use the leading 1 in row 3 (column 3

        1. ( to eliminate the number in row 1 column 3 and number in row 2 column 3.

    2. FOR 4×4 matrix

      1. Use the leading 1 in row 2 (would be column 2)

        1. to eliminate the number in row 1 above it. above it which is (row 1 column 2)

      2. Use the leading 1 in row 3 (column 3

        1. ( to eliminate the number in row 1 column 3 and number in row 2 column 3.

      3. Use the leading 1 in row 4 (column 4

        1. ( to eliminate the number in row 1 column 4 and number in row 2 column 4 and row 3 column 4

29
New cards

Quik tip for fractions

you may be inclined to multiply the first row by to produce a leading 1, which will result in working with fractional coefficients. You can sometimes avoid fractions by choosing the order in which you apply elementary row operations.

30
New cards

Reminder of Non Square Systems but for Matrices

Remember when there were non-square systems with more variables than equations. Then systems has either infinite solutions or no solution.

For matrices and like other unit set the last variable = to c if infinite solutions

If no solutions like something like x+y+z=1, x+y+z=2 then see there are no solutions

31
New cards

Example 9 in book A System with an Infinite Number of Solutions

2x+4y-2z=0, 3x+5y=1

make z=c

<p>make z=c </p>
32
New cards

Which one is unique or not Row-echelon form versus reduced row echelon form

  1. It is worth noting that the row-echelon form of a matrix is not unique. That is, two different sequences of elementary row operations may yield different row-echelon forms. This is demonstrated in Example 10.

  2. Reduced row echelon form is unique

33
New cards

Example 10 in book Comparing Row-Echelon Forms

knowt flashcard image
34
New cards
  • Important note about solutions PIVOTS

You must have as many pivots as variables for unique solution.

Pivots are the ones in Reduced row echelon form that are indented.

35
New cards
  • Important note about Solving these problems about doing these operations with little example

Always multiply by lower term because 0 will not change when multiply. Top will always remain 1

Example

1 0 0

0 1 0

0 0 1

(0 0 0) still have unique solutions because 3 pivots and 3 variables

36
New cards

NOW IN CLASS STUFF

37
New cards
  • Steps overall for solving the system!! using Gauss- Jordan

  1. Take all the coefficients from the system. turn into COEFFICIENT MATRIX

  2. Add in the constants (numbers) and turn into an Augmented Matrix

    1. include constants/ equivalence for each row!!!!

  3. Turn into Row-Echelon form using Gaussian Elimination

  4. Turn into reduced row echelon form using Gaussian- Jordan Elimination

  5. Check into original equation

38
New cards
  • In class worked example!!! basically all of the notes

-x+y-z=-14

2x-y+z=21

3x+2y+z

-x+y-z=-14

2x-y+z=21

3x+2y+z

DO it exactly the same way. Gaussian Elimination, then do REDUCED ROW ECHELON FORM

  1. Into coefficient matrix [ -1 1 -1, 2 -1 1, 3 2 1 ]

  2. Turn into augmented matrix. [ -1 1 -1:-14 , 2 -1 1: 21 , 3 2 1: 19]

  3. Turn into row echelon form using Gaussian elimination

    1. 2xR1+R2=new R2

    2. 3xR1+R3=new R3

    3. -5xR2+R3=new R3

    4. Multiply R1 by -1

    5. Get [ 1 -1 1:14 , 0 1 -1: -7 , 0 0 1: 4]

    6. WE WANT THE TOP RIGHT TO ALL BE ZEROES TOO

  4. Turn into Reduced Row-Echelon form using Gaussian Jordan Elimination

    1. Use R1 and R2 to eliminate the second number in the first term

    2. Use R2 and R3 to eliminate the third number in the 2nd term and 3rd number in the first term

    3. [ 1 0 0:7, 0 1 -1: -7, 0 0 1 : 4]

  5. Check into the original Equation

39
New cards
  • In class Example 2

x-3z=-2

x+y-2z=5

2x+2y+z=4

  1. Augmented matrix [1 0 -3: -2, 1 1 -2:5, 2 2 1:4]

  2. Turn into row echelon form using Gaussian elimination

    1. get [1 0 -3 : -2 , 0 1 1: 7 , 0 0 1: -6/5 ]

  3. Turn into reduced- row echelon form

    1. [1 0 0 : -28/5, 0 1 0: 41/5, 0 0 1: -6/5]

40
New cards

Hw problems 69-75 odds page 603 I HAVE HOMEWORK REVIEW NOTES

knowt flashcard image

Explore top notes

note
WHAP Unit 0, 4, 5
Updated 220d ago
0.0(0)
note
Membrane Potential
Updated 1327d ago
0.0(0)
note
Market Revolution
Updated 466d ago
0.0(0)
note
Chapter 5: Foundations: History
Updated 1082d ago
0.0(0)
note
Jacaranda Year 9- 2012 edition
Updated 246d ago
0.0(0)
note
Module_8_-_Respiratory
Updated 489d ago
0.0(0)
note
Specific Latent Heat
Updated 1263d ago
0.0(0)
note
WHAP Unit 0, 4, 5
Updated 220d ago
0.0(0)
note
Membrane Potential
Updated 1327d ago
0.0(0)
note
Market Revolution
Updated 466d ago
0.0(0)
note
Chapter 5: Foundations: History
Updated 1082d ago
0.0(0)
note
Jacaranda Year 9- 2012 edition
Updated 246d ago
0.0(0)
note
Module_8_-_Respiratory
Updated 489d ago
0.0(0)
note
Specific Latent Heat
Updated 1263d ago
0.0(0)

Explore top flashcards