Matrix Operations McDougal Littell Algebra 2

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.2 Operations with Matrices Scalar multiplication.
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.
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
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.
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.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
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.
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.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
4.1 Exploring Data: Matrix Operations ©2001 by R. Villar All Rights Reserved.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
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.
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 Monday, August 06, 2018.
Matrix Operations.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
MULTIPLYING TWO MATRICES
MATRICES MATRIX OPERATIONS.
3.5 Perform Basic Matrix Operations
Multiplication of Matrices
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
Chapter 4 Matrices & Determinants
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 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= [ 6 2 -1 ] 2 rows [-2 0 5 ] 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____ is an m X n matrix and _____ is an n X p matrix, then the product ______is an m X p matrix. A * B = AB m X n n X p m X p Conclusion: The ______ of two matrices is defined iff the number of in A is _______to the number of in B.

Let’s Practice: Product defined? State whether the product AB is defined. Explain. Ex.) A: 3X4, B:4X5 Solution: Ex.) A: 3X2, B:5X2

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

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)] = _______________.

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] = [-1 0][2 1] ________________ Ex.) BA Solution: BA = [1 -4][3 2] = [2 1][-1 0] ________________ NOTE: ________ DOES NOT EQUAL TO ________

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.