Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition

Size: px
Start display at page:

Download "Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition"

Transcription

1 Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition

2 Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: Pearson Education Limited 2014 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without either the prior written permission of the publisher or a licence permitting restricted copying in the United Kingdom issued by the Copyright Licensing Agency Ltd, Saffron House, 6 10 Kirby Street, London EC1N 8TS. All trademarks used herein are the property of their respective owners. The use of any trademark in this text does not vest in the author or publisher any trademark ownership rights in such trademarks, nor does the use of such trademarks imply any affiliation with or endorsement of this book by such owners. ISBN 10: ISBN 10: ISBN 13: ISBN 13: British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library Printed in the United States of America

3 204 Chapter 3 Linear Systems and Matrices DEFINITION Minors and Cofactors Let A = [ a ij ] be an n n matrix. The ijth minor of A (also called the minor of a ij ) is the determinant M ij of the (n 1) (n 1) submatrix that remains after deleting the ith row and the jth column of A. The ijth cofactor A ij of A (or the cofactor of a ij ) is defined to be A ij = ( 1) i+ j M ij. (6) For example, the minor of a 12 ina3 3 matrix is a 11 a 12 a 13 M 12 = a 21 a 22 a 23 a 31 a 32 a 33 The minor of a 32 ina4 4 matrix is a 11 a 12 a 13 a 14 a M 32 = 21 a 22 a 23 a 24 a 31 a 32 a 33 a 34 a 41 a 42 a 43 a 44 = a 21 a 23. a 31 a 33 = a 11 a 13 a 14 a 21 a 23 a 24 a 41 a 43 a 44 According to Eq. (6), the cofactor A ij is obtained by attaching the sign ( 1) i+ j to the minor M ij. This sign is most easily remembered as the one that appears in the ijth position in checkerboard arrays such as and Note that a plus sign always appears in the upper left corner and that the signs alternate horizontally and vertically. In the 4 4 case, for instance, A 11 =+M 11, A 12 = M 12, A 13 =+M 13, A 14 = M 14, A 21 = M 21, A 22 =+M 22, A 23 = M 23, A 24 =+M 24, and so forth. With this notation, the definition of 3 3 determinants in (5) can be rewritten as det A = a 11 M 11 a 12 M 12 + a 13 M 13 = a 11 A 11 + a 12 A 12 + a 13 A 13. (7) The last formula is the cofactor expansion of det A along the first row of A. Its natural generalization yields the definition of the determinant of an n n matrix, under the inductive assumption that (n 1) (n 1) determinants have already been defined. 204

4 3.6 Determinants 205 DEFINITION n n Determinants The determinant det A = a ij of an n n matrix A = [ a ij ] is defined as det A = a 11 A 11 + a 12 A a 1n A 1n. (8) Thus we multiply each element of the first row of A by its cofactor and then add these n products to get det A. In numerical computations, it frequently is more convenient to work first with minors rather than with cofactors and then attach signs in accord with the checkerboard pattern illustrated previously. Note that determinants have been defined only for square matrices. Example 4 To evaluate the determinant of A = , we observe that there are only two nonzero terms in the cofactor expansion along the first row. We need not compute the cofactors of zeros, because they will be multiplied by zero in computing the determinant; hence det A =+(2) ( 3) Each of the 3 3 determinants on the right-hand side has only a single nonzero term in its cofactor expansion along the first row, so det A = (2)( 1) (3)(+1) = ( 2)(12 10) + (3)( ) = 92. Note that, if we could expand along the second row in Example 4, there would be only a single 3 3 determinant to evaluate. It is in fact true that a determinant can be evaluated by expansion along any row or column. The proof of the following theorem is included in Appendix B.. THEOREM 1 Cofactor Expansions of Determinants The determinant of an n n matrix A = [ a ij ] can be obtained by expansion along any row or column. The cofactor expansion along the ith row is det A = a i1 A i1 + a i2 A i2 + +a in A in. (9) The cofactor expansion along the jth column is det A = a 1 j A 1 j + a 2 j A 2 j + +a nj A nj. (10) 205

5 206 Chapter 3 Linear Systems and Matrices The formulas in (9) and (10) provide 2n different cofactor expansions of an n n determinant. For n = 3, for instance, we have det A = a 11 A 11 + a 12 A 12 + a 13 A 13 = a 21 A 21 + a 22 A 22 + a 23 A 23 row expansions = a 31 A 31 + a 32 A 32 + a 33 A 33 = a 11 A 11 + a 21 A 21 + a 31 A 31 = a 12 A 12 + a 22 A 22 + a 32 A 32 column expansions = a 13 A 13 + a 23 A 23 + a 33 A 33. In a specific example, we naturally attempt to choose the expansion that requires the least computational labor. Example 5 To evaluate the determinant of A = , we expand along the third column, because it has only a single nonzero entry. Thus det A = (2) = ( 2)(35 24) = 22. In addition to providing ways of evaluating determinants, the theorem on cofactor expansions is a valuable tool for investigating the general properties of determinants. For instance, it follows immediately from the formulas in (9) and (10) that, if the square matrix A has either an all-zero row or an all-zero column, then det A = 0. For example, by expanding along the second row we see immediately that Row and Column Properties = 0. We now list seven properties of determinants that simplify their computation. Each of these properties is readily verified directly in the case of 2 2 determinants. Just as our definition of n n determinants was inductive, the following discussion of Properties 1 7 of determinants is inductive. That is, we suppose that n 3 and that these properties have already been verified for (n 1) (n 1) determinants. PROPERTY 1: If the n n matrix B is obtained from A by multiplying a single row (or a column) of A by the constant k, then det B = k det A. For instance, if the ith row of A is multiplied by k, then the elements off the ith row of A are unchanged. Hence for each j = 1, 2,...,n, the ijth cofactors of A and B are equal: A ij = B ij. Therefore, expansion of B along the ith row gives and thus det B = k det A. det B = (ka i1 )B i1 + (ka i2 )B i2 + +(ka in )B in = k(a i1 A i1 + a i2 A i2 + +a in A in ), 206

6 3.6 Determinants 207 Property 1 implies simply that a constant can be factored out of a single row or column of a determinant. Thus we see that = (3) by factoring 3 out of the second column. PROPERTY 2: If the n n matrix B is obtained from A by interchanging two rows (or two columns), then det B = det A. To see why this is so, suppose (for instance) that the first row is not one of the two that are interchanged (recall that n 3). Then for each j = 1, 2,...,n, the cofactor B 1 j is obtained by interchanging two rows of the cofactor A 1 j. Therefore, B 1 j = A 1 j by Property 2 for (n 1) (n 1) determinants. Because b 1 j = a 1 j for each j, it follows by expanding along the first row that and thus det B = det A. det B = b 11 B 11 + b 12 B b 1n B 1n = a 11 ( A 11 ) + a 12 ( A 12 ) + +a 1n ( A 1n ) = (a 11 A 11 + a 12 A a 1n A 1n ), PROPERTY 3: If two rows (or two columns) of the n n matrix A are identical, then det A = 0. To see why, let B denote the matrix obtained by interchanging the two identical rows of A. Then B = A, so det B = det A. But Property 2 implies that det B = det A. Thus det A = det A, and it follows immediately that det A = 0. PROPERTY 4: Suppose that the n n matrices A 1, A 2, and B are identical except for their ith rows that is, the other n 1 rows of the three matrices are identical and that the ith row of B is the sum of the ith rows of A 1 and A 2. Then det B = det A 1 + det A 2. This result also holds if columns are involved instead of rows. Property 4 is readily established by expanding B along its ith row. In Problem 45 we ask you to supply the details for a typical case. The main importance (at this point) of Property 4 is that it implies the following property relating determinants and elementary row operations. PROPERTY 5: If the n n matrix B is obtained by adding a constant multiple of one row (or column) of A to another row (or column) of A, then det B = det A. Thus the value of a determinant is not changed either by the type of elementary row operation described or by the corresponding type of elementary column operation. The following computation with 3 3 matrices illustrates the general proof of Property 5. Let A = a 11 a 12 a 13 a 21 a 22 a 23 and B = a 11 a 12 a 13 + ka 11 a 21 a 22 a 23 + ka 21. a 31 a 32 a 33 a 31 a 32 a 33 + ka

7 208 Chapter 3 Linear Systems and Matrices So B is the result of adding k times the first column of A to its third column. Then a 11 a 12 a 13 + ka 11 det B = a 21 a 22 a 23 + ka 21 a 31 a 32 a 33 + ka 31 a 11 a 12 a 13 = a 21 a 22 a 23 a 31 a 32 a 33 + k a 11 a 12 a 11 a 21 a 22 a 21 a 31 a 32 a 31. (11) Here we first applied Property 4 and then factored k out of the second summand with the aid of Property 1. Now the first determinant on the right-hand side in (11) is simply det A, whereas the second determinant is zero (by Property 3 its first and third columns are identical). We therefore have shown that det B = det A, as desired. Although we use only elementary row operations in reducing a matrix to echelon form, Properties 1, 2, and 5 imply that we may use both elementary row operations and the analogous elementary column operations in simplifying the evaluation of determinants. Example 6 The matrix A = has no zero elements to simplify the computation of its determinant as it stands, but we notice that we can knock out the first two elements of its third column by adding twice the first column to the third column. This gives det A = = = (+7) = 35. The moral of the example is this: Evaluate determinants with your eyes open. An upper triangular matrix is a square matrix having only zeros below its main diagonal. A lower triangular matrix is a square matrix having only zeros above its main diagonal. A triangular matrix is one that is either upper triangular or lower triangular, and thus looks like or The next property tells us that determinants of triangular matrices are especially easy to evaluate. 208

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM JE England and Associated Companies throughout the world Visit

More information

Introductory Statistics Neil A. Weiss Ninth Edition

Introductory Statistics Neil A. Weiss Ninth Edition Introductory Statistics Neil A. Weiss Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at:

More information

The Practice Book for Conceptual Physics. Paul G. Hewitt Eleventh Edition

The Practice Book for Conceptual Physics. Paul G. Hewitt Eleventh Edition The Practice Book for Conceptual Physics Paul G. Hewitt Eleventh Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on

More information

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 204

More information

Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition

Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

William R. Wade Fourth Edition

William R. Wade Fourth Edition Introduction to Analysis William R. Wade Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web

More information

Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition

Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World

More information

Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition

Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies

More information

Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition

Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: wwwpearsonedcouk Pearson Education Limited 214 All

More information

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

A First Course in Probability Sheldon Ross Ninth Edition

A First Course in Probability Sheldon Ross Ninth Edition A First Course in Probability Sheldon Ross Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 014 All

More information

Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition

Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition......

A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition...... A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition...... Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition

Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 0 All

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition

Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

Introduction to Electrodynamics David J. Griffiths Fourth Edition

Introduction to Electrodynamics David J. Griffiths Fourth Edition Introduction to Electrodynamics David J. Griffiths Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World

More information

Essential Organic Chemistry. Paula Y. Bruice Second Edition

Essential Organic Chemistry. Paula Y. Bruice Second Edition Essential rganic hemistry Paula Y. Bruice Second Edition Pearson Education Limited Edinburgh Gate arlow Essex M20 2JE England and Associated ompanies throughout the world Visit us on the World Wide Web

More information

Karen C. Timberlake William Timberlake Fourth Edition

Karen C. Timberlake William Timberlake Fourth Edition Basic Chemistry Karen C. Timberlake William Timberlake Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 0 All

More information

History of Mathematics. Victor J. Katz Third Edition

History of Mathematics. Victor J. Katz Third Edition History of Mathematics Victor J. Katz Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at:

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 214 All

More information

Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition

Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

Organic Chemistry Paula Y. Bruice Seventh Edition

Organic Chemistry Paula Y. Bruice Seventh Edition rganic hemistry Paula Y. Bruice Seventh Edition Pearson Education Limited Edinburgh Gate arlow Essex M20 2JE England and Associated ompanies throughout the wld Visit us on the Wld Wide Web at: www.pearsoned.co.uk

More information

Pearson Education Limited. Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world

Pearson Education Limited. Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world Editor in Chief: Jeanne Zalesky Executive Editor: Terry Haugen Director of Development: Jennifer Hart Product Marketing Manager: Elizabeth Ellsworth Executive Field Marketing Manager: Chris Barker Development

More information

GLOBAL EDITION. Thomas. CALCULUS Early Transcendentals Thirteenth Edition in SI Units

GLOBAL EDITION. Thomas. CALCULUS Early Transcendentals Thirteenth Edition in SI Units GLOBAL EDITION Thomas CALCULUS Early Transcendentals Thirteenth Edition in SI Units Editor-in-Chief: Deirdre Lynch Senior Acquisitions Editor: William Hoffman Assistant Acquisitions Editor, Global Editions:

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Figure Histogram (a) and normal probability plot (b) of butterfly wings data

Figure Histogram (a) and normal probability plot (b) of butterfly wings data Editor in Chief: Deirdre Lynch Editorial Assistant: Justin Billing Assistant Acquisitions Editor, Global Edition: Murchana Borthakur Associate Project Editor, Global Edition: Binita Roy Program Manager:

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Evaluating Determinants by Row Reduction

Evaluating Determinants by Row Reduction Evaluating Determinants by Row Reduction MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives Reduce a matrix to row echelon form and evaluate its determinant.

More information

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form:

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form: 17 4 Determinants and the Inverse of a Square Matrix In this section, we are going to use our knowledge of determinants and their properties to derive an explicit formula for the inverse of a square matrix

More information

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix Algebra & Trig. I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

More information

Suzanne Bell Second Edition

Suzanne Bell Second Edition Forensic hemistry Suzanne Bell Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex M20 2JE England and Associated ompanies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

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

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates

More information

22m:033 Notes: 3.1 Introduction to Determinants

22m:033 Notes: 3.1 Introduction to Determinants 22m:033 Notes: 3. Introduction to Determinants Dennis Roseman University of Iowa Iowa City, IA http://www.math.uiowa.edu/ roseman October 27, 2009 When does a 2 2 matrix have an inverse? ( ) a a If A =

More information

sum of squared error.

sum of squared error. IT 131 MATHEMATCS FOR SCIENCE LECTURE NOTE 6 LEAST SQUARES REGRESSION ANALYSIS and DETERMINANT OF A MATRIX Source: Larson, Edwards, Falvo (2009): Elementary Linear Algebra, Sixth Edition You will now look

More information

Chapter 2. Square matrices

Chapter 2. Square matrices Chapter 2. Square matrices Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/18 Invertible matrices Definition 2.1 Invertible matrices An n n matrix A is said to be invertible, if there is a

More information

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrices. In this chapter: matrices, determinants. inverse matrix Matrices In this chapter: matrices, determinants inverse matrix 1 1.1 Matrices A matrix is a retangular array of numbers. Rows: horizontal lines. A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 41 a

More information

Physical Chemistry Thomas Engel Philip Reid Third Edition

Physical Chemistry Thomas Engel Philip Reid Third Edition Physical Chemistry Thomas Engel Philip Reid Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide

More information

Series editor: Anita Straker

Series editor: Anita Straker Home Book Series editor: Anita Straker 3 Published and distributed by Pearson Education Limited, Edinburgh Gate, Harlow, Essex, CM20 2JE, England www.longman.co.uk Anita Straker, Rosalyn Hyde, Sue Jennings,

More information

Math 103, Summer 2006 Determinants July 25, 2006 DETERMINANTS. 1. Some Motivation

Math 103, Summer 2006 Determinants July 25, 2006 DETERMINANTS. 1. Some Motivation DETERMINANTS 1. Some Motivation Today we re going to be talking about erminants. We ll see the definition in a minute, but before we get into ails I just want to give you an idea of why we care about erminants.

More information

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Determinants Chapter 3 of Lay

Determinants Chapter 3 of Lay Determinants Chapter of Lay Dr. Doreen De Leon Math 152, Fall 201 1 Introduction to Determinants Section.1 of Lay Given a square matrix A = [a ij, the determinant of A is denoted by det A or a 11 a 1j

More information

Chapter 4. Determinants

Chapter 4. Determinants 4.2 The Determinant of a Square Matrix 1 Chapter 4. Determinants 4.2 The Determinant of a Square Matrix Note. In this section we define the determinant of an n n matrix. We will do so recursively by defining

More information

ECON 186 Class Notes: Linear Algebra

ECON 186 Class Notes: Linear Algebra ECON 86 Class Notes: Linear Algebra Jijian Fan Jijian Fan ECON 86 / 27 Singularity and Rank As discussed previously, squareness is a necessary condition for a matrix to be nonsingular (have an inverse).

More information

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes

7.3. Determinants. Introduction. Prerequisites. Learning Outcomes Determinants 7.3 Introduction Among other uses, determinants allow us to determine whether a system of linear equations has a unique solution or not. The evaluation of a determinant is a key skill in engineering

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Liited Edinburgh Gate Harlow Esse CM0 JE England and Associated Copanies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Liited 04 All rights

More information

Determinants of 2 2 Matrices

Determinants of 2 2 Matrices Determinants In section 4, we discussed inverses of matrices, and in particular asked an important question: How can we tell whether or not a particular square matrix A has an inverse? We will be able

More information

II. Determinant Functions

II. Determinant Functions Supplemental Materials for EE203001 Students II Determinant Functions Chung-Chin Lu Department of Electrical Engineering National Tsing Hua University May 22, 2003 1 Three Axioms for a Determinant Function

More information

Math 240 Calculus III

Math 240 Calculus III The Calculus III Summer 2015, Session II Wednesday, July 8, 2015 Agenda 1. of the determinant 2. determinants 3. of determinants What is the determinant? Yesterday: Ax = b has a unique solution when A

More information

4. Determinants.

4. Determinants. 4. Determinants 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 2 2 determinant 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 3 3 determinant 4.1.

More information

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to: MAC 2 Module Determinants Learning Objectives Upon completing this module, you should be able to:. Determine the minor, cofactor, and adjoint of a matrix. 2. Evaluate the determinant of a matrix by cofactor

More information

Chapter 3. Determinants and Eigenvalues

Chapter 3. Determinants and Eigenvalues Chapter 3. Determinants and Eigenvalues 3.1. Determinants With each square matrix we can associate a real number called the determinant of the matrix. Determinants have important applications to the theory

More information

Presentation by: H. Sarper. Chapter 2 - Learning Objectives

Presentation by: H. Sarper. Chapter 2 - Learning Objectives Chapter Basic Linear lgebra to accompany Introduction to Mathematical Programming Operations Research, Volume, th edition, by Wayne L. Winston and Munirpallam Venkataramanan Presentation by: H. Sarper

More information

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

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

Determinants. Recall that the 2 2 matrix a b c d. is invertible if Determinants Recall that the 2 2 matrix a b c d is invertible if and only if the quantity ad bc is nonzero. Since this quantity helps to determine the invertibility of the matrix, we call it the determinant.

More information

Matrices and RRE Form

Matrices and RRE Form Matrices and RRE Form Notation R is the real numbers, C is the complex numbers (we will only consider complex numbers towards the end of the course) is read as an element of For instance, x R means that

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 214

More information

MATH 2030: EIGENVALUES AND EIGENVECTORS

MATH 2030: EIGENVALUES AND EIGENVECTORS MATH 2030: EIGENVALUES AND EIGENVECTORS Determinants Although we are introducing determinants in the context of matrices, the theory of determinants predates matrices by at least two hundred years Their

More information

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants THE ALGEBRA OF DETERMINANTS 1. Determinants We have already defined the determinant of a 2 2 matrix: det = ad bc. We ve also seen that it s handy for determining when a matrix is invertible, and when it

More information

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

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. MATH 311-504 Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. Determinant is a scalar assigned to each square matrix. Notation. The determinant of a matrix A = (a ij

More information

MATRICES AND MATRIX OPERATIONS

MATRICES AND MATRIX OPERATIONS SIZE OF THE MATRIX is defined by number of rows and columns in the matrix. For the matrix that have m rows and n columns we say the size of the matrix is m x n. If matrix have the same number of rows (n)

More information

LINEAR SYSTEMS AND MATRICES

LINEAR SYSTEMS AND MATRICES CHAPTER 3 LINEAR SYSTEMS AND MATRICES SECTION 3. INTRODUCTION TO LINEAR SYSTEMS This initial section takes account of the fact that some students remember only hazily the method of elimination for and

More information

William Stallings Copyright 2010

William Stallings Copyright 2010 A PPENDIX E B ASIC C ONCEPTS FROM L INEAR A LGEBRA William Stallings Copyright 2010 E.1 OPERATIONS ON VECTORS AND MATRICES...2 Arithmetic...2 Determinants...4 Inverse of a Matrix...5 E.2 LINEAR ALGEBRA

More information

Section 1.1: Systems of Linear Equations

Section 1.1: Systems of Linear Equations Section 1.1: Systems of Linear Equations Two Linear Equations in Two Unknowns Recall that the equation of a line in 2D can be written in standard form: a 1 x 1 + a 2 x 2 = b. Definition. A 2 2 system of

More information

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

More information

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Matrix Inversion Algorithm One payoff from this theorem: It gives us a way to invert matrices.

More information

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

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02) Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 206, v 202) Contents 2 Matrices and Systems of Linear Equations 2 Systems of Linear Equations 2 Elimination, Matrix Formulation

More information

Determinants by Cofactor Expansion (III)

Determinants by Cofactor Expansion (III) Determinants by Cofactor Expansion (III) Comment: (Reminder) If A is an n n matrix, then the determinant of A can be computed as a cofactor expansion along the jth column det(a) = a1j C1j + a2j C2j +...

More information

Linear Algebra and Vector Analysis MATH 1120

Linear Algebra and Vector Analysis MATH 1120 Faculty of Engineering Mechanical Engineering Department Linear Algebra and Vector Analysis MATH 1120 : Instructor Dr. O. Philips Agboola Determinants and Cramer s Rule Determinants If a matrix is square

More information

3. Replace any row by the sum of that row and a constant multiple of any other row.

3. Replace any row by the sum of that row and a constant multiple of any other row. Section. Solution of Linear Systems by Gauss-Jordan Method A matrix is an ordered rectangular array of numbers, letters, symbols or algebraic expressions. A matrix with m rows and n columns has size or

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Section 5.3 Systems of Linear Equations: Determinants

Section 5.3 Systems of Linear Equations: Determinants Section 5. Systems of Linear Equations: Determinants In this section, we will explore another technique for solving systems called Cramer's Rule. Cramer's rule can only be used if the number of equations

More information

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

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline ENGR-1100 Introduction to Engineering Analysis Lecture 21 Lecture outline Procedure (algorithm) for finding the inverse of invertible matrix. Investigate the system of linear equation and invertibility

More information

Earth Life System. An Introduction to the

Earth Life System. An Introduction to the An Introduction to the Earth Life System This undergraduate textbook brings together Earth and biological sciences to explore the co-evolution of the Earth and life over geological time. It examines the

More information

Probability and Statistical Inference NINTH EDITION

Probability and Statistical Inference NINTH EDITION GLOBAL EDITION Probability and Statistical Inference NINTH EDITION Robert V. Hogg Elliot A. Tanis Dale L. Zimmerman Editor in Chief: Deirdre Lynch Acquisitions Editor: Christopher Cummings Sponsoring Editor:

More information

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices. MATH 2050 Assignment 8 Fall 2016 [10] 1. Find the determinant by reducing to triangular form for the following matrices. 0 1 2 (a) A = 2 1 4. ANS: We perform the Gaussian Elimination on A by the following

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 207, v 260) Contents Matrices and Systems of Linear Equations Systems of Linear Equations Elimination, Matrix Formulation

More information

MAPWORK PRACTICE EXERCISES 13+ ABERDEEN

MAPWORK PRACTICE EXERCISES 13+ ABERDEEN Independent Schools Examinations Board MAPWORK PRACTICE EXERCISES 13+ ABERDEEN Belinda Froud-Yannic Independent Schools Examinations Board www.galorepark.co.uk Published by ISEB Publications, an imprint

More information

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

ENGR-1100 Introduction to Engineering Analysis. Lecture 21 ENGR-1100 Introduction to Engineering Analysis Lecture 21 Lecture outline Procedure (algorithm) for finding the inverse of invertible matrix. Investigate the system of linear equation and invertibility

More information

8 Matrices and operations on matrices

8 Matrices and operations on matrices AAC - Business Mathematics I Lecture #8, December 1, 007 Katarína Kálovcová 8 Matrices and operations on matrices Matrices: In mathematics, a matrix (plural matrices is a rectangular table of elements

More information

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones

More information

7.2 Matrix Algebra. DEFINITION Matrix. D 21 a 22 Á a 2n. EXAMPLE 1 Determining the Order of a Matrix d. (b) The matrix D T has order 4 * 2.

7.2 Matrix Algebra. DEFINITION Matrix. D 21 a 22 Á a 2n. EXAMPLE 1 Determining the Order of a Matrix d. (b) The matrix D T has order 4 * 2. 530 CHAPTER 7 Systems and Matrices 7.2 Matrix Algebra What you ll learn about Matrices Matrix Addition and Subtraction Matrix Multiplication Identity and Inverse Matrices Determinant of a Square Matrix

More information

3 Matrix Algebra. 3.1 Operations on matrices

3 Matrix Algebra. 3.1 Operations on matrices 3 Matrix Algebra A matrix is a rectangular array of numbers; it is of size m n if it has m rows and n columns. A 1 n matrix is a row vector; an m 1 matrix is a column vector. For example: 1 5 3 5 3 5 8

More information

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

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method Module 1: Matrices and Linear Algebra Lesson 3 Inverse of Matrices by Determinants and Gauss-Jordan Method 3.1 Introduction In lecture 1 we have seen addition and multiplication of matrices. Here we shall

More information

Lecture 7: Introduction to linear systems

Lecture 7: Introduction to linear systems Lecture 7: Introduction to linear systems Two pictures of linear systems Consider the following system of linear algebraic equations { x 2y =, 2x+y = 7. (.) Note that it is a linear system with two unknowns

More information

9 Appendix. Determinants and Cramer s formula

9 Appendix. Determinants and Cramer s formula LINEAR ALGEBRA: THEORY Version: August 12, 2000 133 9 Appendix Determinants and Cramer s formula Here we the definition of the determinant in the general case and summarize some features Then we show how

More information

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

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

Methods for Solving Linear Systems Part 2

Methods for Solving Linear Systems Part 2 Methods for Solving Linear Systems Part 2 We have studied the properties of matrices and found out that there are more ways that we can solve Linear Systems. In Section 7.3, we learned that we can use

More information

LA lecture 4: linear eq. systems, (inverses,) determinants

LA lecture 4: linear eq. systems, (inverses,) determinants LA lecture 4: linear eq. systems, (inverses,) determinants Yesterday: ˆ Linear equation systems Theory Gaussian elimination To follow today: ˆ Gaussian elimination leftovers ˆ A bit about the inverse:

More information