Chapter 8: Lesson 8.2 Operations With Matrices

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Further Pure 1 Matrices Introduction. Definitions A matrix is just a rectangle of numbers. It’s a bit like a two-way table. You meet this concept in D1.
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
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.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Chapter 4 Matrices By: Matt Raimondi.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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
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.
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.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrix Operations.
Matrix Operations Free powerpoints at
L6 matrix operations.
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..
MATRICES MATRIX OPERATIONS.
25. Basic matrix operations
Multiplying Matrices.
Matrices Elements, Adding and Subtracting
Math-2 (honors) Matrix Algebra
Unit 3: Matrices
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
3.6 Multiply Matrices.
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Multiplication
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
Presentation transcript:

Chapter 8: Lesson 8.2 Operations With Matrices 2 matrices are said to be equal if the size or “order” of the 2 matrices is the same AND all corresponding elements of the 2 matrices are the same. 2 matrices can only be added if they are of equal order. If you are asked to add or subtract matrices that are not of equal order, simply write “impossible.” #12 Find A + B, A- B, 3A and 3A – 2B if

Definition of Matrix Multiplication 2 matrices can multiplied together only if the number of columns of the 1st matrix is equal to the number of rows of the 2nd matrix. The size or order of the resulting matrix multiplication will be the rows of the first by the columns of the 2nd. In other words, a (3 x 3) (3 x 1) = (3 x 1) Note that A B ≠ B A (Matrix Multiplication is NOT Commutative) Be my guest to try and figure out matrix multiplication from page 556, I’d prefer to teach it just through examples and understanding the pattern based on that.

#36 Find AB if

#35 Find AB if

Identity Matrix An Identity Matrix has all 1’s on the main diagonal and 0’s everywhere else. See page 558.

Compute BA and interpret the results #74 The number of calories burned by individuals of different body weights while performing different types of exercises for a one-hour time period are represented by A. Calories burned 130-lb person 155-lb person Basketball Jumping Rope Weight Lifting A 130-pound person and a 155-pound person played basketball for 2 hours, jumped rope for 15 minutes, and lifted weights for 30 minutes. Make matrix B that organizes the times spent exercising. Compute BA and interpret the results