Quantitative Methods Session 16 – 22.08.13 Matrices Pranjoy Arup Das.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

Adding & Subtracting Matrices
Quantitative Methods Session 11 –
6.4 Best Approximation; Least Squares
4.5 Inverses of Matrices.
12 System of Linear Equations Case Study
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Solving systems using matrices
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
3.1 - Solving Systems by Graphing. All I do is Solve!
Multivariate Linear Systems and Row Operations.
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.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
ECON 1150 Matrix Operations Special Matrices
4.5 Solving Systems using Matrix Equations and Inverses.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
4.5 Solving Systems using Matrix Equations and Inverses OBJ: To solve systems of linear equations using inverse matrices & use systems of linear equations.
Using Matrices to Solve Systems of Equations Matrix Equations l We have solved systems using graphing, but now we learn how to do it using matrices.
Section 3.6 – Solving Systems Using Matrices
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.
Lesson 13-1: Matrices & Systems Objective: Students will: State the dimensions of a matrix Solve systems using matrices.
8.1 Matrices & Systems of Equations
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Ch X 2 Matrices, Determinants, and Inverses.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
Unit 3: Matrices.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
4.7 Solving Systems using Matrix Equations and Inverses
Notes Over 4.4 Finding the Inverse of 2 x 2 Matrix.
2.5 – Determinants and Multiplicative Inverses of Matrices.
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.
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,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
3.8B Solving Systems using Matrix Equations and Inverses.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
4.1 An Introduction to Matrices Katie Montella Mod. 6 5/25/07.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrix Operations SpringSemester 2017.
7.3 Matrices.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
Introduction to Matrices
Warmup Solve each system of equations. 4x – 2y + 5z = 36 2x + 5y – z = –8 –3x + y + 6z = 13 A. (4, –5, 2) B. (3, –2, 4) C. (3, –1, 9) D. no solution.
4-2 Adding & Subtracting Matrices
Chapter 7: Matrices and Systems of Equations and Inequalities
Chapter 4 Systems of Linear Equations; Matrices
Multiplicative Inverses of Matrices and Matrix Equations
Unit 3: Matrices
3.6 Solving Systems with Three Variables
[MATRICES ].
A square matrix is a matrix with the same number of columns as rows.
Chapter 4 Systems of Linear Equations; Matrices
1.8 Matrices.
Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
[MATRICES ].
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

Quantitative Methods Session 16 – Matrices Pranjoy Arup Das

Matrices or Matrix A matrix is table of numbers listed in a square or rectangular form. Matrices are used in the following applications: Solving linear equations with 2 variables Solving linear equations with 3 variables Set Theory – To solve problems of Relation of sets Cryptology – the study of coding and de-coding secret messages. Input – output analysis Forecasting related studies Transition probability analysis

This is a 2 x 2 matrix. It has 2 rows and two columns This is a 2 x 3 matrix. It has 2 rows and 3 columns This is a 3 x 4 matrix. It has 3 rows and 4 columns. Matrices are usually denoted by letters such a A, B, C, X etc

Addition of matrices: Two Matrices having the same number of rows and columns can be added. Suppose A = And B = So A + B = + = = Rule to remember : A + B = B + A

Multiplication of matrices: Multiplication is only possible if the rows of the 1 st matrix and the column of the 2 nd matrix have the same number of elements. Suppose A = And B = So A * B = * = a = 2 * * 4 b = 2 * * 8 c = 3 * * 4 d = 3 * * 8 Rule to remember : A * B is not the same as B * A

Determinant of a matrix: Say A = Then determinant of A or I A I = (ad – bc) Eg. Find the determinant of A = I A I = 5 * 8 – 6 * 4 = 40 – 24 = 16 The determinant of = 16

Inverse of a matrix: Say A = Inverse is denoted by 1/A or A -1 NOTE : Inverse of a matrix A, i.e. A -1 = Inverse is not possible if (ad- bc) = 0 Eg. Find the inverse of A = A -1 = ==

Solving simultanoeus linear equations with 2 variables: Suppose we have two equations 2x-y = 3 and 5x+y = 4 We can represent these two equations in the form of 3 matrices: 1)A, which is the co-efficient matrix = 2)X, which is the variable matrix = 3) B, which is the constant matrix = The solution is given by AX = B So =

Now Since AX = B => X = 1/A * B => X = A -1 * B We know that A -1 = = Using the value of A -1 in X = A -1 * B X = => = = > = So x = 1 and y = -1

Practice Exercise: 1) Try solving the following three equations by matrix method: 2x + y = 15, 2y + z = 25 & 2z+x = 26 2) Find the inverse of the matrix A = [7 5] [6 6] 3) Find the determinant of the matrix:[7 5] [6 6] 4) Find the product of the two matrices [1 3] & [1 2] [2 2] [2 1] 5) Find the sum of the two matrices: [1 2] & [1 3] [2 1] [2 2]