Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

Identity and Inverse Matrices
1.7 Diagonal, Triangular, and Symmetric Matrices.
Section 4.2 – Multiplying Matrices Day 2
Maths for Computer Graphics
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Finding the Inverse of a Matrix
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.
4.7 Identity and Inverse Matrices. What is an identity? In math the identity is the number you multiply by to have equivalent numbers. For multiplication.
Chapter 1 Section 1.2 Echelon Form and Gauss-Jordan Elimination.
1.7 Diagonal, Triangular, and Symmetric Matrices 1.
Determinants. Determinant - a square array of numbers or variables enclosed between parallel vertical bars. **To find a determinant you must have a SQUARE.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Chapter 2 Systems of Linear Equations and Matrices
Inverse & Identity Matrices
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
Unit 3: Matrices.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Fundamentals of Engineering Analysis
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Matrix Operations.
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
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.
Use Inverse Matrices to Solve Linear Systems Objectives 1.To find the inverse of a square matrix 2.To solve a matrix equation using inverses 3.To solve.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
Chapter 1 Section 1.3 Properties of and Operations with Real Numbers.
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.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
12-4: Matrix Methods for Square Systems
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
1.5 Matricies.
Finding the Inverse of a Matrix
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Multiplication of Matrices
Matrices 3 1.
Matrix Operations Free powerpoints at
Matrix Algebra.
Use Inverse Matrices to Solve Linear Systems
Multiplying Matrices.
Solving Linear Systems Using Inverse Matrices
Determinants.
Unit 3: Matrices
( ) ( ) ( ) ( ) Matrices Order of matrices
Matrix Algebra.
3.6 Multiply Matrices.
DRILL.
Matrix Multiplication
Matrices and Determinants
Matrix Multiplication Sec. 4.2
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations

In general matrices do not commute, but one power of a matrix A will always commute with another power of A.

Identity Matrices A matrix with the same number of rows and columns is called square. A square matrix with 1's down the top left to bottom right diagonal and 0's off that diagonal is called the identity matrix. They come in different size identity matrices. 2  2 3  3 4  4 An identity matrix has the property that if you multiply it either on the right or left by any conformable matrix you get the conformable matrix (i.e. I n A = A and AI n = A ). The matrix I n for matrices acts like the number 1 for numbers.