NICE LOOKING MATRICES By now it shoud be clear that matrices are the backbone (computationally at least) of the attempt to solve linear systems, or, even.

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra
Advertisements

Chapter 1: Linear Equations
Gauss Elimination.
Matrices: Inverse Matrix
12.1 Systems of Linear Equations: Substitution and Elimination.
Matrices & Systems of Linear Equations
1.2 Row Reduction and Echelon Forms
Linear Equations in Linear Algebra
Lesson 8 Gauss Jordan Elimination
Section 2.3 Gauss-Jordan Method for General Systems of Equations
Solving Systems of Linear Equations Part Pivot a Matrix 2. Gaussian Elimination Method 3. Infinitely Many Solutions 4. Inconsistent System 5. Geometric.
Eigenvalues and Eigenvectors
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Row Reduction and Echelon Forms (9/9/05) A matrix is in echelon form if: All nonzero rows are above any all-zero rows. Each leading entry of a row is in.
10.1 Gaussian Elimination Method
Chapter 1 Section 1.2 Echelon Form and Gauss-Jordan Elimination.
Section 8.1 – Systems of Linear Equations
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2011 Hawkes Learning Systems. All rights reserved. Hawkes Learning Systems College Algebra.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Systems of linear equations. Simple system Solution.
Linear Algebra – Linear Equations
Chapter 4 Systems of Linear Equations; Matrices
1.2 Gaussian Elimination.
Multivariate Linear Systems and Row Operations.
Systems of Linear Equations and Row Echelon Form.
SYSTEMS OF LINEAR EQUATIONS
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Math Dept, Faculty of Applied Science, HCM University of Technology
Chap. 1 Systems of Linear Equations
Chapter 1 – Linear Equations
Chapter 1 Systems of Linear Equations and Matrices
Sec 3.1 Introduction to Linear System Sec 3.2 Matrices and Gaussian Elemination The graph is a line in xy-plane The graph is a line in xyz-plane.
Systems of Linear Equation and Matrices
Three variables Systems of Equations and Inequalities.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
MATH 250 Linear Equations and Matrices
Row rows A matrix is a rectangular array of numbers. We subscript entries to tell their location in the array Matrices are identified by their size.
Guass-jordan Reduction :
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
ME 1202: Linear Algebra & Ordinary Differential Equations (ODEs)
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 1.7 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra LINEAR INDEPENDENCE.
4.3 Gauss Jordan Elimination Any linear system must have exactly one solution, no solution, or an infinite number of solutions. Just as in the 2X2 case,
4 4.6 © 2012 Pearson Education, Inc. Vector Spaces RANK.
Section 2.3 Properties of Solution Sets
HOMOGENEOUS LINEAR SYSTEMS Up to now we have been studying linear systems of the form We intend to make life easier for ourselves by choosing the vector.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Sullivan Algebra and Trigonometry: Section 12.3 Objectives of this Section Write the Augmented Matrix of a System of Linear Equations Write the System.
Linear Equation System Pertemuan 4 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
H.Melikian/12101 Gauss-Jordan Elimination Dr.Hayk Melikyan Departhmen of Mathematics and CS Any linear system must have exactly one solution,
HOMOGENEOUS LINEAR SYSTEMS (A different focus) Until now we have looked at the equation with the sole aim of computing its solutions, and we have been.
The rule gives a neat formula for solving a linear system A bit of notation first. We denote by the square matrix obtained by replacing the i-th column.
5 5.1 © 2016 Pearson Education, Ltd. Eigenvalues and Eigenvectors EIGENVECTORS AND EIGENVALUES.
1 1.2 Linear Equations in Linear Algebra Row Reduction and Echelon Forms © 2016 Pearson Education, Ltd.
Def: A matrix A in reduced-row-echelon form if 1)A is row-echelon form 2)All leading entries = 1 3)A column containing a leading entry 1 has 0’s everywhere.
Systems of linear equations
Linear Algebra Lecture 4.
Chapter 1 Systems of Linear Equations and Matrices
Linear Equations in Linear Algebra
Elementary Row Operations Gaussian Elimination Method
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Vector Spaces RANK © 2012 Pearson Education, Inc..
Linear Equations in Linear Algebra
Presentation transcript:

NICE LOOKING MATRICES By now it shoud be clear that matrices are the backbone (computationally at least) of the attempt to solve linear systems, or, even more precisely, the attempt to decide which one of the three possibilities outlined previously obtains. Recall them A linear system may 1 have no solutions at all. 2 have exactly one solution 3 have infinitely many solutions

(By the way, the textbook says that if 2 or 3 obtain the system is said to be consistent, if 1 obtains the system is called (duh!) inconsistent ! Let’s see how far our three simple elementary row operations can take us. What I will do is use a program I wrote some time ago and show you (here) screenshots of the run, but in real life I will show you the run. I will in fact reproduce the algorithm shown on pp of the textbook.

First, however, we need to learn the technical (in context) meaning of a few words. We consider a matrix (each bullet is an entry.) We define, for any row Leading term to mean the leftmost non-zero entry in that row.

So, the leading term of the 3rd row of the matrix Is, while the 2 nd row has leading term. Challenge: What does it mean to say a row has no leading term? Right, the row consists entirely of zeros, we call such anomaly a zero row. (They do happen) One more technical word.

A matrix M is said to be “right-on” (no need to throw a highly intimidating word at you, first we understand the concept, then the Sunday word.) if it obeys the following conditions: 1 Every non-zero row is above every zero row. 2 The leading term of every row R is strictly to the right of every leading term of any row above R. Your textbook has a third condition, namely 3. All entries in a column below a leading term are zeros. For extra credit (1 out of 100 at the end of the semester) give me an argument that shows that

conditions 1 and 2 imply 3. Here are two matrices, one is “right-on”, the other not. Which is which? Why? blue or green?

One last word! A matrix M is said to be “really right-on” if it is right-on and also 3. Every entry in the same column and above a leading term is zero. Both matrices shown are right-on, ony one is really right-on; which one?, Why? red or green

For another extra credit point rephrase 1, 2, 3 for an alien up in space who (that ?, do aliens have gender?) knows numbers but has no idea what you mean by “above” or “strictly to the right”. Extra credit due Monday, 1/23. Time to translate common English into impressive English. Common Impressive right-on in (row) echelon form really right-on in reduced (row) echelon form If the augmented matrix of a linear system is in reduced echelon form, then the solutions are easy to read off (we’ll do many examples). The beauty of our row operations is in the following

Theorem. Let denote the augmented matrix of a linear system. Then A. Elementary row operations do not change the solution set of the system. B. An appropriate sequence of elementary row operations produces a matrix that is in reduced echelon form. (Note that B. says you solved the system !) We will provide a “hands-on” proof of the theorem by providing the steps needed to achieve B. for any augmented matrix.

We need one last word (for today, promise!) A position in the matrix is called a pivot if it is a leading term in the reduced echelon form of. Returning to the theorem, the proof of A. is trivial, we did it when we defined each elementary row operation. To prove B. we take an augmented matrix such as the one exhibited in the textbook on p. 15 and follow the steps as shown in the textbook. The program I am using will be available to you online soon. Here we go.

Start: Next: Now use (1,1) as pivot, replace row2 with (-1)xRow1 + row2. You will get

the following display: next use (2,2) as a pivot and (aiming for reduced echelon form) get

Writing things as a linear system we get Which tells us that all the solutions are given by and are called free variables and can have any value.

Study the previous example carefully, it contains all the aspects of solving linear systems but one: What happens if the last column in the augmented matrix ends up with a non-zero leading term? This means that you have a zero row of coef- ficients set equal to a non-zero number, like Conclusion? Right, inconsistent system. Your book summarizes all this beautifully as Theorem 2, p.21.

We will do one more example from the book. Exercise 11, p. 22