Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.

Slides:



Advertisements
Similar presentations
Rules of Matrix Arithmetic
Advertisements

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.
Matrices: Inverse Matrix
Mathematics. Matrices and Determinants-1 Session.
Matrices & Systems of Linear Equations
Finding the Inverse of a Matrix
4.4 Matrices: Basic Operations. Addition and Subtraction of matrices To add or subtract matrices, they must be of the same order, mxn. To add matrices.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
LIAL HORNSBY SCHNEIDER
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Chapter 4 Systems of Linear Equations; Matrices Section 4 Matrices: Basic Operations.
Needs Work Need to add –HW Quizzes Chapter 13 Matrices and Determinants.
Chapter 7 Notes Honors Pre-Calculus. 7.1/7.2 Solving Systems Methods to solve: EXAMPLES: Possible intersections: 1 point, 2 points, none Elimination,
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
Chapter 4 Matrices By: Matt Raimondi.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Chapter 2 Systems of Linear Equations and Matrices
8.1 Matrices & Systems of Equations
Ch X 2 Matrices, Determinants, and Inverses.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Operations with Matrices
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Read pp Stop at “Inverse of a Matrix” box.
Matrices: Basic Operations and Their Properties
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Warm Up Read pp up to and including the box labeled.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Matrices and Determinants
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Copyright © Cengage Learning. All rights reserved. 7.7 The Determinant of a Square Matrix.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Copyright © Cengage Learning. All rights reserved. 7 Matrices and Determinants.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
4.4 Matrices: Basic Operations
Matrices and Matrix Operations
MATRICES.
10.4 The Algebra of Matrices
Chapter 4 Systems of Linear Equations; Matrices
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
MATHEMATICS Matrix Algebra
MATHEMATICS Matrix Multiplication
Multiplication of Matrices
Matrices 3 1.
Matrices and Systems of Equations 8.1
Section 7.4 Matrix Algebra.
Matrix Algebra.
7.3 Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
Matrices and Matrix Operations
Matrices.
Matrix Algebra.
Multiplication of Matrices
3.6 Multiply Matrices.
Section 9.4 Matrix Operations
Matrix Multiplication Sec. 4.2
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES

Copyright © Cengage Learning. All rights reserved. 2.5 Multiplication of Matrices

3 Matrix Product

4 To define matrix multiplication, let’s consider the following problem. On a certain day, Al’s Service Station sold 1600 gallons of regular, 1000 gallons of regular plus, and 800 gallons of premium gasoline. If the price of gasoline on this day was $3.09 for regular, $3.29 for regular plus, and $3.45 for premium gasoline, find the total revenue realized by Al’s for that day.

5 Matrix Product The day’s sale of gasoline may be represented by the matrix A = [ ] Next, we let the unit selling price of regular, regular plus, and premium gasoline be the entries in the matrix Row matrix (1  3) Column matrix (3  1)

6 Matrix Product The first entry in matrix A gives the number of gallons of regular gasoline sold, and the first entry in matrix B gives the selling price for each gallon of regular gasoline, so their product (1600)(3.09) gives the revenue realized from the sale of regular gasoline for the day. A similar interpretation of the second and third entries in the two matrices suggests that we multiply the corresponding entries to obtain the respective revenues realized from the sale of regular, regular plus, and premium gasoline.

7 Matrix Product Finally, the total revenue realized by Al’s from the sale of gasoline is given by adding these products to obtain (1600)(3.09) + (1000)(3.29) + (800)(3.45) = 10,994 or $10,994.

8 Matrix Product This example suggests that if we have a row matrix of size 1  n, A = [a 1 a 2 a 3 … a n ] and a column matrix of size n  1,

9 Matrix Product Then we may define the matrix product of A and B, written AB, by (12)

10 Example 1 Let A = [1 – 2 3 5] and Then

11 Matrix Product Returning once again to the matrix product AB in Equation (12), observe that the number of columns of the row matrix A is equal to the number of rows of the column matrix B. Observe further that the product matrix AB has size 1  1 (a real number may be thought of as a 1  1 matrix). Schematically,

12 Matrix Product More generally, if A is a matrix of size m  n and B is a matrix of size n  p (the number of columns of A equals the numbers of rows of B), then the matrix product of A and B, AB, is defined and is a matrix of size m  p. Schematically,

13 Example 3 Let Compute AB. Solution: The size of matrix A is 2  3, and the size of matrix B is 3  3.

14 Example 3 – Solution The product AB is given by cont’d

15 Matrix Product In general, AB  BA for two square matrices A and B. However, the following laws are valid for matrix multiplication.

16 Matrix Product The square matrix of size n having 1s along the main diagonal and 0s elsewhere is called the identity matrix of size n.

17 Matrix Product The identity matrix has the properties that I n A = A for every n  r matrix A and BI n = B for every s  n matrix B. In particular, if A is a square matrix of size n, then I n A = AI n = A

18 Example 5 Let Then

19 Example 5 so I 3 A = AI 3 = A, confirming our result for this special case. cont’d

20 Practice p. 122 Concept Questions #1 & 2