Unformatted text preview:

MATH 311-504Topics in Applied MathematicsLecture 12:Evaluation of determinants.Cross product.Determinant is a scalar assigned to each square matrix.Notation. The determinant of a matrixA = (aij)1≤i,j≤nis denoted det A ora11a12. . . a1na21a22. . . a2n............an1an2. . . ann.Principal property: det A = 0 if and only if thematrix A is not invertible.Definition in low dimensionsDefinition. det (a) = a,a bc d= ad − bc,a11a12a13a21a22a23a31a32a33= a11a22a33+ a12a23a31+ a13a21a32−−a13a22a31− a12a21a33− a11a23a32.+ :* ∗ ∗∗ * ∗∗ ∗ *,∗* ∗∗ ∗ ** ∗ ∗,∗ ∗** ∗ ∗∗ * ∗.− :∗ ∗*∗ * ∗* ∗ ∗,∗* ∗* ∗ ∗∗ ∗ *,* ∗ ∗∗ ∗ *∗ * ∗.Properties of determinantsDeterminants and elementary row operations:• if a row of a matrix is multiplied by a scalar r ,the determinant is also multiplied by r;• if we add a row of a matrix multiplied by a scalarto another row, the determinant remains the same;• if we interchange two rows of a matrix, thedeterminant changes its sign.Properties of determinantsTests for non-invertibility:• if a matrix A has a zero row then det A = 0;• if a matrix A has two identical rows thendet A = 0;• if a matrix has two proportional rows thendet A = 0.Properties of determinantsSpecial matrices:• det I = 1;• the determinant of a diagonal matrix is equal tothe product of its diagonal entries;• the determinant of an upper triangular matrix isequal to the product of its diagonal entries.Properties of determinantsDeterminant of the transpose:• If A is a square matrix then det AT= det A.Columns vs. rows:• if one column of a matrix is multiplied by ascalar, the determinant is multiplied by the samescalar;• adding a scalar multiple of one column toanother does not change the determinant;• interchanging two columns of a matrix changesthe sign of its determinant;• if a matrix A has a zero column or twoproportional columns then det A = 0.Properties of determinantsDeterminants and matrix multiplication:• if A and B are n×n matrices thendet(AB) = det A · det B;• if A and B are n×n matrices thendet(AB) = det(BA);• if A is an invertible matrix thendet(A−1) = (det A)−1.Determinants and scalar multiplication:• if A is an n×n matrix and r ∈ R thendet(rA) = rndet A.ExamplesX =−1 2 10 2 −20 0 −3, Y =1 0 0−1 3 02 −2 1.det X = (−1) · 2 · (−3) = 6, det Y = det YT= 3,det(XY ) = 6 · 3 = 18, det(YX ) = 3 · 6 = 18,det(Y−1) = 1/3, det(XY−1) = 6/3 = 2,det(XYX−1) = det Y = 3, det(X−1Y−1XY ) = 1,det(2X ) = 23det X = 23· 6 = 48,det(−3X−1Y ) = (−3)3· 6−1· 3 = −27/2.Row and column expansionsGiven an n×n matrix A = (aij), let Aijdenote the(n − 1)×(n − 1) submatrix obtained by deleting theith row and the jth column of A.Theorem For any 1 ≤ k, m ≤ n we have thatdet A =nXj=1(−1)k+jakjdet Akj,(expansion by kth row)det A =nXi=1(−1)i+maimdet Aim.(expansion by mth column)Signs for row/column expansions+ − + − · · ·− + − + · · ·+ − + − · · ·− + − + · · ·...............Example. A =1 2 34 5 67 8 9.Expansion by the 1st row:1 ∗ ∗∗ 5 6∗ 8 9∗2 ∗4 ∗ 67 ∗ 9∗ ∗34 5 ∗7 8 ∗det A = 15 68 9− 24 67 9+ 34 57 8= (5 · 9 − 6 · 8) − 2(4 · 9 − 6 · 7) + 3(4 · 8 − 5 · 7) = 0.Example. A =1 2 34 5 67 8 9.Expansion by the 2nd column:∗2 ∗4 ∗ 67 ∗ 91 ∗ 3∗ 5 ∗7 ∗ 91 ∗ 34 ∗ 6∗ 8 ∗det A = −24 67 9+ 51 37 9− 81 34 6= −2(4 · 9 − 6 · 7) + 5(1 · 9 − 3 · 7) − 8(1 · 6 − 3 · 4) = 0.Example. A =1 2 34 5 67 8 9.Subtract the 1st row from the 2nd row and fromthe 3rd row:1 2 34 5 67 8 9=1 2 33 3 37 8 9=1 2 33 3 36 6 6= 0since the last matrix has two proportional rows.Another example. B =1 2 34 5 67 8 13.First let’s do some row reduction.Add −4 times the 1st row to the 2nd row:1 2 34 5 67 8 13=1 2 30 −3 −67 8 13Add −7 times the 1st row to the 3rd row:1 2 30 −3 −67 8 13=1 2 30 −3 −60 −6 −81 2 34 5 67 8 13=1 2 30 −3 −60 −6 −8Expand the determinant by the 1st column:1 2 30 −3 −60 −6 −8= 1−3 −6−6 −8Thusdet B =−3 −6−6 −8= (−3)1 2−6 −8= (−3)(−2)1 23 4= (−3)(−2)(−2) = −12Determinants and linear dependenceTheorem For any n-by-n matrix A the followingconditions are equivalent:• det A = 0;• A is not invertible;• the matrix equation Ax = 0 has a nonzerosolution x ∈ Rn;• columns of A are linearly dependent vectors;• rows of A are linearly dependent vectors.Problem. Determine whether vectorsv1= (1, 2, 3), v2= (4, 5, 6), and v3= (7, 8, 13)are parallel to the same plane.The vectors v1, v2, v3are parallel to the same planeif and only if they are linearly dependent.Consider a 3×3 matrix V whose rows are vectorsv1, v2, v3. We havedet V =1 2 34 5 67 8 13= −12.det V 6= 0 =⇒ the vectors are linearly independent=⇒ the vectors are not parallel to the same planeCross productDefinition. Given two vectors v = (v1, v2, v3) andw = (w1, w2, w3) in R3, the cross product v × wis another vector in R3defined byv × w = (v2w3−v3w2, v3w1−v1w3, v1w2−v2w1).Using the standard basis i = (1, 0, 0), j = (0, 1, 0),k = (0, 0, 1), the definition can be rewritten asv × w = (v2w3−v3w2)i + (v3w1−v1w3)j + (v1w2−v2w1)k=v2v3w2w3i −v1v3w1w3j +v1v2w1w2k =i j kv1v2v3w1w2w3.Proposition For any


View Full Document

TAMU MATH 311 - Lecture12web

Download Lecture12web
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lecture12web and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lecture12web 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?