Matrix.

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
Mathematics. Matrices and Determinants-1 Session.
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 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Warm Up. Multiplying Matrices 6.2 part 2 **Multiply rows times columns. **You can only multiply if the number of columns in the 1 st matrix is equal.
 Row- horizontal elements  Column- vertical elements 3 x 2 matrix.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Matrices: Basic Operations and Their Properties
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
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.
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.
Sec 4.1 Matrices.
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
Properties Objective: To use the properties of numbers. Do Now 1.) = 3.) ( 2  1 )  4 = 2.) =4.) 2  ( 1  4 ) =
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.
3.6 Multiplying Matrices Homework 3-17odd and odd.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
Add and subtract matrices. Multiply by a matrix scalar.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Multiply matrices Use the properties of matrix multiplication.
Matrices.
13.4 Product of Two Matrices
Properties and Applications of Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
L6 matrix operations.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Multiplying Matrices Algebra 2—Section 3.6.
Section 7.4 Matrix Algebra.
Matrix Algebra.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
MULTIPLYING TWO MATRICES
Matrix Algebra.
Multiplying Matrices.
Matrix Multiplication
Determinant of a Matrix
Matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
Multiplying Matrices.
Matrix Algebra.
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Algebra.
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

Matrix

Scalar Multiplication of Matrices If A is an m × n matrix and s is a scalar, then we let kA denote the matrix obtained by multiplying every element of A by k. This procedure is called scalar multiplication. PROPERTIES OF SCALAR MULTIPLICATION

Scalar Multiplication - each element in a matrix is multiplied by a constant.

The m × n zero matrix, denoted 0, is the m × n matrix whose elements are all zeros. 1 × 3 2 × 2

**Multiply rows times columns. **You can only multiply if the number of columns in the 1st matrix is equal to the number of rows in the 2nd matrix. They must match. Dimensions: 3 x 2 2 x 3 The dimensions of your answer.

Multiplication of Matrices The multiplication of matrices is easier shown than put into words. You multiply the rows of the first matrix with the columns of the second adding products Find AB First we multiply across the first row and down the first column adding products. We put the answer in the first row, first column of the answer.

Examples: 2(3) + -1(5) 2(-9) + -1(7) 2(2) + -1(-6) 3(3) + 4(5) 3(-9) + 4(7) 3(2) + 4(-6)

*They don’t match so can’t be multiplied together.* Dimensions: 2 x 3 2 x 2 *They don’t match so can’t be multiplied together.*

To multiply matrices A and B look at their dimensions MUST BE SAME SIZE OF PRODUCT If the number of columns of A does not equal the number of rows of B then the product AB is undefined.

Find AB Notice the sizes of A and B and the size of the product AB. Now we multiply across the second row and down the second column and we’ll put the answer in the second row, second column. Now we multiply across the first row and down the second column and we’ll put the answer in the first row, second column. Now we multiply across the second row and down the first column and we’ll put the answer in the second row, first column. We multiplied across first row and down first column so we put the answer in the first row, first column.

23 32 Now let’s look at the product BA. can multiply size of answer across third row as we go down first column: across second row as we go down third column: across third row as we go down second column: across third row as we go down third column: across second row as we go down second column: across first row as we go down first column: across second row as we go down first column: across first row as we go down second column: across first row as we go down third column: Commuter's Beware! Completely different than AB!

PROPERTIES OF MATRIX MULTIPLICATION Is it possible for AB = BA ? ,yes it is possible.

Use And scalar c = 3 to determine whether the following equations are true for the given matrices. a) AC + BC = (A+B)C b) c(AB) = A(cB) c) C(A + B) = AC + BC d) ABC = CBA