Matrices. Outline What is a matrix? Size of matrices Addition of matrices Scalar multiplication Matrices multiplication.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

MATRIX MULTIPLICATION Brought to you by Tutorial Services – The Math Center.
Lesson 12.2 Matrix Multiplication. 3 Row and Column Order The rows in a matrix are usually indexed 1 to m from top to bottom. The columns are usually.
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Multiplying matrices An animated example. (3 x 3)x (3 x 2)= (3 x 2) These must be the same, otherwise multiplication cannot be done Is multiplication.
Table of Contents Matrices - Multiplication Assume that matrix A is of order m  n and matrix B is of order p  q. To determine whether or not A can be.
Chapter 11 Section 11.0 Review of Matrices. Matrices A matrix (despite the glamour of the movie) is a collection of numbers arranged in a rectangle or.
Fundamentals of matrices
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.
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.
Chapter 4 Matrices By: Matt Raimondi.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Matrices and Systems of Equations
How to Multiply Two Matrices. Steps for Matrix Multiplication 1.Determine whether the matrices are compatible. 2.Determine the dimensions of the product.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
8.2 Operations With Matrices
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 Danny Nguyen Marissa Lally Clauberte Louis HOW TO'S: ADD, SUBTRACT, AND MULTIPLY MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Chapter 1 Section 1.5 Matrix Operations. Matrices A matrix (despite the glamour of the movie) is a collection of numbers arranged in a rectangle or an.
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
Section 4.3 – Multiplying Matrices. MATRIX MULTIPLICATION 1. The order makes a difference…AB is different from BA. 2. The number of columns in first matrix.
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.6 Multiplying Matrices Homework 3-17odd and odd.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
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.
2.3 MODELING REAL WORLD DATA WITH MATRICES By the end of the section students will be able to add, subtract, and multiply matrices of various sizes. Students.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Multiply matrices Use the properties of matrix multiplication.
Matrices.
Matrices CSLU Fall 2007 Cameron McInally
MATRIX MULTIPLICATION
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrices Rules & Operations.
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Matrix Operations Free powerpoints at
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
MULTIPLYING TWO MATRICES
Multiplying Matrices.
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Multiplying Matrices.
Dimensions matching Rows times Columns
Matrices.
3.6 Multiply Matrices.
What is the dimension of the matrix below?
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Matrices

Outline What is a matrix? Size of matrices Addition of matrices Scalar multiplication Matrices multiplication

What is a matrix? A matrix is a collection of numbers represented in a tabular format (with rows and columns). Matrices have many uses including encryption, computer graphics, and computer animation

Examples of Matrices

Every Matrix can be Described by its Size Determine the number of rows Determine the number of columns A has 2 rows A has 3 columns A is a 2x3 matrix What is the size of B?

Adding Matrices Rule #1 : You can only add matrices that are the same size Rule #2: Add corresponding locations in the two matrices to create a new matrix with the same size

Examples What is A+B? –Can’t be done A is a 2x3 and B is a 3x2 What is A+D?

Examples What is A+B? –Can’t be done A is a 2x3 and B is a 3x2 What is A+D?

Examples What is A+B? –Can’t be done A is a 2x3 and B is a 3x2 What is A+D? What is A+C? –Can’t be done A is a 2x3 C is a 3x2 What is B+C?

Examples What is A+B? –Can’t be done A is a 2x3 and B is a 3x2 What is A+D? What is A+C? –Can’t be done A is a 2x3 C is a 3x2 What is B+C?

Scalar Multiplication Multiply a single integer (the scalar) times an entire matrix. This works exactly how you think it might, you create a new matrix by multiplying the scalar against each entry of the matrix.

Matrix Multiplication Here we want to multiply two matrices with one another. Rule #1 : You can only multiple two matrices if the number of columns in the first matrix is the same as the number of rows in the second matrix.

Examples Can we multiply A x B? –Yes it is a 2x3 multiplied by a 3x2. The number of columns in the first one (3) matches the number of rows in the second one (3).

Examples Can we multiply D x A? –No it is a 3x3 multiplied by a 2x3. The number of columns in the first one (3) does not match the number of rows in the second one (2).

Examples Can we multiply B x D? –No it is a 3x2 multiplied by a 3x3. The number of columns in the first one (2) does not match the number of rows in the second one (3).

Examples Can we multiply D x B? –Yes is a 3x3 multiplied by a 3x2. The number of columns in the first one (3) matches the number of rows in the second one (3).

Doing the multiplication What is A x B?

Doing the multiplication What is A x B? First rewrite them matrices so that the first one is one the left and the second one is above it but shifted to the right Your answer will be created here

Doing the multiplication What is A x B? Start with the first row on the left matrix and the first column on the above matrix. Multiply the first terms, the second terms, the third terms, etc… and add them together

Doing the multiplication What is A x B? Start with the first row on the left matrix and the first column on the above matrix. Multiply the first terms, the second terms, the third terms, etc… and add them together

Doing the multiplication What is A x B? Start with the first row on the left matrix and the first column on the above matrix. Multiply the first terms, the second terms, the third terms, etc… and add them together 5x6 + 3x x 0 = 30 Place this value in the position in the answer matrix where the row and column intersect.

Doing the multiplication Still with the first row on the matrix on the left, move on to the next column of the above matrix and do it again. 5x1 + 3x1 + -2x-1 = 10 Place the value 10 in the answer matrix where the row and column intersect

Doing the multiplication When you have gone through every column in the above matrix using the first row in the left matrix, then move on the next row of the left matrix and begin the process again.

Doing the multiplication When you have gone through every column in the above matrix using the first row in the left matrix, then move on the next row of the left matrix and begin the process again.

Doing the multiplication When you have gone through every column in the above matrix using the first row in the left matrix, then move on the next row of the left matrix and begin the process again. Repeat until all slots in the answer matrix are filled.

Example What is DxB?

Examples What is DxB?

Examples What is DxB?

Try a few on your own. What is AxC? What is CxA? What is AxD? What is DxA?