MATRIX MULTIPLICATION

Slides:



Advertisements
Similar presentations
Adding & Subtracting Matrices
Advertisements

MATRIX MULTIPLICATION Brought to you by Tutorial Services – The Math Center.
Gauss-Jordan Matrix Elimination Brought to you by Tutorial Services – The Math Center.
Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
4.2 Adding and Subtracting Matrices 4.3 Matrix Multiplication
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Today: Class Announcements Class Announcements PLAN Practice PLAN Practice 4.1 Notes 4.1 Notes Begin Homework Begin Homework Show Chapter 3 Test Scores.
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.
Class Opener:. Identifying Matrices Student Check:
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 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.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
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.
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-
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
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,
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
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.
Warm-UP A = 7-310B = C =7-4Find:A 22 and C 31 97Find: the dimensions of each -88 Matrix Find: A + B and B – A and C + B.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrix. Matrix Matrix Matrix (plural matrices) . a collection of numbers Matrix (plural matrices)  a collection of numbers arranged in a rectangle.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
Matrices Elements, Adding and Subtracting
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
What is the dimension of the matrix below?
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

MATRIX MULTIPLICATION Brought to you by Tutorial Services – The Math Center

Matrices Scalar Multiplication Multiplication of two matrices

Scalar Multiplication

Scalar Multiplication To Multiply 4C First, you are going to take the scalar “4” and distribute it to each of the entries in the nxm matrix (n rows, m columns). In this case we are given a 2x2 matrix. Second, you are going to take your scalar “4” and multiply it by those entries. The resulting matrix will be the “4C” nxm matrix.

Multiplication of two matrices

Multiplication of two matrices When multiplying two matrices A and B, we must first identify the dimensions of matrix A and matrix B. Given that matrix A has dimensions nxm and matrix B has dimensions pxq, if m and p are not equal to each other, matrix multiplication cannot be done. Also note that if m and p are equal to each other, the “solution” matrix will have dimensions nxq. Doing matrix multiplication involves a process of multiplying entries in the rows of the first matrix with corresponding entries in the columns of the second matrix. We take the sum of the products and put them in the corresponding nth row, qth column.

Multiplication of two matrices For example, given matrix A and B (we must first check that the number of columns on A equals the number of rows on B) then, we start on the first row of matrix A and the first column in matrix B. We multiply the first entry in the first row of matrix A with the first entry in the first column of matrix B (keeping note of this product). We then proceed to the second entry of the first row of matrix A with the second entry in the first column of matrix B. We multiply these two entries together (keeping note of this product as well).

Multiplication of two matrices Once we have reached the final entry in the first row of matrix A with the final entry of the first column of matrix B (and took the product of those entries), you are going to add all of those products together and put this sum in the first row, first column of matrix C, (the “solution” matrix) which will be a 2x3 matrix. Continue to stay on row 1, but proceed to column 2 of matrix B. You will repeat the previous process, multiplying the first entry in row 1 with the first entry in column 2, take that product and add it with the product of the 3 in row 1 with (-3) in column 2.

Multiplication of two matrices Continue to stay on the first row and proceed to the next column of matrix B (following the same process to obtain the entries in C) until you have finished with the final column in matrix B. Once you have reached the final column and filled all the entries in row 1 of the solution matrix, proceed to the next row, following the same process. Continue this process until you have filled in all the entries of matrix C.

Matrices Links Matrices Handout Matrices Quiz Adding and Subtracting Matrices Workshop Gauss Jordan Method for Solving Matrices Workshop