More on Determinants; Area and Volume (10/19/05) How is det(A) affected by row operations? Replacing one row with a multiple of another row has no effect.

Slides:



Advertisements
Similar presentations
3.2 Determinants; Mtx Inverses
Advertisements

Chap. 3 Determinants 3.1 The Determinants of a Matrix
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.
Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.
The Inverse of a Matrix (10/14/05) If A is a square (say n by n) matrix and if there is an n by n matrix C such that C A = A C = I n, then C is called.
Determinants (10/18/04) We learned previously the determinant of the 2 by 2 matrix A = is the number a d – b c. We need now to learn how to compute the.
4.I. Definition 4.II. Geometry of Determinants 4.III. Other Formulas Topics: Cramer’s Rule Speed of Calculating Determinants Projective Geometry Chapter.
ECIV 520 Structural Analysis II Review of Matrix Algebra.
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Row Reduction and Echelon Forms (9/9/05) A matrix is in echelon form if: All nonzero rows are above any all-zero rows. Each leading entry of a row is in.
10.1 Gaussian Elimination Method
Chapter 5 Determinants.
4.7 Identity and Inverse Matrices. What is an identity? In math the identity is the number you multiply by to have equivalent numbers. For multiplication.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
1 資訊科學數學 14 : Determinants & Inverses 陳光琦助理教授 (Kuang-Chi Chen)
FROM CONCRETE TO ABSTRACT Basic Skills Analysis Hypothesis Proof Elementary Matrices and Geometrical Transformations for Linear Algebra Helena Mirtova.
 Row and Reduced Row Echelon  Elementary Matrices.
Matrices And Linear Systems
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Determinants. Cramer’s Rule Part 5.
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.
1 Chapter 6 – Determinant Outline 6.1 Introduction to Determinants 6.2 Properties of the Determinant 6.3 Geometrical Interpretations of the Determinant;
Determinants In this chapter we will study “determinants” or, more precisely, “determinant functions.” Unlike real-valued functions, such as f(x)=x 2,
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
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.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
Matrices and Systems of Linear Equations
Sullivan Algebra and Trigonometry: Section 12.3 Objectives of this Section Write the Augmented Matrix of a System of Linear Equations Write the System.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
8.2 Operations With Matrices
MAT211 Lecture 17 Determinants.. Recall that a 2 x 2 matrix A is invertible If and only if a.d-b.c ≠ 0. The number a.d-b.c is the the determinant of A.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
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.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
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.
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 With Applications by Otto Bretscher.
College Algebra Chapter 6 Matrices and Determinants and Applications
Determinants Prepared by Vince Zaccone
MAT 322: LINEAR ALGEBRA.
Linear Algebra Lecture 19.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Copyright © Cengage Learning. All rights reserved.
Linear Algebra Lecture 36.
Linear Algebra Lecture 15.
Chapter 2 Determinants by Cofactor Expansion
Chapter 3 Determinants 3.1 Introduction to Determinants 行列式
Evaluating Determinants by Row Reduction
DETERMINANT MATRIX YULVI ZAIKA.
4.5 Determinants of Matrices
Matrices.
Linear Algebra Lecture 18.
Maths for Signals and Systems Linear Algebra in Engineering Lectures 9, Friday 28th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
EIGENVECTORS AND EIGENVALUES
Linear Algebra Lecture 29.
Chapter 2 Determinants.
DETERMINANT MATH 80 - Linear Algebra.
Chapter 2 Determinants.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 2 Determinants.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Presentation transcript:

More on Determinants; Area and Volume (10/19/05) How is det(A) affected by row operations? Replacing one row with a multiple of another row has no effect. Interchanging two rows causes det(A) to change signs. Multiplying a row by k (i.e., scaling) also multiplies det(A) by k. Hence a strategy to “ease the pain” of calculating determinants is to do some row operations on the given matrix.

A simple formula Since any square matrix A can be put into echelon (i.e., upper triangular) form using only interchanges and row replacement (no scaling), we see that det(A) = (-1) r (the product of the pivots of its echelon form) where r is the number of interchanges which were needed.

Relationship to invertibility and matrix multiplication The formula just given show that A square matrix A is invertible if and only if det(A)  0. Moreover, the determinant is multiplicative, i.e., if A and B are both n by n square matrices, then det(A B) = det(A) det(B)

Area and Volume Theorem. If A is a 2 by 2 matrix, the area of the parallelogram determined by the columns of A is |det(A)|. If A is 3 by 3, the volume of its parallelepiped is also |det(A)|. The proof follows from the fact that when a rectangle is “sheared” to a parallelogram, the area is unchanged.

Expansion or contraction by a linear transformation A linear transformation T from R 2 to R 2 or from R 3 to R 3 causes expansion or contraction by an amount measured by |det(A)| (where A is the standard matrix of T). Specifically, if S is a set in R 2 with finite area, then area(T (S )) = |det(A)| area(S ). Likewise in R 3 with volumes.

Assignment for Wednesday (!) Yes, that’s right. Friday is “Study Day” (so don’t forget to study!) and next Monday we will have a lab on an application of linear algebra. For Wednesday: Read Section 3.2 and Section 3.3 from the bottom of page 204 on. In 3.2 do #1 – 11 odd, 15 – 19 odd, 25, 27 and 31. In 3.3 do 19 – 27 odd.