Matrix Multiplication The inner dimensions must be the same (or the number of columns in the first matrix is equal to the number of rows in the second.

Slides:



Advertisements
Similar presentations
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Advertisements

Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
Solving Systems of Equations and Inequalities
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Section 4.1 Using Matrices to Represent Data. Matrix Terminology A matrix is a rectangular array of numbers enclosed in a single set of brackets. The.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Chapter 8 Matrices and Determinants By Richard Warner, Nate Huyser, Anastasia Sanderson, Bailey Grote.
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
1 What you will learn  We need to review several concepts from Algebra II: Solving a system of equations graphically Solving a system of equations algebraically.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Unit 6 : Matrices.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Unit 3: Matrices.
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.
Algebra 2 Chapter 4 Notes Matrices & Determinants Algebra 2 Chapter 4 Notes Matrices & Determinants.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
4.1: Matrix Operations Objectives: Students will be able to:
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
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.
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.
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,
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
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.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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 =
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Matrix Operations.
Matrix Operations.
What we’re learning today:
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Factoring Special Cases
Warm-up a. Solve for k: 13 −5
Matrix Algebra.
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
Matrices.
Matrix Algebra.
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Presentation transcript:

Matrix Multiplication The inner dimensions must be the same (or the number of columns in the first matrix is equal to the number of rows in the second matrix). The outer dimensions become the dimensions of the resulting matrix (or the number of rows in the first matrix and the number of columns in the second matrix). 2 x 33 x 2 inner dimensions outer dimensions product dimensions = 2 x 2 © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.8

Steps for Matrix Multiplication 1.Multiply the corresponding positions of the first row and the first column. 2.Add the products. 3.Place answer in the first row, first column address. 4.Repeat steps 1 & 2 with the first row and second column. 5.Place answer in the first row, second column address. 6.Repeat steps 1 & 2 with the second row and first column. 7.Place answer in the second row, first column address. 8.Repeat steps 1 & 2 with the second row and second column. 9.Place answer in the second row, second column address. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.8

Entry (or element) – Numbers inside a matrix Location (or “address”) – Number of the row and column where the entry is located (e.g., 3, 1). rectangular array of numbers (Plural: Matrices) Row 1 Column 1 Dimensions ( m X n ) the number of rows ( m ) and the number of columns ( n ) in the matrix (e.g., 3 X 3). © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.6

**It is only possible to add or subtract two matrices, if they have the same dimensions. To find the sum, add corresponding entries (or numbers in the same location.) To find the difference, subtract corresponding entries. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.8

A scalar is a real number (or 1 X 1 matrix). Every little kid gets a piece of candy! © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.7; MCC9-12.N.VM.8

© 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sources

Special number associated with a square matrix. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.8; MCC9-12.N.VM.9

Special number associated with a square matrix. If the det( A ) = 0, the matrix is called a singular matrix. play an important role in: finding the inverse of a matrix. solving systems of linear equations. Singular matrices do not have an inverse because you must multiply by 1 / det(A) to find the inverse. (You cannot ÷ 0.) denoted as: © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

2.Multiply & add the elements when the first row diagonals. 3.Subtract. 1.Copy the first and second columns & write them on the right side. 3.Multiply & add the elements when the last row diagonals. 4.Simplify. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

1.Copy the first and second columns & write them on the right side. 2.Multiply & add the elements when the first row diagonals. 3.Subtract. 3.Multiply & add the elements when the last row diagonals. 4.Simplify. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

ab cd Multiply top left and bottom right. 2.Subtract. 3.Multiply top right and bottom left. 4.Simplify. © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

OR ax + by + cz = p dx + ey + fz = q gx + hy + iz = r ax + by = p cx + dy = q © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgia adapted from various sourcesMCC9-12.N.VM.12; MCC9-12.A.REI.8

1.Switch the locations for d and a. 2.Add a negative to the entries in b and c. 3.Multiply the matrix times 1 / det(A). © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.A.REI.9

How to solve a linear system using a matrix inverse Step 1 – Set up the matrices (AX = B). Matrix A will be the coefficients. Matrix X will be the variables. Matrix B will be constants. Step 2 – Find the inverse of matrix A ( [A] -1 ). Step 3 – Multiply both sides by [A] -1. Step 4 – Multiply the matrices ( [A] -1 [B] ). Solution (-1, 4) © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.A.REI.9

How to solve a linear system using a matrix inverse Step 1 – Set up the matrices (AX = B). Matrix A will be the coefficients. Matrix X will be the variables. Matrix B will be constants. Step 2 – Find the inverse of matrix A ( [A] -1 ). Step 3 – Multiply both sides by [A] -1. Step 4 – Multiply the matrices. Solution (-2, 3, 1)

The area of a triangle with vertices (x 1,y 1 ), (x 2,y 2 ), and (x 3,y 3 ). *Where ± is used to produce a positive area!! (x 3, y 3 ) (x 2, y 2 )(x 1, y 1 ) © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

Example ( – ( ) ( ) 22 © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12

How to find the area of a quadrilateral © 2010, Dr. Jennifer L. Bell, LaGrange High School, LaGrange, Georgiaadapted from various sourcesMCC9-12.N.VM.12