FP1 Matrices Introduction

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
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.
Section 4.2 – Multiplying Matrices Day 2
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.

Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
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.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
Properties of Addition and Multiplication. Commutative Property In the sum you can add the numbers in any order. a+b = b+a In the product you can multiply.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
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.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
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
Operations with Matrices: Multiplication
Matrix Operations.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
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.
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
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.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Multiply matrices Use the properties of matrix multiplication.
MATRIX MULTIPLICATION
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
Multiplying Matrices.
Christmas Packets are due on Friday!!!
College Algebra Chapter 6 Matrices and Determinants and Applications
What we’re learning today:
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
Which of the following sums cannot be simplified?
Determinant of a Matrix
Warm-Up 3) 1) 4) Name the dimensions 2).
Matrices.
Multiplying Matrices.
Matrix Operations Chapter 4, Sections 1, 2, 3.
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

FP1 Matrices Introduction BAT multiply matrices

Matrix multiplication These numbers will give the dimensions of the answer 𝑨 × 𝑩 = 𝑪 𝑛×𝑚 𝑚×𝑘 𝑛×𝑘 These numbers must be the same for the multiplication to be possible You multiply each row in the first matrix, by each column in the second matrix The product will have the same number of rows as the first matrix, and the same number of columns as the second

WB 7 𝑨= 1 −2 3 4 𝑩= −3 2 Find AB and BA 1 −2 3 4 −3 2 = 1 −2 3 4 −3 2 = Dimensions for AB (2 x 2) x (2 x 1) = (2 x 1) To multiply matrices you first multiply corresponding elements of the rows and columns, then add them up (you’ll get it with practice!) Then once you have done all the columns, do the same thing, but using the second row… After this, work out each part, and you then have the final matrix answer! 1×−3 +(−2×2) 3×−3 +(4×2) −3 +(−4) −9 +(8) 𝐴𝐵= −7 −1 Dimensions for BA (2 x 1) x (2 x 2) = not possible

WB 8a 𝑨= −1 0 2 3 𝑩= 4 1 0 −2 Find AB and BA Dimensions for AB Calculating AB Dimensions for AB (2 x 2) x (2 x 2) = (2 x 2) −1 0 2 3 4 1 0 −2 = Multiply the first row by each column as in the previous example You always fill in the top row of the answer first A quick check – you have probably done this correctly if the highlighted (green) numbers are the same! −1×4 +(0×0) −1×1 +(0×−2) 2×4 +(3×0) 2×1 +(3×−2) −4 +(0) −1 +(0) 8 +(0) 2 +(−6) 𝑨𝑩= −4 −1 8 −4

WB 8b 𝑨= −1 0 2 3 𝑩= 4 1 0 −2 Find AB and BA Dimensions for BA Calculating BA Dimensions for BA (2 x 2) x (2 x 2) = (2 x 2) 4 1 0 −2 −1 0 2 3 = Multiply the first row by each column as in the previous example You always fill in the top row of the answer first A quick check – you have probably done this correctly if the highlighted (green) numbers are the same! 4×−1 +(1×2) 4×0 +(1×3) 0×−1 +(−2×2) 0×0 +(−2×3) −4 +(2) 0 +(3) 0 +(−4) 0 +(−6) 𝑩𝑨= −2 3 −4 −6 AB≠𝐵𝐴 Multiplication using matrices is NOT commutative This means the order of multiplication does matter as a different order gives different answers!

AB = dimensions (1x3) x (1x2) not possible WB 9abc 𝑨= 1 −1 2 𝑩= 3 −2 𝑪= 4 5 Find a) AB b) BC c) CA d) BCA AB = dimensions (1x3) x (1x2) not possible As the central numbers are not equal, these matrices cannot be combined BC = 3 −2 4 5 = 12+(−10) = 2 CA = 4 5 1 −1 2 = 4×1 4×−1 4×2 5×1 5×−1 5×2 = 4 −4 8 5 −5 10

WB 9d 𝑨= 1 −1 2 𝑩= 3 −2 𝑪= 4 5 Find a) AB b) BC c) CA d) BCA 𝑨= 1 −1 2 𝑩= 3 −2 𝑪= 4 5 Find a) AB b) BC c) CA d) BCA Calculating BCA This can be done in one of two ways (1) 𝑩𝑪 = 2 1) (BC)A Multiply B by C, and the answer to that by A (in that order) 𝑩𝑪𝑨= 2 1 −1 2 𝑩𝑪𝑨= 2 −2 4 2) B(CA) Multiply C by A, and multiply B by the answer to that (in that order) Remember you cannot change the order, so for method 2, do not do CA and then x B after, the B must go at the front! (2) 𝑪𝑨 = 4 −4 8 5 −5 10 𝑩𝑪𝑨 = 3 −2 4 −4 8 5 −5 10 𝑩𝑪𝑨 = 2 −2 4

Matrices - multiplying WB 10abcd Use each row of the first matrix with each column of the second matrix. The result gives you the element in row a column b of the product matrix. 𝑨= 2 3 −1 5 𝑩= 3 8 1 −2 𝑪= −3 2 0 1 4 −2 𝑫= 1 −1 0 3 2 4 Find (where possible): AB ii) BA iii) BC iv) CB v) DA vi) AD vii) CD viii) DC AB = 2 3 −1 5 3 8 1 −2 = 9 10 2 −18 BA = 3 8 1 −2 2 3 −1 5 = −2 49 4 −7 BC = 3 8 1 −2 −3 2 0 1 4 −2 = −1 38 −16 −5 −6 4 CB = −3 2 0 1 4 −2 3 8 1 −2 = not possible To multiply matrices what must be true?

Matrices - multiplying WB 10ef Use each row of the first matrix with each column of the second matrix. The result gives you the element in row a column b of the product matrix. 𝑨= 2 3 −1 5 𝑩= 3 8 1 −2 𝑪= −3 2 0 1 4 −2 𝑫= 1 −1 0 3 2 4 Find (where possible): v) DA vi) AD vii) CD viii) DC DA = 1 −1 0 3 2 4 3 8 1 −2 = 2 10 3 −6 10 8 AD = 3 8 1 −2 1 −1 0 3 2 4 = not possible BC = 3 8 1 −2 −3 2 0 1 4 −2 = −1 38 −16 −5 −6 4 To multiply matrices what must be true?

Matrices - multiplying WB 10gh Use each row of the first matrix with each column of the second matrix. The result gives you the element in row a column b of the product matrix. 𝑨= 2 3 −1 5 𝑩= 3 8 1 −2 𝑪= −3 2 0 1 4 −2 𝑫= 1 −1 0 3 2 4 Find (where possible): v) DA vi) AD vii) CD viii) DC CD = −3 2 0 1 4 −2 1 −1 0 3 2 4 = −3 9 −3 3 DC = 1 −1 0 3 2 4 −3 2 0 1 4 −2 = −4 −2 2 3 12 −6 −2 20 −8 To multiply matrices what must be true?

Given that BA = (0), show that AB = −2𝑎 −2 2 𝑎 2 2𝑎 WB 11 𝑨= −1 𝑎 𝑩= 𝑏 2 Given that BA = (0), show that AB = −2𝑎 −2 2 𝑎 2 2𝑎 𝑩𝑨= 𝑏 2 −1 𝑎 = −𝑏+2𝑎 As BA = 0, the implication is that –b + 2a = 0 −𝑏+2𝑎=0 2𝑎=𝑏 𝑨𝑩= −1 𝑎 𝑏 2 = −𝑏 −2 𝑎𝑏 2𝑎 We know from before that 2a = b so we can replace the b terms… 𝑨𝑩= −2𝑎 −2 2 𝑎 2 2𝑎

Crucial points: Summary Make sure that you can do matrix multiplication confidently Remember that matrix multiplication is NOT commutative AB  BA

END