Matrices & Determinants Chapter: 1 Matrices & Determinants.

Slides:



Advertisements
Similar presentations
Elementary Linear Algebra Anton & Rorres, 9th Edition
Advertisements

Chapter Matrices Matrix Arithmetic
Applied Informatics Štefan BEREŽNÝ
Chapter 3 Determinants and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Chap. 3 Determinants 3.1 The Determinants of a Matrix
Mathematics. Matrices and Determinants-1 Session.
Matrices & Systems of Linear Equations
Chapter 2 Matrices Definition of a matrix.
Economics 2301 Matrices Lecture 13.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Matrices and Determinants
Chapter 5 Determinants.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
Mathematics.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
Systems and Matrices (Chapter5)
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
ECON 1150 Matrix Operations Special Matrices
 Row and Reduced Row Echelon  Elementary Matrices.
Chapter 2 Determinants. The Determinant Function –The 2  2 matrix is invertible if ad-bc  0. The expression ad- bc occurs so frequently that it has.
Matrix Algebra. Quick Review Quick Review Solutions.
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Determinants. If is a square matrix of order 1, then |A| = | a 11 | = a 11 If is a square matrix of order 2, then |A| = = a 11 a 22 – a 21 a 12.
WEEK 8 SYSTEMS OF EQUATIONS DETERMINANTS AND CRAMER’S RULE.
8.1 Matrices & Systems of Equations
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Mathematics.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 02 Chapter 2: Determinants.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Chapter 8 Matrices and Determinants Matrix Solutions to Linear Systems.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
Introduction and Definitions
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Matrices and Determinants
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
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.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Matrices, Vectors, Determinants.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
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.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
CHAPTER 7 Determinant s. Outline - Permutation - Definition of the Determinant - Properties of Determinants - Evaluation of Determinants by Elementary.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
MAT 322: LINEAR ALGEBRA.
Matrices and Vector Concepts
nhaa/imk/sem /eqt101/rk12/32
7.7 Determinants. Cramer’s Rule
CHAPTER 2 MATRICES Determinant Inverse.
5 Systems of Linear Equations and Matrices
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Chapter 2 Determinants by Cofactor Expansion
DETERMINANT MATRIX YULVI ZAIKA.
Chapter 2 Determinants Basil Hamed
Determinant of a Matrix
Chapter 2 Determinants.
nhaa/imk/sem /eqt101/rk12/32
Chapter 2 Determinants.
Matrices and Determinants
Presentation transcript:

Matrices & Determinants Chapter: 1 Matrices & Determinants

Session Objectives Meaning of matrix Type of matrices Transpose of Matrix Meaning of symmetric and skew symmetric matrices Minor & co-factors Computation of adjoint and inverse of a matrix

Matrices & Determinants TYPES OF MATRICES NAMEDESCRIPTIONEXAMPLE Rectangular matrix No. of rows is not equal to no. of columns Square matrixNo. of rows is equal to no. of columns Diagonal matrix Non-zero element in principal diagonal and zero in all other positions Scalar matrixDiagonal matrix in which all the elements on principal diagonal and same

Matrices & Determinants TYPES OF MATRICES NAMEDESCRIPTIONEXAMPLE Row matrixA matrix with only 1 row Column matrixA matrix with only I column Identity matrixDiagonal matrix having each diagonal element equal to one (I) Zero matrixA matrix with all zero entries

Matrices & Determinants TYPES OF MATRICES NAMEDESCRIPTIONEXAMPLE Upper Triangular matrix Square matrix having all the entries zero below the principal diagonal Lower Triangular matrix Square matrix having all the entries zero above the principal diagonal

Matrices & Determinants Determinants If is a square matrix of order 1, then |A| = | a 11 | = a 11 If is a square matrix of order 2, then |A| = = a 11 a 22 – a 21 a 12

Matrices & Determinants Example

Matrices & Determinants Solution If A = is a square matrix of order 3, then [Expanding along first row]

Matrices & Determinants Example [Expanding along first row] Solution :

Matrices & Determinants Minors

Matrices & Determinants Minors M 11 = Minor of a 11 = determinant of the order 2 × 2 square sub-matrix is obtained by leaving first row and first column of A Similarly, M 23 = Minor of a 23 M 32 = Minor of a 32 etc.

Matrices & Determinants Cofactors

Matrices & Determinants Cofactors (Con.) C 11 = Cofactor of a 11 = (–1) M 11 = (–1) 1 +1 C 23 = Cofactor of a 23 = (–1) M 23 = C 32 = Cofactor of a 32 = (–1) M 32 = etc.

Matrices & Determinants Value of Determinant in Terms of Minors and Cofactors

Matrices & Determinants Properties of Determinants 1.The value of a determinant remains unchanged, if its rows and columns are interchanged. 2. If any two rows (or columns) of a determinant are interchanged, then the value of the determinant is changed by minus sign.

Matrices & Determinants Properties (Con.) 3. If all the elements of a row (or column) is multiplied by a non-zero number k, then the value of the new determinant is k times the value of the original determinant. which also implies

Matrices & Determinants Properties (Con.) 4.If each element of any row (or column) consists of two or more terms, then the determinant can be expressed as the sum of two or more determinants. 5.The value of a determinant is unchanged, if any row (or column) is multiplied by a number and then added to any other row (or column).

Matrices & Determinants Properties (Con.) 6.If any two rows (or columns) of a determinant are identical, then its value is zero. 7.If each element of a row (or column) of a determinant is zero, then its value is zero.

Matrices & Determinants Properties (Con.)

Matrices & Determinants Row(Column) Operations Following are the notations to evaluate a determinant: Similar notations can be used to denote column operations by replacing R with C. (i)R i to denote ith row (ii)R i R j to denote the interchange of ith and jth rows. (iii)R i R i + R j to denote the addition of times the elements of jth row to the corresponding elements of ith row. (iv) R i to denote the multiplication of all elements of ith row by.

Matrices & Determinants Evaluation of Determinants If a determinant becomes zero on putting is the factor of the determinant., because C 1 and C 2 are identical at x = 2 Hence, (x – 2) is a factor of determinant.

Matrices & Determinants Sign System for Expansion of Determinant Sign System for order 2 and order 3 are given by

Matrices & Determinants Example-1 Find the value of the following determinants (i)(ii) Solution :

Matrices & Determinants Example –1 (ii) (ii)

Matrices & Determinants Evaluate the determinant Solution : Example - 2

Matrices & Determinants Example - 3 Evaluate the determinant: Solution:

Matrices & Determinants Now expanding along C 1, we get (a-b) (b-c) (c-a) [- (c 2 – ab – ac – bc – c 2 )] = (a-b) (b-c) (c-a) (ab + bc + ac) Solution Cont.

Matrices & Determinants Without expanding the determinant, prove that Example-4 Solution :

Matrices & Determinants Solution Cont.

Matrices & Determinants Prove that : = 0, where is cube root of unity. Example -5 Solution :

Matrices & Determinants Example-6 Prove that : Solution :

Matrices & Determinants Solution cont. Expanding along C 1, we get (x + a + b + c) [1(x 2 )] = x 2 (x + a + b + c) = R.H.S

Matrices & Determinants Example -7 Solution : Using properties of determinants, prove that

Matrices & Determinants Now expanding along R 1, we get Solution Cont.

Matrices & Determinants Using properties of determinants prove that Example - 8 Solution :

Matrices & Determinants Solution Cont. Now expanding along C 1, we get

Matrices & Determinants Example -9 Using properties of determinants, prove that Solution :

Matrices & Determinants Solution Cont.

Matrices & Determinants Example -10 Solution : Show that

Matrices & Determinants Solution Cont.

Matrices & Determinants Applications of Determinants (Area of a Triangle) The area of a triangle whose vertices are is given by the expression

Matrices & Determinants Example Find the area of a triangle whose vertices are (-1, 8), (-2, -3) and (3, 2). Solution :

Matrices & Determinants Condition of Collinearity of Three Points If are three points, then A, B, C are collinear

Matrices & Determinants If the points (x, -2), (5, 2), (8, 8) are collinear, find x, using determinants. Example Solution : Since the given points are collinear.

Matrices & Determinants Solution of System of 2 Linear Equations (Cramer’s Rule) Let the system of linear equations be

Matrices & Determinants Cramer’s Rule (Con.) then the system is consistent and has infinitely many solutions. then the system is inconsistent and has no solution. then the system is consistent and has unique solution.

Matrices & Determinants Example Solution : Using Cramer's rule, solve the following system of equations 2x-3y=7, 3x+y=5

Matrices & Determinants Solution of System of 3 Linear Equations (Cramer’s Rule) Let the system of linear equations be

Matrices & Determinants Cramer’s Rule (Con.) Note: (1) If D  0, then the system is consistent and has a unique solution. (2) If D=0 and D 1 = D 2 = D 3 = 0, then the system has infinite solutions or no solution. (3) If D = 0 and one of D 1, D 2, D 3  0, then the system is inconsistent and has no solution. (4)If d 1 = d 2 = d 3 = 0, then the system is called the system of homogeneous linear equations. (i)If D  0, then the system has only trivial solution x = y = z = 0. (ii) If D = 0, then the system has infinite solutions.

Matrices & Determinants Example Using Cramer's rule, solve the following system of equations 5x - y+ 4z = 5 2x + 3y+ 5z = 2 5x - 2y + 6z = -1 Solution : = 5(18+10)+1(12+5)+4(-4 +3) = –4 = 153 = 5(18+10) + 1(12-25)+4(-4 -15) = 140 –13 –76 = = 51

Matrices & Determinants = 5(-3 +4)+1( )+5(-4-15) = 5 – 12 – 95 = = Solution Cont. = 5(12 +5)+5( )+ 4( ) = – 48 = = 102

Matrices & Determinants Example Solve the following system of homogeneous linear equations: x + y – z = 0, x – 2y + z = 0, 3x + 6y + -5z = 0 Solution: Putting z = k, in first two equations, we get x + y = k, x – 2y = -k

Matrices & Determinants Solution (Con.) These values of x, y and z = k satisfy (iii) equation.

Matrices & Determinants Thank you