Linear Algebra Lecture 19.

Slides:



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

5.4. Additional properties Cofactor, Adjoint matrix, Invertible matrix, Cramers rule. (Cayley, Sylvester….)
Linear Equations in Linear Algebra
MAT 2401 Linear Algebra Exam 2 Review
3.2 Determinants; Mtx Inverses
Section 3.1 The Determinant of a Matrix. Determinants are computed only on square matrices. Notation: det(A) or |A| For 1 x 1 matrices: det( [k] ) = k.
12.1 Systems of Linear Equations: Substitution and Elimination.
ENGG2013 Unit 9 3x3 Determinant
Linear Equations in Linear Algebra
Chapter 5 Determinants.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
 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.
Systems of Linear Equations Let’s say you need to solve the following for x, y, & z: 2x + y – 2z = 10 3x + 2y + 2z = 1 5x + 4y + 3z = 4 Two methods –Gaussian.
1 Chapter 6 – Determinant Outline 6.1 Introduction to Determinants 6.2 Properties of the Determinant 6.3 Geometrical Interpretations of the Determinant;
Presentation by: H. Sarper
1 1.4 Linear Equations in Linear Algebra THE MATRIX EQUATION © 2016 Pearson Education, Inc.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
8.1 Matrices & Systems of Equations
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
1 Ch. 4 Linear Models & Matrix Algebra Matrix algebra can be used: a. To express the system of equations in a compact manner. b. To find out whether solution.
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.
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.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
The rule gives a neat formula for solving a linear system A bit of notation first. We denote by the square matrix obtained by replacing the i-th column.
Matrix Algebra Methods for Dummies FIL November Mikkel Wallentin
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.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
Slide INTRODUCTION TO DETERMINANTS Determinants 3.1.
REVIEW Linear Combinations Given vectors and given scalars
1.4 The Matrix Equation Ax = b
TYPES OF SOLUTIONS SOLVING EQUATIONS
Sec 3.6 Determinants 2x2 matrix Evaluate the determinant of.
7.7 Determinants. Cramer’s Rule
Linear Equations in Linear Algebra
TYPES OF SOLUTIONS SOLVING EQUATIONS
The Inverse of a Square Matrix
Linear Equations in Linear Algebra
Linear Algebra Lecture 36.
Chapter 2 Determinants by Cofactor Expansion
The Matrix of a Linear Transformation (9/30/05)
4.3 Determinants & Cramer’s Rule
DETERMINANT MATRIX YULVI ZAIKA.
System of Linear Equation (SLE)
Linear Equations in Linear Algebra
Chapter 2 Determinants Basil Hamed
Systems of Linear Equations in Engineering
Chapter 7: Matrices and Systems of Equations and Inequalities
Linear Algebra Lecture 21.
The Inverse of a Matrix Prepared by Vince Zaccone
Linear Algebra Lecture 10.
Chapter 7: Matrices and Systems of Equations and Inequalities
Maths for Signals and Systems Linear Algebra in Engineering Lectures 9, Friday 28th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
4.3 Determinants and Cramer’s Rule
Linear Algebra Lecture 23.
Linear Algebra Lecture 20.
Linear Algebra Lecture 9.
Sec 3.5 Inverses of Matrices
Chapter 2 Determinants.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 2 Determinants.
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
Presentation transcript:

Linear Algebra Lecture 19

Determinants

Cramer's Rule, Volume and Linear Transformations

Observe For any n x n matrix A and any b in Rn, let Ai(b) be the matrix obtained from A by replacing column i by the vector b.

Theorem (Cramer's Rule) Let A be an invertible n x n matrix. For any b in Rn, the unique solution x of Ax = b has entries given by

Use Cramer’s rule to solve the system Example 1 Use Cramer’s rule to solve the system

Example 2 Determine the values of s for which the system has a unique solution and use Cramer’s rule to describe the solution.

Solve the system of equations: Example 3 Solve the system of equations:

Use Cramer’s Rule to solve Example 4 Use Cramer’s Rule to solve

 A Formula for A –1 Cramer’s rule leads easily to a general formula for the inverse of an n x n matrix A. The jth column of A-1 is a vector x that satisfies Ax = ej, where ej is the jth column of the identity matrix, and the ith entry of x is the

Continued (i, j)-entry of A-1 by Cramer’s rule,

Let A be an invertible matrix, then Theorem Let A be an invertible matrix, then

Find the inverse of the matrix Example 5 Find the inverse of the matrix

Theorem If A is a 2 x 2 matrix, the area of the parallelogram determined by the columns of A is |det A|. If A is a 3 x 3 matrix, the volume of the parallelepiped determined by the columns of A is |det A|.

Example 6 Calculate the area of the parallelogram determined by the points (-2, -2), (0, 3), (4, -1) and (6, 4).

{area of T (S)} = |detA|. {area of S} Theorem Let T: R2 R2 be the linear transformation determined by a 2 x 2 matrix A. If S is a parallelogram in R2, then {area of T (S)} = |detA|. {area of S}

Continued If T is determined by a 3 x 3 matrix A, and if S is a parallelepiped in R3, then {volume of T (S)} = |detA|. {volume of S}

Example 7 Let a and b be positive numbers. Find the area of the region E bounded by the ellipse whose equation is

Let S be the parallelogram determined by the vectors Example 8 Let S be the parallelogram determined by the vectors and and let Compute the area of image of S under the mapping

Linear Algebra Lecture 19