MAT 1332: CALCULUS FOR LIFE SCIENCES. Contents. 1. Review: Linear Algebra II Vectors and matrices Definition. 1.2.

Similar documents
Math 240 Calculus III

7.6 The Inverse of a Square Matrix

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Introduction to Determinants

MA 138 Calculus 2 with Life Science Applications Matrices (Section 9.2)

Linear Algebra The Inverse of a Matrix

Math 60. Rumbos Spring Solutions to Assignment #17

Numerical Linear Algebra Homework Assignment - Week 2

1111: Linear Algebra I

LS.1 Review of Linear Algebra

Chapter 2 Notes, Linear Algebra 5e Lay

Components and change of basis

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Chapter 3. Determinants and Eigenvalues

MATRICES. a m,1 a m,n A =

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Determinants. Samy Tindel. Purdue University. Differential equations and linear algebra - MA 262

MATRICES AND MATRIX OPERATIONS

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline

Matrix operations Linear Algebra with Computer Science Application

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

22A-2 SUMMER 2014 LECTURE 5

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015

Math 3191 Applied Linear Algebra

Lecture 6 & 7. Shuanglin Shao. September 16th and 18th, 2013

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

ECON 186 Class Notes: Linear Algebra

Math 2331 Linear Algebra

Econ Slides from Lecture 7

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes.

Methods for Solving Linear Systems Part 2

Matrix Operations: Determinant

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

a11 a A = : a 21 a 22

Elementary maths for GMT

Lecture 7: Introduction to linear systems

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Linear Algebra and Matrix Inversion

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

Lecture Notes: Matrix Inverse. 1 Inverse Definition. 2 Inverse Existence and Uniqueness

Lecture 10: Determinants and Cramer s Rule

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Name: MATH 3195 :: Fall 2011 :: Exam 2. No document, no calculator, 1h00. Explanations and justifications are expected for full credit.

Linear Algebra Practice Problems

Chapter 7. Tridiagonal linear systems. Solving tridiagonal systems of equations. and subdiagonal. E.g. a 21 a 22 a A =

Determinants Chapter 3 of Lay

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

SPRING OF 2008 D. DETERMINANTS

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University

Determinants. Copyright c 2012 Dan Nettleton (Iowa State University) Statistics / 25

MATH 2360 REVIEW PROBLEMS

Math 1B03/1ZC3 - Tutorial 2. Jan. 21st/24th, 2014

Section 2.2: The Inverse of a Matrix

MTH 464: Computational Linear Algebra

PH1105 Lecture Notes on Linear Algebra.

Undergraduate Mathematical Economics Lecture 1

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02)

TOPIC III LINEAR ALGEBRA

Math 3C Lecture 20. John Douglas Moore

POLI270 - Linear Algebra

INVERSE OF A MATRIX [2.2]

1 Matrices and matrix algebra

Solving Systems of Linear Equations

Chapter 2. Square matrices

Gaussian Elimination and Back Substitution

Inverses and Elementary Matrices

ORIE 6300 Mathematical Programming I August 25, Recitation 1

Evaluating Determinants by Row Reduction

Lecture 9: Elementary Matrices

UNIT 3 MATRICES - II

Properties of the Determinant Function

Solutions to Final Exam 2011 (Total: 100 pts)

DETERMINANTS DEFINED BY ROW OPERATIONS

Section 12.4 Algebra of Matrices

3.4 Elementary Matrices and Matrix Inverse

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations. a 1n a 2n

MAT Linear Algebra Collection of sample exams

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur

EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016

Matrix Arithmetic. j=1

Honors Advanced Mathematics Determinants page 1

CH 73 THE QUADRATIC FORMULA, PART II

Linear Equations and Matrix

6-2 Matrix Multiplication, Inverses and Determinants

Lectures on Linear Algebra for IT

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

February 20 Math 3260 sec. 56 Spring 2018

Lecture 3: Gaussian Elimination, continued. Lecture 3: Gaussian Elimination, continued

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Matrices and Linear Algebra

Linear Algebra, Vectors and Matrices

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Transcription:

MAT 1332: CALCULUS FOR LIFE SCIENCES JING LI Contents 1 Review: Linear Algebra II Vectors and matrices 1 11 Definition 1 12 Operations 1 2 Linear Algebra III Inverses and Determinants 1 21 Inverse Matrices 1 22 Determinants 4 221 Determinants for matrices of size 2 2 4 222 Determinants for matrices of size 3 3 5 23 Solving system of linear equations using inverse matrices 6 11 Definition 1 Review: Linear Algebra II Vectors and matrices 12 Operations Basic matrix opertaions Matrix-Vector multiplication Matrix-Matrix multiplication 21 Inverse Matrices Example 1 2 Linear Algebra III Inverses and Determinants Definition Suppose that A = a ij is an n n square matrix If there exists an n n square matrix B such that AB = BA = I n then B is called the inverse matrix of A and denoted by A 1 Note: If the matrix A has an inverse, A is called invertible or nonsingular If A does not have inverse, then A is called singular If A is invertible, its inverse matrix is unique; that is, if B and C are both inverse matrices of A, then B = C Date: 2010-03-10 1

2 JING LI If A an invertible n n matrix, then (A 1 ) 1 = A If A and B are invertible n n matrices, then (AB) 1 = B 1 A 1 Question 1 for this subsection: and what the inverse is? Example 2 To find the inverse matrix of A = Solutions: How can we find out whether a given matrix has an inverse 2 5 1 3 Algorithm to compute an inverse matrix: Given a square matrix A, we take the identity matrix I and write the system A I Then we use the three elementary row operations to reduce the left hand side to the identity matrix If this is possible, we end up with I B = I A 1 If we cannot reduce the left hand side to the identity matrix, then the original matrix A is not invertible Example 3 Find the inverse of A = 1 1 2 3

Example 4 Find the inverse of A = MAT 1332: CALCULUS FOR LIFE SCIENCES 3 2 6 1 3 Example 5 Find the inverse of A = 1 1 1 2 1 1 1 1 1 Example 6 Find the inverse of A = 1 2 3 1 3 4 0 2 2

4 JING LI Question 2 for this subsection: When is a matrix invertible? Sometimes we are not interested in the exact inverse of a matrix but only in the question of whether or not the matrix is invertible a11 a Example 7 For a 2 2 matrix A = 12, when is this matrix invertible? a 21 a 22 The solution to the example above will lead the next section 22 Determinants In algebra, the determinant is a special number associated with any square matrix From Example 7 of 2 2 matrix, we know that if a 11 a 22 a 12 a 22 = 0, then A cannot be invertible Since the expression a 11 a 22 a 12 a 21 is so important, we give it a special name 221 Determinants for matrices of size 2 2 The determinant of 2 2 matrices will be discussed in this subsection Definition For a 2 2 matrix The determinant of A is given by A = If det(a) 0 then A is invertible and a11 a 12, a 21 a 22 det(a) = a 11 a 22 a 12 a 21 A 1 = 1 det(a) If det(a) = 0 then A is not invertible a22 a 12 a 21 a 11 Example 8 Example 3 revisited

MAT 1332: CALCULUS FOR LIFE SCIENCES 5 Example 9 Example 4 revisited Example 10 Calculate the determinate of A = the inverse matrix 2 1 3 2, and then use the formula to calculate Example 11 Calculate the determinate of A = the inverse matrix 6 2 3 1, and then use the formula to calculate Example 12 Use the determinate to determine whether the matrix A = 4 1 8 2 is invertible 222 Determinants for matrices of size 3 3 Determinants can be defined for square matrices of all sizes, and it is always true that if det(a) 0 then the matrix A is invertible We will only consider the case of 3 3-matrices here, since it has a fairly simple form Determinants of bigger matrices can be computed, but it takes time

6 JING LI Definition The determinant of the matrix is given by A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 det(a) = a 11 a 22 a 33 + a 12 a 23 a 31 + a 13 a 21 a 32 a 31 a 22 a 13 a 32 a 23 a 11 a 33 a 21 a 12, Note: There is no really simple formula for the inverse of a 3 3 matrix (or larger) analogous to the one for 2 2 case To find the inverse, we still have to use the row-reduction algorithm How to memorize the formula for the determinant of 3 3 matrix? This determinant formula can be remembered more easily by attaching the first two columns of the matrix A as columns 4 and 5 of a larger matrix and then taking products along the diagonal down with plus signs and products along the diagonal up with minus signs, ie, Example 13 Example 5, revisited a 11 a 12 a 13 a 11 a 12 a 21 a 22 a 23 a 21 a 22 a 31 a 32 a 33 a 31 a 32 Example 14 Example 6, revisited 23 Solving system of linear equations using inverse matrices To finish this lecture, let us recall that a system of linear equations a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2 a n1 x 1 + a n2 x 2 + + a nn x n = b n

MAT 1332: CALCULUS FOR LIFE SCIENCES 7 which can be rewritten as (1) Ax = b, where, A: coefficient matrix of the linear system; x = (the right side of equations) If A is invertible, then multiplying (1) by A 1 from the left, we find that Since A 1 A = I n and I n x = x, it follows that A 1 Ax = A 1 b x = A 1 b This can be summarized into the following box: x 1 x 2 x n (unknown variables); b = b 1 b 2 b n Important Observation: If A is an invertible n n square matrix, then the unique solution of the system of linear equations Ax = b is given by x = A 1 b Let s look at the following example, Example 15 Solve the following system { 2x1 + x 2 = 7 3x 1 2x 2 = 14 which has the matrix in Example 10 as the coefficient matrix