Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.

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

Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
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.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Solving Systems of Equations and Inequalities
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
MATRICES AND DETERMINANTS
ECON 1150 Matrix Operations Special Matrices
Solving Systems of Equations and Inequalities Section 3.1A-B Two variable linear equations Section 3.1C Matrices Resolution of linear systems Section 3.1D.
 Row and Reduced Row Echelon  Elementary Matrices.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
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.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : 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.
Unit 3: Matrices.
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.
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.
Algebra 2 Chapter 4 Notes Matrices & Determinants Algebra 2 Chapter 4 Notes Matrices & Determinants.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.3 Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
4.1: Matrix Operations Objectives: Students will be able to:
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.
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
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.
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.
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,
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrices. Matrix - a rectangular array of variables or constants in horizontal rows and vertical columns enclosed in brackets. Element - each value in.
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.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
Chapter 4 Matrices.
12-1 Organizing Data Using Matrices
1.5 Matricies.
Matrix Operations SpringSemester 2017.
4.3 Determinants & Cramer’s Rule
Matrix Algebra.
7.3 Matrices.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
MATRICES MATRIX OPERATIONS.
Chapter 7: Matrices and Systems of Equations and Inequalities
Use Inverse Matrices to Solve 2 Variable Linear Systems
Unit 3: Matrices
2.2 Introduction to Matrices
Matrices.
Matrices.
Matrix Algebra.
[MATRICES ].
College Algebra Chapter 6 Matrices and Determinants and Applications
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
[MATRICES ].
Presentation transcript:

Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule

Matrices  Matrix – A rectangle array of terms (elements) arranged in columns and rows. A matrix with m rows and n columns is called an m x n matrix, (read m by n matrix).  Matrices are also used to determine solutions for multiple variable linear equations. This technique can be used as an alternative to elimination or substitution methods.

Matrices a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 3 x 3 Matrix The first number indicates the row (horizontal) and the second number indicates the column number (vertical). Equal Matrices – Two matrices are equal if and only they have the same dimensions and are equal element by element. = YXYX 2x – 6 2y This expression states that Y = 2x – 6 and x = 2y. Using the substitution method, we see that Y = 2(2y) – 6 and so y = 2, x = 4.

Matrices Addition of Matrices – The sum of two m x n matrices is a m x n matrix in which the elements are the sum of the corresponding elements of the given matrices. = A + B -2 + (-6) (-1) (-3) A = = B Solve for A + B. = A + B

Matrices Subtraction of Matrices – The difference of two m x n matrices is equal to the sum A + (-B) where (-B) is the additive inverse of B. = A - B -2 - (-6) (-1) (-3) A = = B Solve for A - B. = A - B

Matrices Scalar Product – The product of a scalar k and an m x n matrix A is an m x n matrix denoted by kA. Each element of kA equals k times the corresponding element of A. = kA 5(-2) 5(0 ) 5(1) 5(0) 5(5) 5(-8) A = = 5 k Solve for kA. = kA

Matrices  Multiplication – The column value of the first matrix must be the same as the row number of the second matrix in order for multiplication to occur. A * B= A is a 2 x 2 matrix and B is also a 2 x 2 matrix. Because the column number for A is a 2 and the row number for B is a 2, multiplication is possible.

Matrices  Multiplication A is a 2 x 2 matrix and B is a 2 x 1 matrix. Because the column number for A is a 2 and the row number for B is a 2, multiplication is possible which means that A x B is possible. However, B x A is not possible because the column number of B is 1 and the row number of A is 2.

Matrices  Multiplication of 3 x 3 with a 3 x 3. Rows of A times Columns of B with three sums for each position

Determinants and Inverses  A determinant is a square array of numbers (written within a pair of vertical lines) which represents a certain sum of products.  Calculating a 2 × 2 Determinant  In general, we find the value of a 2 × 2 determinant with elements a, b, c, d as follows: We multiply the diagonals (top left × bottom right first), (bottom left x top right) then subtract the first product minus the second. a b c d det = a b c d =ad - cb

Determinants & Inverses The minors of the first row times the first row coefficients with the alternating sign changes are used to find the determinant of the matrix.

Determinants & Inverses  A 3 x 3 matrix determinant requires the use of the minors of the top row of terms. It also includes the placement of alternating (+) and (-) signs as operators with the minors.  The minors are the four elements that are not included in the row or column of the element from the first row that is the coefficient of the minor. + _ +

Determinants & Inverses  The inverse of a matrix, A -1, is a matrix such that the product of a matrix and its inverse will always result in the formation of the identity matrix.

Determinants & Inverses  The process to solve for the inverse of a 2 x 2 matrix is as follows: Solve for the determinant of the matrix. This is done with cross-multiplication and subtraction. Solve for the transpose of matrix A; A T : This is done by reversing the order of the first and fourth term of the matrix and multiplying the second and third term by (-1). The product of 1 / det A and the A T matrix will create the A -1. Ex.

Determinants & Inverses

 The product of the inverse of a matrix and the constant matrix of a system will yield the values of the variables in the system. Ex:

Cramer’s Rule Cramer’s Rule begins with the solving of the determinant for the system followed by the determinants for each of the variables within the system. The determinant for each of the variables is calculated by first substituting the solution column values for the variable column values and then worked on as a 2 x 2 matrix. This method is used to solve 3x3 matrices instead of trying to solve for the A -1 of the matrix.

Cramer’s Rule (continued)

Cramer’s Rule (conclusion)