MATRICES MATRIX Multiplication. Warm-up Subtract (don’t forget to KCC):

Slides:



Advertisements
Similar presentations
Determinant The numerical value of a square array of numbers that can be used to solve systems of equations with matrices. Second-Order Determinant (of.
Advertisements

4.1 Introduction to Matrices
Matrices and Determinants
Finding the Inverse of a Matrix
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Using Matrices to Solve a System of Equations. Multiplicative Identity Matrix The product of a square matrix A and its identity matrix I, on the left.
Determinants. Determinant - a square array of numbers or variables enclosed between parallel vertical bars. **To find a determinant you must have a SQUARE.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
Inverse & Identity Matrices
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
Unit 6 : Matrices.
Unit 3: Matrices.
Warm Up. Inverse Matrices Three main topics today Identity Matrix Determinant Inverse Matrix.
Matrix Multiplication The inner dimensions must be the same (or the number of columns in the first matrix is equal to the number of rows in the second.
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.
13.1 Matrices and Their Sums
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Sec 4.1 Matrices.
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.
Warm up Solve this system using inverses: –1. x + y –z = -2 – 2x –y + z = 5 – -x + 2y + 2z = 1.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Chapter 4 Matrices. In Chapter 4, You Will… Move from using matrices in organizing data to manipulating matrices through data. Learn to represent real-world.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
Determinants.
What would happen to this problem if there weren’t parentheses?
Lesson 12 – 2 Multiplication of Matrices
12-1 Organizing Data Using Matrices
Finding the Inverse of a Matrix
What we’re learning today:
Matrix Operations Monday, August 06, 2018.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Warm-up a. Solve for k: 13 −5
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
More about Matrices Chapter 4, Sections 5, 7.
27. Determinants and Inverses
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
INVERSE MATRICES TO SOLVE LINEAR SYSTEMS
( ) ( ) ( ) ( ) Matrices Order of matrices
2.2 Introduction to Matrices
Inverse Matrices and Matrix Equations
Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations SpringSemester 2017.
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

MATRICES MATRIX Multiplication

Warm-up Subtract (don’t forget to KCC):

Matrix Multiplication  Matrix Multiplication is NOT Commutative! Order matters!  You can multiply matrices only if the number of columns in the first matrix equals the number of rows in the second matrix. 2 columns 2 rows

Matrix Multiplication  Take the numbers in the first row of matrix #1. Multiply each number by its corresponding number in the first column of matrix #2. Total these products. The result, 11, goes in row 1, column 1 of the answer. Repeat with row 1, column 2; row 1 column 3; row 2, column 1;...

Matrix Multiplication  Notice the dimensions of the matrices and their product. 3 x 22 x 33 x 3 __

Matrix Multiplication  Another example: 3 x 22 x 13 x 1

Matrix Determinants  A Determinant is a real number associated with a matrix. Only SQUARE matrices have a determinant.  The symbol for a determinant can be the phrase “det” in front of a matrix variable, det(A); or vertical bars around a matrix, |A| or.

Matrix Determinants To find the determinant of a 2 x 2 matrix, multiply diagonal #1 and subtract the product of diagonal #2. Diagonal 1 = 12 Diagonal 2 = -2

Matrix Determinants To find the determinant of a 3 x 3 matrix, first recopy the first two columns. Then do 6 diagonal products

Matrix Determinants The determinant of the matrix is the sum of the downwards products minus the sum of the upwards products = (-8) - (94) = -102

Identity Matrices  An identity matrix is a square matrix that has 1’s along the main diagonal and 0’s everywhere else.  When you multiply a matrix by the identity matrix, you get the original matrix.

Inverse Matrices  When you multiply a matrix and its inverse, you get the identity matrix.

Inverse Matrices  Not all matrices have an inverse!  To find the inverse of a 2 x 2 matrix, first find the determinant. a)If the determinant = 0, the inverse does not exist!  The inverse of a 2 x 2 matrix is the reciprocal of the determinant times the matrix with the main diagonal swapped and the other terms multiplied by -1.

Inverse Matrices Example 1:

Inverse Matrices Example 2: