Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.

Slides:



Advertisements
Similar presentations
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Advertisements

3_3 An Useful Overview of Matrix Algebra
Finding the Inverse of a Matrix
Properties of Real Numbers
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
Properties 6.19 Identify properties for addition and multiplication Multiplicative property of zero Inverse property for multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix 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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
13.1 Matrices and Their Sums
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 Real Numbers 1.Objective: To apply the properties of operations. 2.Commutative Properties 3.Associative Properties 4.Identity Properties.
Properties and Scientific Notation
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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.
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.
2x2 Matrices, Determinants and Inverses
Matrix Operations.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
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.
PROPERTIES OF REAL NUMBERS. COMMUTATIVE PROPERTY OF ADDITION What it means We can add numbers in any order Numeric Example Algebraic Example
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
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.
Properties Objective: To use the properties of numbers. Do Now 1.) = 3.) ( 2  1 )  4 = 2.) =4.) 2  ( 1  4 ) =
2.5 – Determinants and Multiplicative Inverses of Matrices.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Properties A property is something that is true for all situations.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
 Commutative Property of Addition  When adding two or more numbers or terms together, order is NOT important.  a + b = b + a  =
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.
Linear Algebra review (optional)
Linear Algebra Lecture 2.
Properties of Operations
Commutative Property of Addition
Finding the Inverse of a Matrix
L6 matrix operations.
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Algebra.
Unit 3: Matrices
( ) ( ) ( ) ( ) Matrices Order of matrices
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Matrix Algebra.
Linear Algebra review (optional)
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses

Some Definitions … Zero Matrix Identity Matrix Diagonal Matrix I A = A I = A

Basic Operations Addition, Subtraction, Multiplication Just add elements Just subtract elements Multiply each row by each column

Multiplication Is AB = BA? Maybe, but maybe not! Is multiplication commutative? Try for the 2 matrices below

Multiplication Is AB = BA? Multiplication is NOT commutative AB = BA

Inverse of a Matrix Identity matrix: AI = A Some matrices have an inverse, such that: AA -1 = I

Inverse of a 2x2 Matrix

Matrix Inverse (Intro) A A -1 = A -1 A = I Properties A -1 only exists if A is square (n x n)

Determinant of a 2x2 Matrix The determinant of the matrix A is denoted |A|. Matrix A has no inverse whenever |A|= 0. A matrix with no inverse is SINGULAR. E.g., so an inverse exists, so no inverse exists

Inverse of a 2x2 Matrix AA -1 = I If = 0, then A has no inverse –A is SINGULAR E.g.

Inverse of a 2x2 Matrix AA -1 = I If |A| = 0, then A has no inverse –A is SINGULAR The 2x2 identity matrix