Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Fundamentals of matrices
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.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
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.
9.2 Using Properties of Matrices
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.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
Section 3.5 Revised ©2012 |
Chapter 4 Section 2: Multiplying Matrices. VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Sec 4.1 Matrices.
Multiplying Matrices Lesson 4.2. Definition of Multiplying Matrices The product of two matrices A and B is defined provided the number of columns in A.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
9.2 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Use Properties of Matrices.
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
3.6 Multiplying Matrices Homework 3-17odd and odd.
Unit 1.8 – Perform Basic Matrix Operations. Unit 1 – Algebra: Linear Systems, Matrices, & Vertex- Edge Graphs  1.8 – Perform Basic Matrix Operations.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
4.1 Exploring Data: Matrix Operations ©2001 by R. Villar All Rights Reserved.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MATRIX MULTIPLICATION
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Multiply matrices Use the properties of matrix multiplication.
Section 2.2 Day 1. A) Algebraic Properties of Equality Let a, b, and c be real numbers: 1) Addition Property – If a = b, then a + c = b + c Use them 2)
Matrices.
Matrix Operations McDougal Littell Algebra 2
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
Lesson 43: Working with Matrices: Multiplication
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
Matrix Operations.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
MULTIPLYING TWO MATRICES
MATRICES MATRIX OPERATIONS.
CS100: Discrete structures
Warm-Up 3) 1) 4) Name the dimensions 2).
3.5 Perform Basic Matrix Operations
Multiplication of Matrices
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
Matrix Operations Ms. Olifer.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices - Operations MULTIPLICATION OF MATRICES
Presentation transcript:

Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra 2: Applications, Equations, Graphs

Review:What is a Matrix? Definition of Matrix: A rectangular arrangement of numbers in rows and columns. Ex): Matrix A below has two rows and three columns. A= [ ] 2 rows [ ] 3 columns Note: * The DIMENSIONS of matrix A are 2 X 3 (read “2 by 3” ) * The numbers in a matrix are its ENTRIES. Ex.) The entry in the second row and third column is 5.

Multiplying Matrices If A is an m X n matrix and B is an n X p matrix, then the product AB is an m X p matrix. A * B = AB m X n n X p m X p Conclusion: The product of two matrices is defined iff the number of columns in A is equal to the number of rows in B.

Let’s Practice: Product defined? State whether the product AB is defined. Explain. Ex.) A: 3X4, B:4X5 Solution: Yes, the product is defined by definition of the product of two matrices. Ex.) A: 3X2, B:5X2 Solution: No, the product is not defined since the number of columns of A does not equal the number of rows of B.

Properties of Matrix Multiplication Let A, B, and C be matrices and let c be a scalar. 1.) Associative Property of Matrix Multiplication: A(BC) = (AB) C 2.) Left Distributive Property: A(B + C) = AB + AC 3.) Right Distributive Property: (A + B)C = AC + BC 4.) Associative Property of Scalar Multiplication: c(AB) = A(cB)

Finding the Product of Two Matrices Ex.) Find AB if A = [ -2 3 ] and B = [ -1 3] [ 1 -4 ] [ -2 4] [ 6 0 ] Solution: AB = [(-2)(-1) + (3)(-2) (-2)(3) + (3)(4)] [(1)(-1) + (-4)(-2) (1)(3) + (0)(4) ] [(6)(-1) + (0)(-2) (6)(3) + (0)(4)] = [ -4 6] [ 7 -13] [-6 18]

Finding the Product of Two Matrices If A = [3 2] and B = [1 -4], find each product. [-1 0] [2 1] Ex.) AB Solution: AB = [3 2][1 -4] = [7 -10] [-1 0][2 1] [-1 4] Ex.) BA Solution: BA = [1 -4][3 2] = [7 2] [2 1][-1 0] = [5 4] NOTE: AB DOES NOT EQUAL TO BA

Guided Practice Problems: Note to the teacher: See section 4.2: Multiplying Matrices on the McDougal Littell Algebra II book. Choose the appropriate guided-practice problems for your students.

Solutions to the Guided Practice Problems: Note to the teacher: Include the solutions to the guided-practice problems.