RECORD. RECORD COLLABORATE: Discuss: Is the statement below correct? Try a 2x2 example.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

LU Factorization.
4.1 Introduction to Matrices
Matrix Operations. Matrix Notation Example Equality of Matrices.
10.1 Gaussian Elimination Method
Lesson 8.1, page 782 Matrix Solutions to Linear Systems
Section 8.1 – Systems of Linear Equations
Table of Contents Solving Systems of Linear Equations - Gaussian Elimination The method of solving a linear system of equations by Gaussian Elimination.
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.
Multivariate Linear Systems and Row Operations.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ECON 1150 Matrix Operations Special Matrices
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Matrices King Saud University. If m and n are positive integers, then an m  n matrix is a rectangular array in which each entry a ij of the matrix is.
Copyright © Cengage Learning. All rights reserved. 7.4 Matrices and Systems of Equations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
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.
Matrix Algebra. Quick Review Quick Review Solutions.
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
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
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.
Sec 3.2 Matrices and Gaussian Elemination Coefficient Matrix 3 x 3 Coefficient Matrix 3 x 3 Augmented Coefficient Matrix 3 x 4 Augmented Coefficient Matrix.
8.1 Matrices & Systems of Equations
Unit 3: Matrices.
Linear Algebra 1.Basic concepts 2.Matrix operations.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Section 7-3 Solving 3 x 3 systems of equations. Solving 3 x 3 Systems  substitution (triangular form)  Gaussian elimination  using an augmented matrix.
 SOLVE SYSTEMS OF EQUATIONS USING MATRICES. Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley 9.3 Matrices and Systems of Equations.
Section 4Chapter 4. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Solving Systems of Linear Equations by Matrix Methods Define.
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.
Matrices and Systems of Equations
Meeting 19 System of Linear Equations. Linear Equations A solution of a linear equation in n variables is a sequence of n real numbers s 1, s 2,..., s.
7.3 & 7.4 – MATRICES AND SYSTEMS OF EQUATIONS. I N THIS SECTION, YOU WILL LEARN TO  Write a matrix and identify its order  Perform elementary row operations.
Introduction and Definitions
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Section 5.3 MatricesAnd Systems of Equations. Systems of Equations in Two Variables.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrices, Vectors, Determinants.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
College Algebra Chapter 6 Matrices and Determinants and Applications
Multivariable Linear Systems and Row Operations
Chapter 7: Systems of Equations and Inequalities; Matrices
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Systems of linear equations
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Solving Systems of Equations Using Matrices
nhaa/imk/sem /eqt101/rk12/32
Linear independence and matrix rank
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Matrices and Systems of Equations 8.1
Systems of Linear Equations
RECORD. RECORD Gaussian Elimination: derived system back-substitution.
Matrices and Systems of Equations
Introduction to Matrices
MATRICES MATRIX OPERATIONS.
Chapter 4 Systems of Linear Equations; Matrices
Unit 3: Matrices
Matrix Solutions to Linear Systems
Chapter 4 Systems of Linear Equations; Matrices
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Presentation transcript:

RECORD

COLLABORATE: Discuss: Is the statement below correct? Try a 2x2 example.

Matrix operations : Transposition properties of matrix transposition

Example: Matrix equations

Powers of Matrices: Must A be a square matrix? k times

Partitioned Matrices: partition lines (horizontal, vertical) blocks of a partitioned matrix

Multiplication of Partitioned Matrices: block-wise multiplication The column partition of A needs “to match” the row partition of B: # of horizontal blocks in A = # of vertical blocks in B # of columns in each horizontal block in A = # of rows in the corresponding vertical block of B 1

Multiplication of Partitioned Matrices:

Block-Diagonal Matrices: a block-diagonal matrix: square blocks are on the diagonal zero blocks everywhere else all square matrices

Multiplication of Block-Diagonal Matrices:

Special Forms of Matrices: diagonal matrix symmetric matrix skew-symmetric matrix the identity matrix

Special Forms of Matrices: upper triangular lower triangular

Special Forms of Matrices: Reduced Row Echelon Form (rref) or “row reduced form” Row Echelon Form (ref): Leading 1’s. Leading 1’s are shifted to the right. All zero rows are on the bottom. Elements below leading 1’s are zero.

Systems of Linear Equations: Examples:

Systems of Linear Equations: the matrix notation Examples: With the augmented matrix [A|b]

Systems of Linear Equations: number of solutions 2-space: 3-space:

Equivalent Elementary Operations: Systems and Matrices

Gaussian Elimination: derived system back-substitution

Exercise: Solve the system by Gaussian elimination: derived system back-substitution

Exercise: Solve the system by Gaussian elimination: