Section 9.4 Matrix Operations

Slides:



Advertisements
Similar presentations
Matrix.
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.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
Slide 5-1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Needs Work Need to add –HW Quizzes Chapter 13 Matrices and Determinants.
Matrix Algebra. Quick Review Quick Review Solutions.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Matrices: Basic Operations and Their Properties
Matrix Operations.
Properties of Inverse Matrices King Saud University.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
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 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Copyright © Cengage Learning. All rights reserved. 7 Matrices and Determinants.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
Chapter 4 Systems of Linear Equations; Matrices
CSNB 143 Discrete Mathematical Structures
Matrices and Matrix Operations
Properties and Applications of Matrices
MATRICES.
Christmas Packets are due on Friday!!!
College Algebra Chapter 6 Matrices and Determinants and Applications
What we’re learning today:
L6 matrix operations.
Matrix Multiplication
Basic Matrix Operations
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
MULTIPLYING TWO MATRICES
Matrix Algebra.
25. Basic matrix operations
Properties of Real Numbers
Properties of Real Numbers
Section 2.4 Matrices.
Section 8.4 Matrix Algebra
CS100: Discrete structures
Section 11.4 Matrix Algebra
Section 9.5 Inverses of Matrices
Matrix Algebra.
[MATRICES ].
Multiplication of Matrices
12.1 Addition of Matrices.
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
[MATRICES ].
Applied Discrete Mathematics Week 4: Functions
Matrices and Determinants
Presentation transcript:

Section 9.4 Matrix Operations Copyright ©2013, 2009, 2006, 2005 Pearson Education, Inc.

Objectives Add, subtract, and multiply matrices when possible. Write a matrix equation equivalent to a system of equations.

Matrices A capital letter is generally used to name a matrix, and lower-case letters with double subscripts generally denote its entries. For example, a23 read “a sub two three,” indicates the entry in the second row and the third column. Two matrices are equal if they have the same order and corresponding entries are equal.

Matrix Addition and Subtraction To add or subtract matrices, we add or subtract their corresponding entries. The matrices must have the same order. Addition and Subtraction of Matrices Given two m  n matrices A = [aij] and B = [bij], their sum is A + B = [aij + bij] and their difference is A  B = [aij  bij].

Example Find A + B for each of the following. a) b)

Example continued We have a pair of 2  2 matrices in part (a) and a pair of 3  2 matrices in part (b). Since each pair has the same order we can add their corresponding entries. a) b)

Examples Find C  D for each of the following. a) b)

Examples a) Since the order of each matrix is 3  2, we can subtract corresponding entries. b) Since the matrices do not have the same order, we cannot subtract them.

Scalar Multiplication When we find the product of a number and a matrix, we obtain a scalar product. The scalar product of a number k and a matrix A is the matrix denoted kA, obtained by multiplying each entry of A by the number k. The number k is called a scalar.

Example Find 4A and (2)A for

Properties of Matrix Addition and Scalar Multiplication For any m  n matrices, A, B, and C and any scalars k and l: Commutative Property of Addition A + B = B + A. Associative Property of Addition A + (B + C) = (A + B) + C. Associative Property of Scalar Multiplication (kl)A = k(lA).

More Properties Distributive Property k(A + B) = kA + kB. (k + l)A = kA + lA. Additive Identity Property There exists a unique matrix 0 such that: A + 0 = 0 + A = A. Additive Inverse Property There exists a unique matrix A such that: A + (A) = A + A = 0.

Matrix Multiplication For an m  n matrix A = [aij] and an n  p matrix B = [bij], the product AB = [cij] is an m  p matrix, where cij = ai1 • b1j + ai2 • b2j + ai3 • b3j + … + ain • bnj. We can multiply two matrices only when the number of columns in the first matrix is equal to the number of rows in the second matrix.

Example For find each of the following. a) AB b) BA c) AC

Solution AB A is a 2  3 matrix and B is a 3  2 matrix, so AB will be a 2  2 matrix.

Solution BA B is a 3  2 matrix and A is a 2  3 matrix, so BA will be a 3  3 matrix.

Solution AC The product AC is not defined because the number of columns of A, 3, is not equal to the number of rows of C, 2. Note that AB  BA. Multiplication of matrices is generally not commutative.

Application Dalton’s Dairy produces no-fat ice cream and frozen yogurt. The following table shows the number of gallons of each product that are sold at the dairy’s three retail outlets one week. On each gallon of no-fat ice cream, the dairy’s profit is $4, and on each gallon of frozen yogurt, it is $3. Use matrices to find the total profit on these items at each store for the given week. 120 80 Store 2 100 160 Frozen Yogurt (in gallons) No-fat Ice Cream (in gallons) Store 3 Store 1

Application continued We can write the table showing the distribution as a 2  3 matrix. The profit per gallon can also be written as a matrix. The total profit at each store is given by the matrix product PD.

Application continued The total profit on no-fat ice cream and frozen yogurt for the given week was $880 at store 1, $680 at store 2, and $780 at store 3.

Properties of Matrix Multiplication For matrices A, B, and C, assuming that the indicated operations are possible: Associative Property of Multiplication A(BC) = (AB)C. Distributive Property A(B + C) = AB + AC. (B + C)A = BA + CA.

Matrix Equations We can write a matrix equation equivalent to a system of equations. Example: Can be written as:

Matrix Equations If we let We can write this matrix equation as AX = B.