10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.

Slides:



Advertisements
Similar presentations
Inverses of n x n Matrices. The Inverse Matrix If A is an n x n matrix, the inverse of A (call it A -1 ) is the matrix such that A * A -1 is equal to.
Advertisements

Matrices & Systems of Linear Equations
Chapter 1 Systems of Linear Equations
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Matrix Algebra. Quick Review Quick Review Solutions.
Review of Matrices Or A Fast Introduction.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
8.1 Matrices & Systems of Equations
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
Unit 3: Matrices.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Linear Algebra 1.Basic concepts 2.Matrix operations.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
Chapter 1 Systems of Linear Equations Linear Algebra.
Sec 4.1 Matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
2.5 – Determinants and Multiplicative Inverses of Matrices.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
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.
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Warm-UP A = 7-310B = C =7-4Find:A 22 and C 31 97Find: the dimensions of each -88 Matrix Find: A + B and B – A and C + B.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Use Inverse Matrices to Solve Linear Systems
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Algebra.
7.3 Matrices.
Use Inverse Matrices to Solve Linear Systems
Solving Linear Systems Using Inverse Matrices
MATRICES MATRIX OPERATIONS.
Lecture 11 Matrices and Linear Algebra with MATLAB
Chapter 4 Systems of Linear Equations; Matrices
4.1 Matrices – Basic Operations
Unit 3: Matrices
Matrices.
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Chapter 4 Systems of Linear Equations; Matrices
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix a) Verify the inverse of a matrix b)Finding the inverse 7. Solve a system using inverse matrices

1. Matrix Notation Notation Notation: refers to the element in row i, column j of a matrix A. Notation Notation: An “ m x n” matrix has m rows and n columns Example: Identify the element Notation Notation: refers to the element in row i, column j of a matrix A. Notation Notation: An “ m x n” matrix has m rows and n columns Example: Identify the element

2. Sum and Difference of 2 matrices To add/subtract… To add/subtract… add corresponding elements. 1) 2) To add/subtract… To add/subtract… add corresponding elements. 1) 2) Note: The matrices must be same dimensions!

3. Scalar Multiplication We can multiply matrix by a number (known as scalar). kA implies the number k is multiplied times every element in A :Example: Find 1) 2) We can multiply matrix by a number (known as scalar). kA implies the number k is multiplied times every element in A :Example: Find 1) 2)

4. Matrix Multiplication Multiplication is Multiplication is NOT like addition (where we added corresponding elements). You will NOT multiply corresponding elements. Given: Find the product: Multiplication is Multiplication is NOT like addition (where we added corresponding elements). You will NOT multiply corresponding elements. Given: Find the product:

Evaluate Evaluate 4. Matrix Multiplication

Your turn to practice:

4. Matrix Multiplication rows columns rows columns rows columns rows columns Example: is not possible when columns in A does not equal rows in B: rows columns rows columns rows columns rows columns Example: is not possible when columns in A does not equal rows in B: Important: Matrix multiplication can only be performed if The number of columns in first matrix is equal to number of rows in second! Important: Matrix multiplication can only be performed if The number of columns in first matrix is equal to number of rows in second!

5. Identity Matrix Definition: The identity Matrix is a square matrix that has 1’s on diagonal and 0’s elsewhere An identity matrix has the same properties as 1 in the real numbers. Definition: The identity Matrix is a square matrix that has 1’s on diagonal and 0’s elsewhere An identity matrix has the same properties as 1 in the real numbers.

5. Identity Matrix Identity Property Example: Given the matrix: Identity Property Example: Given the matrix:

6. Inverse of a Matrix The Inverse is the matrix A is and satisfies Example: Given and its inverse show and The Inverse is the matrix A is and satisfies Example: Given and its inverse show and Definition: If a matrix does not have an inverse, it is called singular Definition: If a matrix does not have an inverse, it is called singular

6. b) Finding the Inverse of a Matrix To find the inverse: 1) Form augmented matrix 2) Transform to reduced row echelon form (Gauss-Jordan). 3) The identity matrix will magically appear on the right hand side of the bar! This is To find the inverse: 1) Form augmented matrix 2) Transform to reduced row echelon form (Gauss-Jordan). 3) The identity matrix will magically appear on the right hand side of the bar! This is Example: Find the multiplicative inverse of Verify it when finished! Example: Find the multiplicative inverse of Verify it when finished!

6. b) Finding the Inverse of a Matrix Example: Find the multiplicative inverse of Verify when finished! Your turn… Find the inverse for Example: Find the multiplicative inverse of Verify when finished! Your turn… Find the inverse for

7. Solve a system of linear equations using the inverse matrix method If a system has a unique solution where A is the coefficient matrix, X and B are 1 column matrices. then is the solution. 1)Find 2)Multiply 1)The result in 2) is the solution If a system has a unique solution where A is the coefficient matrix, X and B are 1 column matrices. then is the solution. 1)Find 2)Multiply 1)The result in 2) is the solution

7. Solve a linear system using inverse Matrix Example: Solve the system: Note: We found in an earlier example Example: Solve the system: Note: We found in an earlier example

7. Solve a linear system using inverse Matrix Your turn: Solve the system: Your turn: Solve the system: