MATRICES Danny Nguyen Marissa Lally Clauberte Louis HOW TO'S: ADD, SUBTRACT, AND MULTIPLY MATRICES.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

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.
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.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Unit 3: Matrices.
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.
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?
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)
8.2 Operations With Matrices
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
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.
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-
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
3.6 Multiplying Matrices Homework 3-17odd and odd.
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.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
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.
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.
13.4 Product of Two Matrices
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 Free powerpoints at
What we’re learning today:
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
7.3 Matrices.
Which of the following sums cannot be simplified?
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
Multiplying Matrices.
3.6 Multiply Matrices.
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:

MATRICES Danny Nguyen Marissa Lally Clauberte Louis HOW TO'S: ADD, SUBTRACT, AND MULTIPLY MATRICES.

Subtracting Matrices The dimensions of a matrix refer to the number of rows and columns of a given matrix. # of rows x # of columns The subtraction of matrices is only allowed if matrices are the SAME size!! If the matrix doesn't have the same # of rows and columns you cannot subtract them.

FORBIDDEN!! ERROR! You CANNOT subtract 1 x 2 matrix and a 2 x 1 matrix! They are NOT the same size You can't just flip the second matrix to make it the same either!

CORRECT! WHAT?! (-5) (-1)

ADDING MATRICES HOW TO SOLVE? (0 + 6) (1 + 5) (2 + 4) (9 + 3) (8 + 4) (7 + 5) Both or more matrices must have the same dimensions to be able to add, if not, the operation cannot be done. For example, you cannot add a 2x3 matrix with a 3x2 matrix ERROR!

Multiplying matrices (property) To multiply an m×n matrix by an n×p matrix, the ns must be the same, and the result is an m×p matrix. Associative property: A (BC) = (AB) C Example: 4 x (3 x 2) = 24 or (2 x 4) x 3 = 24 Left distributive property: A (B + C) = AB+ AC Example: 2 x (3 + 4) = 2×3 + 2×4 Associative property (scalar): C(AB)=(cA)B=A(cB) Example: 3 x (2 x 5) = (3 x 2) x 5 = 2 x (3 x 5) Right distributive property: (A + B) C = AC+ BC Example: (2+3) x4 = 2x 4 +3 x 4

Multiplying matrices ( scalars) Explanation: If you are multiply a matrix by a scalar you have to multiply each entry in the matrix by the scalar. Example: 2×4=82×0=0 2×1=22×-9=-18 calculations: We call the number ("2" in this case) a scalar, so this is called "scalar multiplication".

Multiplying matrices (dot product) Explanation: When multiply a 1 × n matrix by an n × 1 matrix, you want to know the first row is a single row and the second is a single column. You want to: name the rows and then the column. Then the product of the row and column is formed. (1 × 1 matrix) you want to do 1st row by 1st column. ( 1, 2, 3) (7, 9, 11) = 1×7 + 2×9 + 3×11 = 58 you want to do 1st row by 2nd column (1, 2, 3) (8, 10, 12) = 1×8 + 2×10 + 3×12 = 64 DONE!!