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.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Gaussian Elimination Matrices Solutions By Dr. Julia Arnold.
Matrices: Inverse Matrix
Section 4.2 – Multiplying Matrices Day 2
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Matrices and Determinants
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.
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.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Recall that a square matrix is one in which there are the same amount of rows as columns. A square matrix must exist in order to evaluate a determinant.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
Chapter 4 Matrices By: Matt Raimondi.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Chapter 2 Systems of Linear Equations and Matrices
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,
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.
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
4.5 Inverse of a Square Matrix
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices: Basic Operations and Their Properties
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
SHOP ATVRADIO DAY 153 DAY 278 DAY 345 SHOP BTVRADIO DAY 194 DAY 285 DAY 363 TOTALTVRADIO DAY 1147 DAY DAY 3108 This can be written in matrix form.
World Cup Matrix Multiplication….  Below is a league table for the group stage of the World Cup  The top 2 teams in each group progress through.
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.
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.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Mathematics Medicine What is meant by a matrix A matrix is a set of numbers arranged in the form of a rectangle and enclosed in curved brackets.
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.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
13.4 Product of Two Matrices
Multiplying Matrices.
Matrices Rules & Operations.
Finding the Inverse of a Matrix
Matrix Operations Monday, August 06, 2018.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
FP1 Matrices Introduction
Multiplying Matrices.
Matrix Algebra.
MATRICES MATRIX OPERATIONS.
Which of the following sums cannot be simplified?
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
Warm-Up 3) 1) 4) Name the dimensions 2).
Multiplying Matrices.
Matrix Algebra.
Matrix Operations Chapter 4, Sections 1, 2, 3.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
Chapter 8: Lesson 8.2 Operations With Matrices
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
Presentation transcript:

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. The matrix below shows how many arcs exist between each node.

Definitions Here are more examples of matrices. You can see that each matrix is a different size. The size (or order) of a matrix is given as rows × columns. What is the order of each of the above matrices? = 2 × 2 = 4 × 1 = 2 × 5 = 3 × 3

Definitions Here are two special types of matrix that you need to be familiar with. The identity matrix, I. The zero matrix, O.

Definitions Matrices with the same number of rows and columns are known as square matrices. Identity matrices are always square as the 1`s on the diagonal must run from corner to corner.

Definitions Two matrices are equal if: They have the same order Each element in one matrix is equal to the corresponding element in the other matrix.

Using Matrices (+/-) We can add and subtract matrices only if they have the same order. All you do is add or subtract corresponding elements. Why can you not add matrices with different orders?

Using Matrices (×) You can multiply a matrix by a number as illustrated in the example below. All that has happened is each element has been multiplied by the number outside the matrix. In general for any 2 × 2 matrix. Remember that this will work for any matrix of any order.

Problems Explain why matrix addition is Commutative, i.e. A + B = B + A Associative, i.e. A + (B + C) = (A + B) + C Addition in elements is both commutative and associative.

Using Matrices (×) Sometimes you can multiply two matrices together. However not all matrices can be multiplied together. Lets imagine 2 matrices called A and B. If we want to calculate A × B then A must have the same number of columns as B has rows. The sum you do is multiply each element in the 1 st row of A by each element in the first column of B, then add together your answers. You then do the same for all the row and column combinations. On the next slide is a worked example.

Using Matrices (×) Let A be a 2 × 3 matrix and B be a 3 × 2 matrix. So A × B is given by Now take every element in the first row of A and multiply them by every element in the first column of B, adding your answers. Now repeat with the 2 nd row of A and 1 st column of B. Next 1 st row of A and 2 nd column of B. Finally 2 nd row of A and 2 nd column of B.

Using Matrices (×) Try the numerical example below. So A × B is given by. Now take every element in the first row of A and multiply them by every element in the first column of B, adding your answers. Now repeat with the 2 nd of A and 1 st column of B. Next 1 st row of A and 2 nd column of B. Finally 2 nd row of A and 2 nd column of B.

Using Matrices (×) What would happen if you found B × A. So B × A is given by. What do you notice about this answer compared to the last? From these examples we can conclude that AB = BA So matrix multiplication is not commutative

Using Matrices (×) If two matrices A and B have orders p × q and q × r respectively then A × B does exist, and will have order p × r. Note: In this case B × A does not exist. pqqrpr qprq × × =

Associative Use the following matrices to show that matrix multiplication is associative. i.e. A(BC) = (AB)C

Using Matrices (×) Note that any matrix multiplied by the identity matrix is itself. And any matrix multiplied by the zero matrix is the zero matrix.

Questions Try some of the following multiplications.

Example Below is a league table for the group stage of the world cup The top 2 teams in each group progress through to the next round. Use matrix multiplication to calculate the final points and hence state who progressed through to the next round. TeamMPWDL England3210 Paraguay3102 Sweden3120 Trinidad and Tobago 3012

Solution We can write the league table as a matrix. Next we can add the matrix that represents the points awarded. Its important to make sure that the correct points line up with the appropriate column. Now we can multiply the two matrices together. This shows us that England and Sweden progressed through to the next group.

Summary Matrix addition is Commutative Matrix addition is Associative Matrix multiplication is not Commutative Matrix multiplication is Associative AI = A AO = O