Math 4377/6308 Advanced Linear Algebra

Similar documents
Math 4377/6308 Advanced Linear Algebra

Math 2331 Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Math 2331 Linear Algebra

Math 2331 Linear Algebra

Math 2331 Linear Algebra

Math 2331 Linear Algebra

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

Math 2331 Linear Algebra

7.6 The Inverse of a Square Matrix

Components and change of basis

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

System of Linear Equations

Elementary Row Operations on Matrices

3.4 Elementary Matrices and Matrix Inverse

Section 5.6. LU and LDU Factorizations

Linear Equations in Linear Algebra

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

Evaluating Determinants by Row Reduction

4.3 Linear, Homogeneous Equations with Constant Coefficients. Jiwen He

Elementary maths for GMT

Lecture 6 & 7. Shuanglin Shao. September 16th and 18th, 2013

Eigenvalues and Eigenvectors

4 Elementary matrices, continued

Math 313 Chapter 1 Review

MATH2210 Notebook 2 Spring 2018

Math "Matrix Approach to Solving Systems" Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25

Solving Consistent Linear Systems

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

Linear Algebra Practice Problems

Eigenvalues and Eigenvectors

Di erential Equations

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Elementary Linear Algebra

Relationships Between Planes

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

4 Elementary matrices, continued

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Math 2331 Linear Algebra

Chapter 1: Systems of Linear Equations and Matrices

Solving Linear Systems Using Gaussian Elimination

Linear Equations in Linear Algebra

MATH 3511 Lecture 1. Solving Linear Systems 1

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

Math 3C Lecture 20. John Douglas Moore

REPLACE ONE ROW BY ADDING THE SCALAR MULTIPLE OF ANOTHER ROW

Math 415 Exam I. Name: Student ID: Calculators, books and notes are not allowed!

Lesson U2.1 Study Guide

Math Matrix Theory - Spring 2012

9.1 - Systems of Linear Equations: Two Variables

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

Determinants by Cofactor Expansion (III)

Linear Algebra Handout

Linear Algebra I Lecture 8

1 - Systems of Linear Equations

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

EE5120 Linear Algebra: Tutorial 1, July-Dec Solve the following sets of linear equations using Gaussian elimination (a)

Math 344 Lecture # Linear Systems

and let s calculate the image of some vectors under the transformation T.

MATH 2360 REVIEW PROBLEMS

MATH 2030: ASSIGNMENT 4 SOLUTIONS

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

MATH 304 Linear Algebra Lecture 20: Review for Test 1.

2.1 Gaussian Elimination

Lecture 4. Section 2.5 The Pinching Theorem Section 2.6 Two Basic Properties of Continuity. Jiwen He. Department of Mathematics, University of Houston

Math 60. Rumbos Spring Solutions to Assignment #17

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511)

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

Methods for Solving Linear Systems Part 2

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

2. Every linear system with the same number of equations as unknowns has a unique solution.

Section 1.1: Systems of Linear Equations

Properties of Linear Transformations from R n to R m

Name: MATH 3195 :: Fall 2011 :: Exam 2. No document, no calculator, 1h00. Explanations and justifications are expected for full credit.

Math 147 Section 3.4. Application Example

ANSWERS. Answer: Perform combo(3,2,-1) on I then combo(1,3,-4) on the result. The elimination matrix is

Lectures on Linear Algebra for IT

Chapter 6 Page 1 of 10. Lecture Guide. Math College Algebra Chapter 6. to accompany. College Algebra by Julie Miller

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal

Solving Ax = b w/ different b s: LU-Factorization

Determinant: 3.2 Evaluation of Determinant with Elementary

MTHSC 3110 Section 1.1

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

MATRICES. a m,1 a m,n A =

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Linear Algebra and Matrix Inversion

Math 2331 Linear Algebra

Matrix Solutions to Linear Equations

Maths for Signals and Systems Linear Algebra for Engineering Applications

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

1.1 Differential Equation Models. Jiwen He

Matrix operations Linear Algebra with Computer Science Application

Transcription:

3.1 Elementary Matrix Math 4377/6308 Advanced Linear Algebra 3.1 Elementary Matrix Operations and Elementary Matrix Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math4377 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 1 / 15

3.1 Elementary Matrix Operations and Elementary Matrix Elementary Matrix Operations Solving a System by Row Eliminations: Example Elementary Matrix Multiplication by Elementary Matrices Properties of Elementary Operations Inverses of Elementary Matrices Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 2 / 15

Elementary Matrix Operations Definition (Elementary Matrix Operations) Elementary row/column operations on an m n matrix A: 1 (Interchange) interchanging any two rows/columns 2 (Scaling) multiplying any row/column by nonzero scalar 3 (Replacement) adding any scalar multiple of a row/column to another row/column Row Equivalent Matrices Two matrices where one matrix can be transformed into the other matrix by a sequence of elementary row operations. Fact about Row Equivalence If the augmented matrices of two linear systems are row equivalent, then the two systems have the same solution set. Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 3 / 15

Solving a System by Row Eliminations: Example Example (Row Eliminations to a Triangular Form) 2x 2 8x 3 = 8 4x 1 + 5x 2 + 9x 3 = 9 2x 2 8x 3 = 8 3x 2 + 13x 3 = 9 x 2 4x 3 = 4 3x 2 + 13x 3 = 9 x 2 4x 3 = 4 0 2 8 8 4 5 9 9 0 2 8 8 0 3 13 9 0 1 4 4 0 3 13 9 0 1 4 4 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 4 / 15

Solving a System by Row Eliminations: Example (cont.) Example (Row Eliminations to a Diagonal Form) x 2 4x 3 = 4 x 1 2x 2 = 3 x 2 = 16 x 1 = 29 x 2 = 16 Solution: (29, 16, 3) 0 1 4 4 1 2 0 3 0 1 0 16 29 0 1 0 16 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 5 / 15

Elementary Matrix Definition An n n elementary matrix is obtained by performing an elementary operation on I n. It is of type 1, 2, or 3, depending on which elementary operation was performed. Example Let E 1 = E 3 = 0 2 0 0 0 1 0 1 0 3 0 1, E 2 = and A = 0 0 1 0 1 0 a b c d e f g h i E 1, E 2, and E 3 are elementary matrices.,. Why? Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 6 / 15

Multiplication by Elementary Matrices Observe the following products and describe how these products can be obtained by elementary row operations on A. a b c a b c E 1 A = 0 2 0 d e f = 2d 2e 2f 0 0 1 g h i g h i E 2 A = E 3 A = 0 0 1 0 1 0 0 1 0 3 0 1 a b c d e f g h i a b c d e f g h i = = a b c g h i d e f a b c d e f 3a + g 3b + h 3c + i If an elementary row operation is performed on an m n matrix A, the resulting matrix can be written as EA, where the m m matrix E is created by performing the same row operations on I m. Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 7 / 15

Properties of Elementary Operations Theorem (3.1) Let A M m n (F ), and B obtained from an elementary row (or column) operation on A. Then there exists an m m (or n n) elementary matrix E s.t. B = EA (or B = AE). This E is obtained by performing the same operation on I m (or I n ). Conversely, for elementary E, then EA (or AE) is obtained by performing the same operation of A as that which produces E from I m (or I n ). Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 8 / 15

Example: Row Eliminations to a Triangular Form - Step 1 2x 2 8x 3 = 8 4x 1 + 5x 2 + 9x 3 = 9 0 2 8 8 4 5 9 9 = A E 1 2x 2 8x 3 = 8 3x 2 + 13x 3 = 9 A 1 = E 1 A, E 1 = 0 2 8 8 0 3 13 9 = A 1 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 9 / 15

Example: Row Eliminations to a Triangular Form - Step 2 2x 2 8x 3 = 8 3x 2 + 13x 3 = 9 0 2 8 8 0 3 13 9 = A 1 E 2 x 2 4x 3 = 4 3x 2 + 13x 3 = 9 A 2 = E 2 A 1, E 2 = 0 1 4 4 0 3 13 9 = A 2 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 10 / 15

Example: Row Eliminations to a Triangular Form - Step 3 x 2 4x 3 = 4 3x 2 + 13x 3 = 9 0 1 4 4 0 3 13 9 = A 2 E 3 x 2 4x 3 = 4 A 3 = E 3 A 2, E 3 = 0 1 4 4 = A 3 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 11 / 15

Example: Row Eliminations to a Diagonal Form - Step 4 x 2 4x 3 = 4 0 1 4 4 = A 3 E 4 x 1 2x 2 = 3 x 2 = 16 A 4 = E 4 A 3, E 4 = 1 2 0 3 0 1 0 16 = A 4 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 12 / 15

Example: Row Eliminations to a Diagonal Form - Step 5 x 1 2x 2 = 3 x 2 = 16 1 2 0 3 0 1 0 16 = A 4 x 1 = 29 x 2 = 16 A 5 = E 5 A 4, E 5 = E 5 29 0 1 0 16 = A 5 Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 13 / 15

Inverses of Elementary Matrices Theorem (3.2) Elementary matrices are invertible, and the inverse is an elementary matrix of the same type. Elementary matrices are invertible because row operations are inversible. To determine the inverse of an elementary matrix E, determine the elementary row operation needed to transform E back into I and apply this operation to I to find the inverse. Example E 3 = 0 1 0 3 0 1 E 1 3 = Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 14 / 15

Inverses of Elementary Matrices: Examples Example E 1 = 0 2 0 0 0 1 E 1 1 = Example E 2 = 0 0 1 0 1 0 E 1 2 = Jiwen He, University of Houston Math 4377/6308, Advanced Linear Algebra Spring, 2015 15 / 15