<<

Introduction to Matrices and

Concepts of primary interest: go to page 38 operations

Permutation symbol ijk … properties of determinants , cofactor Inverse of a matrix: the payoff! Cramer’s Rule Sample calculations: Matrix Determinant: 1 x 1, 2 x 2, 3 x 3 Expansion of a 3 x 3 by minors Inverse of a 3 x 3 matrix Not Commutative – Cramer’s Rule solution - system of three Application examples: CRAMER’S RULE: solution of linear algebraic equations Functions of a Matrix Argument Tools of the trade: Graphical scheme for expansion of a 3 x 3 determinant Exploiting properties to expedite determinant computations Products of permutation symbols The ****** TO BE DEVELOPED Problems in circuit analysis, applications of Newton’s laws and problems such as the mini-max (pork sausage) problem in can be reduced to solving a set of linear algebraic equations.

ax11 1 ax 12 2... ax 1nn c 1

ax21 1 ax 22 2... ax 2nn c 2 [MD.1] …..

axnn11 ax 2 2 ... ax nnnn c that can be represented in a compact matrix form:

Contact: [email protected] aa11 12... a 1n x 1 c 1 aa... a x c 21 22 2n 2 2 [MD.2] ......  aann12... a nnn x c n Basic matrix definitions, properties and procedures are to be presented as background supporting the study of systems of linear algebraic equations.

A matrix is a rectangular array of values called elements. The values may be values selected from a scalar such as the real or complex numbers, scalar valued algebraic expressions or more complicated entities. This introduction is to focus on elements that evaluate to scalars.

* The elements of a matrix are scalars. Scalars are members of a field and they satisfy the field axioms. Use the axioms to justify operations on the scalar elements. http://mathworld.wolfram.com/FieldAxioms.html

th th The symbol aij is the value in the i row and j column of the rectangular array, the matrix .

aa11 12... a 1n aa... a = 21 22 2n an m x n (row x column) matrix ...... aij ...  aamm12... a mn

Notation Alert: Here the elements of a matrix are represented as aij. A

common and perhaps superior representation of the elements of is Aij. Addition is defined for matrices of the same dimensions m x n as they are for vectors. The addition is component-wise. The sum matrix has elements that are the sum of the corresponding elements in the individual matrices. [ + ]ij = aij + bij

ab11 11 ab 12 12... ab 1n  12  ab21 21 ab 22 22... ab 2nn  2 + =  ...... abijij ...  ababmn11 m 2 n 2 ... ab mnnn  A matrix multiplied by a scalar k is the matrix with each element multiplied by that scalar. The scalar multiple has the same dimensions as the original matrix.

1/8/2014 Handout Series.Tank: Matrices and Determinants MD-2  ka11 ka 12... ka 1n  ka ka... ka  k =  21 22 2n   ...... kaij ...    kamm12 ka... ka mn The additive identity is is the matrix in which every element is identically zero. It is also to be called the or the null matrix. Note that there are distinct null matrices for each distinct set of dimensions m x n.

The additive inverse is defined as (-1) , and subtraction is defined as the addition of the additive inverse.

 aa11 12...  a 1n    aa21 22...  a 2n - = (-1) =    ...... aij ...    aamm12...  a mn

 ab11 11 ab 12 12... ab 1n  12    ab21 21 ab 22 22... ab 2nn  2 - = + (- ) =    ...... abijij ...    ababmn11 m 2 n 2 ... ab mnnn 

A of Matrices: (Ignore this paragraph if you are not familiar with vector spaces.)

Taken together, these properties qualify the set of all m x n matrices with elements aij that are any scalar values from a field as an m x n dimensional vector space. One set for the space is the set of all matrices that have elements is tj for 1;1 sm tn . That is: the collection of m x n matrices in which one element is 1 and all others are 0 expanded until each of the m x n element positions has its matrix with a 1 in its position plus 0's elsewhere.

1 if m n mn   The Kronecker Delta Notation 0 if m n

Matrix Multiplication: The sets of equations represented by a matrix can represent an operation or transformation such as a by 15 about the z-axis. It results that a of operations or

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-3 transformations can be represented by a sequence of matrices acting. This action-in-sequence is equivalent to a matrix multiplication. The of two matrices is defined by an for an element in the product matrix.

n ()ij = abij [MD.3] 1

The ij element of the product involves the values from the ith row of the leftmost matrix and the jth column of the rightmost matrix. The sum over  requires that the number of columns in be the same as the number of rows in . If not, the product is simply not defined. The result is a matrix with the same number of rows as and the same number of columns as . Thus an m x n matrix times an n x p matrix yields an m x p matrix. Also, the matrix product is not necessarily equal to . That is: matrix multiplication is not commutative.

Sample product calculation: 21212 2( 1) 1(2)  2(3) 2(2)  0 2(1) 6 6  30220    3( 1) 0 2(3) 3(2)  0 2(1) 3 8  31 The ij element of the product matrix can be computed as the of a vector with the components in the ith row of the first matrix with a vector that has the components in the jth column of the second matrix. The informal procedure is the “hook’em-horns” method that guides the process as follows. To compute the ij element of the product, fold the middle two fingers of your right hand back to touch the palm leaving the index and little fingers extended. Point the tip of the index finger at the first element in row i of the leftmost matrix and the little finger at the last element of that same row. Visualize that row of values glued to your finger tips as you rotate them in space to direct the index finger at the top element in the column j of the second matrix and the little finger at the bottom element in that same column. Compute the products of elements at corresponding locations relative to your finger tips and add. While the “hook’em horns” display is repulsive (to 60's Rice grads), it is nonetheless helpful while multiplying matrices.

Matrix multiplication is associative; it is not commutative. ( ) = ( ) ; not necessarily equal

Sample Calculation: Not Commutative Consider the example:

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-4 01 1 0 0 1 10 01   01   compare to      10 0 1 1 0 0110   10  For this example, = - . An example of non-commuting matrix multiplication has been displayed. Matrix multiplication is not commutative. Matrix multiplication is associative. The of matrix multiplication is to be established in a problem.

Special Terms:

Square matrix: A matrix with the same number of rows and columns. The product of two n x n square matrices is another of the same size.

The (main body) diagonal: (used with square matrices) The descending diagonal of elements from the upper left to the lower right which includes all the elements with the same row and column numbers.

Trace of a Matrix: (defined for square matrices) The of a matrix is the sum of its diagonal

nn elements. Tr = mmii i j ij . iij1,1

Diagonal Matrix: A matrix with all elements equal to zero except perhaps for those on the diagonal; elements aij with aij = 0 if ij .

The : A square with all 1’s on the diagonal and zeroes elsewhere.

Note that nxn times any nxm matrix is that same matrix. = = . That is is the multiplicative identity for matrix multiplication. The matrix has elements ij (The Kronecker delta: ij = 1 if i = j; = 0 otherwise). Alternative notations for are and .

Triangular Form: A matrix with all elements equal to zero either above or below the main diagonal, aij = 0 if ij or aij = 0 if ij . The diagonal elements form a stair-step leading to the alternative descriptor: echelon form. Upper echelon form has zeros below the diagonal while lower

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-5 echelon form has zeros above the diagonal.

Transpose of a Matrix: The of an m x n matrix with elements aij is the n x m matrix

t t with elements aaij ji . That is: the transpose is the matrix in which the rows and columns are interchanged.

Hermitian Conjugate: The Hermitian conjugate t (pronounced “A dagger”) of the matrix is * the of the transpose of . [ atij = (aji) ]

Note for the vector space crowd: The matrix formed with inner product elements BijB , where the set

 B1 ,... ,BBin ,... ,  is a basis set for a vector space, is a .]

t : One for which = or, equivalently, aaij ji .

t Anti-symmetric Matrix: One for which = - or aaij  ji . All the diagonal elements of an anti-symmetric matrix are zero. (also called: skew-symmetric)

t * Hermitian Matrix: A matrix equal to its Hermitian conjugate ; aaij  ji .

Real Hermitian Matrix: Symmetric

Singular Matrix: A square matrix for which no exists is a singular matrix. As will be demonstrated, an inverse can be constructed for all square matrices with non-zero determinants. A matrix is singular if its determinant is zero.

Back to the problem of systems of linear algebraic equations,

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-6 aa11 12... a 1n x 1 c 1 aa... a x c 21 22 2n 2 2 or = [MD.4] ......  aann12... a nnn x c n where both and are column vectors, n x 1 matrices. Given that there is a matrix multiplication, the problem would be solved if a multiplicative inverse for the matrix could be found. -1 -1 The task: Find such that = . -1 -1 =  = [MD.5] -1 The determinant is to be introduced to establish conditions necessary for to exist and to provide -1 a method to compute .

The Determinant of a Matrix

The determinant operation on a square matrix yields a scalar value. Its definition and properties are detailed in the following pages. The definition of determinant presented here is based on the permutation symbol. This definition is absolutely equivalent to definitions found in other references, an equivalence that is to be demonstrated. The definition in terms of the permutation symbol is a particularly powerful one, and the permutation symbol is of interest for applications other than the computation of determinants. A short digression follows to introduce the permutation symbol.

The Permutation Symbol

Begin with a list of n objects {A,B,C,D,…} and prepare a rearrangement of the items in the list; that is a reordered listing in which each symbol in the original list occurs exactly once. Such a list {A,C,B,D,…} is a permutation of the original list {A,B,C,D,…}. Permutations are the result of a set of simple nearest-neighbor interchanges performed sequentially on the list of symbols. For example, one interchange of B and C suffices to get from {A,B,C,D,…} to {A,C,B,D,…}. This reordering can be reached by a number of interchange patterns, but they all involve an odd number of simple (nearest-neighbor) interchanges. To get from {A,B,C,D,…} to {C,A,B,D,…} one interchange of B and C followed by an interchange of A and C (which are neighbors as a result of the first

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-7 interchange) is a possible sequence; there are many others, but all consist of an even number of interchanges. In fact each reordering or permutation is uniquely even or odd as determined by the number of nearest-neighbor interchanges required to achieve it. This feature allows a numerical P value (-1) to be assigned to each permutation, where P is the number of simple nearest-neighbor interchanges required to reach the permutation starting from the reference ordering. That value is -1 for an odd number of interchanges and +1 for an even number of interchanges.

ABCD... A common notation for the value of a permutation is the permutation symbol ijkl... where {ABCD…} represents the reference symbol list and {ijkl…} is the rearranged list. The symbol

ABCD... P ijkl... 1 where P is the number of interchanges required to reach the ordering {ijkl…}. If

ABCD... {ijkl…} is not a permutation of the reference list, then ijkl...  0 . For example, {2124} is not a permutation of {1234}. A permutation is a reordering in which each symbol appears exactly once. For this reason, only reference lists with n distinct symbols are valid. If a reference list is not provided, the integers 1,2,3, …, n are to be the assumed default reference list.

123 The permutation symbol on three labels ijk =ijk is an incredibly useful notation. It is defined as:

(Alternative nomenclature: The Levi-Civita symbol)

Permutation Circle 1

1if ijk 123,231,312  2 3 ijk 1if ijk  213,132,321  0 if two indices equal

Counterclockwise  even, +  Clockwise  odd, -

That is: ijk = 1 if ijk is an even permutation of 123,

ijk = -1 if ijk is an odd permutation of 123, and [MD.6]

ijk = 0 if ijk is not a permutation of 123.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-8 A single permutation of 123 involves interchanging any two of the numbers. So the list 213 involves one interchange of 1 and 2 (an odd number) while 231 results by following with an interchange of 1 and 3 for two interchanges and hence an even permutation. Note: this definition can be extended to permutations of four or even n labels. [For the special case of only 3 symbols, the numbers run in CCW order around a circle for the even permutations.]

   Exercise: Identify xyz with 123; show that the CAB  can be represented by the  expression below for the ith component of C .

3 CABi   ijk j k jk,1 In addition to the representation of the cross product above, note that the inner product of normal three-dimensional vectors can be represented as:

  33 A BABAii ijijB  iij1,1

Summation Convention: Repeated indices are summed over so often that it is often understood,

3 and the symbol  is omitted. With this understanding, the equation for the cross product would jk,1 be written as CABiijkjk  . This notation is called (Einstein’s) convention, and Einstein heralded it as his greatest accomplishment.

Explicit Summation Notation: As greatness is a goal not yet attained, explicit summation notation is to be the norm throughout these handouts. Use Explicit Summation Notation.

The Summed Product Identity: A powerful identity follows from the definition of ijk.

3  ijk ist = js kt - jt ks [MD.7] i1 For example, you can use this identity and the representations for cross and inner products above to    222 22 2 22 2 prove that: A B A B AB  AB AB1cos    AB sin .

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-9 Extensions to the Permutation Symbol’s Definition

As defined, the permutation symbol yields a value of 1 or –1 if its indices represent a permutation, a re-ordering, of the integers from 1 to n. It is useful to generalize this definition to a reordering a

ABCD specified set of objects with a specified reference ordering. Consider ijkl . With 4 symbols, there are 4! (=24) re-orderings. Some sample values are:

ABCD ABCD ABCD ABCD ABCD CABD ADBC ACDB .... 1 and

ABCD ABCD ABCD ABCD BACD ACBD DABC CADB .... 1 and

ABCD ABCD ABCD ABCD ABAD CACD DDBC ACBB .... 0 as each symbol must appear exactly once in a permutation or reordering.

134 134 134 134 134 134 134 134 In particular, the symbol ijk  134 341 413 1 ; ijk 314 143 431 1, and permutation symbol is zero otherwise.

ABCD P That is: ijk 1 where P is the number of interchanges required to

return the labels ijk to their reference order ABCD. If ijk is not a

ABCD reordering of ABCD with each symbol appearing once, then ijk  0 .

How many permutations are there? With n symbols each to be listed once, there are n ways to choose the first, (n - 1) ways to choose the second, …. . Multiplying, there are n! permutations of n symbols with all symbols included in each listing exactly once.

*^# Exercise: Consider the permutation symbol ijk .

*^# *^# *^# *^# *^# Give the values of ^^# , #*^ , ^*# , #^* and *#^ .

Reduction in order for permutation symbols:

For many calculations, the symbol  with the first index set to N needs to be evaluated in ijk, , ,..., in terms of the permutation operator for (n-1) labels. In particular,

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-10 123....nNNNnNNn(1)NN 12..( 1)( 1).... (1) 12..(  1)( 1).... Njk, , ,..., i 11     . nNjki, , ,...,n Njk, , ,..., i ( n 1) jk , ,..., i ( n 1) (N-1) interchanges are required to bring N to the first position in the reference list which is (N-1) equivalent to a factor of (-1) . Once N is locked in the first position, the rest is equivalent to the permutations of the remaining (n-1) labels. (An n-index symbol with the position of one symbol held fixed is equivalent to ±1 times an (n - 1)-index permutation symbol.) To bring the result into the (N-1) (1+N) ‘standard’ form, it is noted that: (-1)  (-1) .

123....nNNn(1N ) 12..( 1)( 1).... Njk, , ,..., i 1  [MD.8] nNjki, , ,...,n jk, ,..., i ( n 1) Compound Permutations:

Suppose that one set of P1 interchanges is applied to the set {ABCD…} to reach the ordering

{ijkl….}, and then an additional sequence of P2 interchanges is applied to the list {ijkl….} to reach the final form {stuv….}. The number of inter changes to get from {ABCD…} to {stuv….} is P1 + P2.

PP1 2 ABCD... P1 The net value of the permutation is 1 . Consider the each step. ijkl... 1 and

ijkl... P2 ABCD...PP12 ABCD ... ijkl ... P 1 P 2  stuv... 1 for the overall result stuv...111  ijkl ... stuv ...    . That is: the permutation symbols obey a chained product rule. ABCD... ABCD ... ijkl... stuv... ijkl... stuv ... [MD.9] Leibniz, Gottfried Wilhelm

[b. Leipzig (Germany), July 1, 1646, d. Hanover (Germany), November 14, 1716]

Leibniz is best known for having invented the calculus independently from Newton; much of the notation and vocabulary used today comes from Leibniz, who had a flair for both symbolism and language. He also took the first steps in symbolic logic. The calculating machine Leibniz invented was the first to multiply as well as add and subtract. In physics he contributed to developing the idea of kinetic energy. Here, Leibniz is noted for his contributions to linear including the definition of determinant adopted below. www.answers.com; library of congress

Permutations and Determinants: The determinant of a matrix is defined for square matrices.

Consider a 3 x 3 matrix with elements aij. Following Gottfried Leibniz, the determinant of is defined as:

3 | | =  ijk a1i a2j a3k. [MD.10] ijk,, 1

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-11 The row indices are written in numerical order, and a factor ijk is included to account for the permutation of the column numbers. Every term is a product containing exactly one element from each row and one element from each column. Note that this definition can be generalized to an n x n matrix in which case, the would run from 1 to n. SLOW DOWN !

Definition: Determinant of a 1 x 1 matrix.

1 = a11  and det = | | =  mmaaa11111 1  m1 There is only one permutation (order in which to write) a list of the one number 1. For a 1 x 1, the determinant has 1! = 1 terms. The term contains one element from each row and one element from each column. Not a very exciting example. Onward to n = 2.

Definition: Determinant of a 2 x 2 matrix.

2 aa11 12 =  and det = | | =   mnaa1 m 2 n (1) aa 11 22 ( 1) aa 12 21 aa21 22 mn,1

Here the list {1,2} is the reference order so 12 = 1. The list {2,1} is one nearest neighbor exchange from the reference order so 21 = -1. For a 2 x 2, the determinant has 2! = 2 terms. Each term is a product containing one element from each row and one element from each column.

The 2 x 2 case has a geometric representation.

a a  11 12   aa aa   11 22 12 21 a21 a22  + - PLUS down to the right and MINUS down to the left.

Definition: Determinant of a 3 x 3 matrix. aaa 11 12 13 3 = aaa and det = | | =  aa a (1) aa a ... 21 22 23  ijk12 i j 3 k 112233 ijk,, 1 aaa31 32 33

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-12 3  ijkaa1 i 2 j a 3 k (1) aa 112233 a ( 1) a 122133 a a (1) a 122331 a a ijk,, 1

(1)aaa13 22 31 (1) aaa 13 21 32  (1) aaa 11 23 32

Here the list {1,2,3} is the reference order so 123 = 1. The list {2,1,3} is one nearest neighbor exchange (permutation) from the reference order so 213 = -1, and so on. In the case of a 3 x 3 matrix, the determinant has 3! = 6 terms. Each term in the expansion of the determinant is a product containing one element from each row and one element from each column.

The 3 x 3 case has a geometric representation. 

11 12 13  

21 22 23 aaaaaaaaa

aaaaaaaaa 31 32 33 - +

- + - +  PLUS for dominantly down to the right and MINUS for dominantly down to the left.  Definition: Determinant of a 4 x 4 matrix or even an n x n matrix.

This permutation expansion is getting cumbersome so a new approach is to be adopted. A rule is presented that allows the determinant of an n x n matrix to be expressed in terms of the determinants of (n-1) x (n-1) matrices. The smaller ones have been defined, and the larger ones can be computed directly from the permutation definition or broken down into sums involving the determinants of smaller matrices. This procedure gets a little confusing. Read the general description; advance to the details for a 4 x 4 expansion; finally, read the general description a second time.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-13 n n In general: | | = 1P aa .... a =  aa.... a where the sum is over   12ij nin  ijk,,,..., inn 1 i 2 j ni ijk, , ,..., in  1 ijk,,,..., in  1 all permutations of the second indices as compared to their numeric reference order {123 ….}. For n labels, there are n! possible orderings so there are n! terms in the expansion of the determinant of an n x n matrix. The value of the permutation is to be represented by the permutation symbol.

n n Def: | | =  aa.... a [MD.11]  ijk,,,..., inn 1 i 2 j ni ijk, , ,..., in  1 This mess can be rewritten as a sum across the elements of the first row as

nn 112,3,4...nn 12 1,3,4... | | = aaaaaa111 2jni .... 12  1 2 jni .... jk, ,..., in n jk, ,..., in n jk, ,..., in  1 jk , ,..., in 1

n 1n 1,2,3...n 1 ...aaa12njni 1 ....  jk, ,..., in n jk, ,..., in  1

nn n 11ii1,2,...,ii 1, 1... n | | = aaaa1 ....ni 1 | 1i| 121ijijk, ,..., in n   ii11jk, ,..., in  1

The crucial observations are that the factor 1 1i keeps track of the permutations necessary to account for relocating the ith index in the permutation symbol in the first position and that the second sum in the expression is the definition of the determinant of the (n-1) x (n-1) matrix of elements that st th remain after removing the 1 row and i column from the original matrix. The determiant 1i is

1i called the minor and the combination 1 | 1i| is a scalar value called the cofactor C1i of a1i.

th th Note that the minor ij is formed by removing the i row and j column. As an example, he cofactor for a12 involves determinant of the minor 12, the original matrix after removing the first row and second column.

a11 a12 a13 aa21 23  a21 a22 a23    = 12 aa31 33  a31 a32 a33

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-14 This result is huge! Every reference proves that its definition of a determinant is equivalent to expansion by minors as is the permutation symbol definition used here. All the definitions agree. They are all equally worthy.

REVIEW: Permutation symbol manipulations are awe inspiring – more so than is warranted. Work through the details and they become mundane and obvious. For the case above, the symbol  with the first index set to N needs to be evaluated in terms of the ijk, , ,..., in permutation operator for (n-1) labels. In particular,

123....nNNNnNNn(1)NN 12..( 1)( 1).... (1) 12..(  1)( 1).... Njk, , ,..., i 11     . nNjki, , ,...,n Njk, , ,..., i ( n 1) jk , ,..., i ( n 1) (N-1) interchanges are required to bring N to the first position in the reference list which is equivalent to a (N-1) factor of (-1) . Once N is locked in the first position, the rest is equivalent to the permutations of the (N-1) (1+N) remaining (n-1) labels. To bring the result into the ‘normal’ form, it is noted that (-1) = (-1) .

123....nNNn(1N ) 12..( 1)( 1).... Njk, , ,..., i 1  [MD.12] nNjki, , ,...,n jk, ,..., i ( n 1)

Expansion of a 4 x 4 by minors with a few details:

44 1234 | | = ijkaaaa12ijk 344 a 111 jk  aaa 2 jk 3 ijk,,, 1 jk ,, 1

444 1234 1234 1234 a12234jk aaa 2jk 3444 a 13 jk  aaa 2 jk 3 a 14 jk  aaa 2 jk 3 jk,, 1 jk ,, 1 jk ,, 1

1234 The symbol 1 jk tracks the permutations of the last three symbols given that the first symbol is fixed as 1. The 1 is in its proper place according to the reference ordering so

1234 23411 234 1 jk11 jk   jk . That is one times the permutation value for the rearrangement of the

1234 2134 last three indices. Moving on to 22jk jk . The sign change accounts for the interchange of 1 and 2. Now that the 2 has been moved to the first position, only the permutations of the last the

1234 2134 13412 134 symbols need be tracked. Hence,  22jk111 jk   jk    jk . Continuing, the determinant becomes.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-15 44 11234 12 134 a1111jk aaa 2jk 344  a 12  jk  aaa 2 jk 3  jk,, 1 jk ,, 1

44 13124 14 123 a1311 aaa 23jk44 a 14  jk aaa 23 jk jk,, 1jk jk ,, 1

44 11234 12 134 a1111jk aaa 2jk 344  a 12  jk  aaa 2 jk 3  jk,, 1 jk ,, 1

44 13124 14 123 a1311jk aaa 2jk 344 a 14  jk  aaa 2 jk 3 jk,, 1 jk ,, 1 Each factor in braces matches the definition for a determinant of a specific matrix. There are extra terms in each sum, but, in each of those cases, the subscript indices are not a permutation of the reference set so the term added is zero. A purist might make this explicit.

44  11234 12 134  a1111jk aaa 2jk 344  a 12  jk  aaa 2 jk 3  jk,, 2 jk ,, 1  jk,, 2

43 13124 14 123  aaaaaaaa1311jk 2jk 344 14  jk  2 jk 3 jk,, 1 jk ,, 1 jk,,3

How were the not-a-permutation-of-the-reference-set terms excluded in each sum above?

For the term multiplied by a1j, sum in braces is the determinant of the matrix is the one that remains

after removing row 1 and column j from the original matrix. That matrix 1j is the minor of for the element a1j. Examine the form of the third such factor.

4 4 124  124  | 13 | =   jkaaa23jk4 =    jkaaa23jk4  jk,, 1 jk,, 1 jk,,3

Quick Question: Identify the property of the permutation symbol that 'zeroes out' the terms in the last sum with any of { j, k, l} equal to 3.

The elements of 13 are those of that remain after the first row and third column have been removed. The row labels appear in numerical order and a permutation symbol appropriate for re-

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-16 orderings with respect to the reference ordering for the columns is included. By definition, it is the determinant of the minor, | 13 |. After some assembly:

***** Don’t forget the (-1)1+j. *****

4 4 1 j | | =  a1 j 1 | 1j |   aC1 j 1 j j1 j1

This result is the expansion of | | in minors of the elements in the first row of , and the same result expressed in terms of the cofactors of the elements in the first row. Note that the cofactor absorbs the factor of (-1)1+j that must be explicitly included with the minor.

Sample calculation of a 3 x 3 using expansion by minors: Expanding along the first row:

aaa11 12 13 11aa22 23 12 aa 21 23 13 aa 21 22 aaa21 22 23 a 11111  a 12  a 13  aa32 33 aa 31 33 aa 31 32 aaa31 32 33

aaaaaaaaaaaaaaa11111 22 33  23 32   12   21 33  23 31  13 21 32  22 31 

aa11 22 a 33 aa 11 23 a 32 aa 12 23 a 31 aa 12 21 a 33 aa 13 21 a 32 aa 13 22 a 31 This result is correct! Note that the ij minor is formed by removing the ith row and jth column so the minor for a12 is the original matrix less the first row and second column.

a11 a12 a13  aa a a a 21 23 21 22 23    = 12  aa31 33  a31 a32 a33

Exercise: Use the expansion-by-minors procedure to compute the determinant of the 4 x 4 identity matrix. Give the value of the determinant of the n x n identity matrix.

Exercise: Use the expansion-by-minors procedure to compute the determinant of a 4 x 4 diagonal matrix. Express the value if its determinant in terms of the values of elements in the matrix. The th th element in the i row and j column is to be designate aij.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-17

Properties of the determinant:

Interchanging two columns of a matrix changes the sign of its determinant. Suppose two columns are interchanged. n | | =  aa.... a  ijk, , ,..., in 12ij nin ijk, , ,..., in  1 Interchanging two adjacent columns is equivalent to one permutation or a change of sign. If there are n columns between the two to be interchanged, then n interchanges are needed to make them adjacent, one to swap them and n more to move the swapped column back across the n separating columns (= n + 1 + n). It takes an odd permutation to interchange two columns no matter where they are in the matrix. Interchanging two columns of a matrix changes the sign of its determinant.

The determinant of the transpose is equal to determinant of the matrix.

t nn | | = aatt.... a t aa .... a ijki, , ,...,nn12ijninn ijki , , ,..., ij 1 2 i n ijk, , ,..., inn 1 ijk , , ,..., i 1 where the determinant of the transpose is expressed in terms of the elements of the original matrix.

To get back to the definition of the original matrix, the first index of each aij needs to be in numerical order and the term needs to be multiplied by the permutation symbol for the resulting scrambling of the order of the second index. Now as written,  is the permutation of the first ijk, , ,..., in index and represents the interchanges necessary to bring them into numerical order. If this is done, it also represents the permutation of the second indices that had been in numerical order. t That is: it will be exactly the definition of | |. Hence | | =| |.

Interchanging two rows of a matrix changes the sign of its determinant. The transpose is equivalent to interchanging the roles of rows and columns. Going to the transpose changes nothing. To interchange rows: transpose, use the column interchange rule, and transpose back. Interchanging any two rows in a matrix changes the sign of its determinant.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-18 Corollary 1: Det = ZERO for identical rows or columns. If any two rows (or columns) of a matrix are identical, its determinant is zero. If you interchange the two identical rows you get the negative of the original value, hence that value must be zero.

Corollary 2: (The Laplace Expansion Theorem) An expansion by minors can be made based on the elements of any row or column. Using the rules for column interchanges and transposes, the expansion in minors becomes:

n ij n | | aij 1 | ij|  aCij ij sum across row i j1 j1

n ij n | | a ji 1 | ji|  aCjiji sum down column i j1 j1

The first sum is over the elements of row i and the second is over the elements of column i. In each i +j case Cij is the cofactor of aij which is (-1) | ij|.

Rule of Multiples: If each element in one row (or in one column) of a matrix is multiplied by the same constant k, then the determinant is multiplied by the same constant k. By the definition, every term in the expansion of the determinant contains exactly one element (factor) from each row (or from each column) in the matrix. Each term in the expansion is multiplied by one factor of k. The determinant is the sum of terms and so is also multiplied by k. NOTE: Here the elements of one row are multiplied by k. In contrast k is the matrix in which every n element is multiplied by k with the result |k |= k | | which follows by applying the rule of multiples n times, once for each row.

Rule of Sums: If each element in one row (or in one column) of a matrix is a sum of two terms, then the determinant is the sum of the determinant of the matrix in which that row is filled only with the first terms and the determinant of the matrix in which that row is filled only with the second terms. This result can be established directly from the definition, but the expansion in terms of minors is used as an economy. (illustrated for row i having sum elements.) Hence the determinant is expanded in minors of that row.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-19 n ij n ij n ij | | ab | | a | | b | | a+b ij ij 1 ij ij 1 ij ij 1 ij j1 j1 j1

| a+b|= | a| + | b|. One row of a+b is the sum of that same row in a and in b. All other elements are identical.

Rule of Linear Combinations: If a row (or a column) of a matrix is a of the other rows (or columns) of the matrix, the determinant is zero. Use the Rule of Sums to break the primary determinant into a sum of secondary determinants of matrices each with a row (or column) being a multiple of some other row. Use the rule of multiples to express each secondary determinant as a scalar multiple of the determinant of a matrix in which two rows (or columns) are identical. The determinant of each term vanishes so the sum vanishes.

Determinant of a : The determinant of a triangular matrix (assume an upper- echelon form; zeroes below the descending diagonal) is the product of its diagonal elements. Evaluate the determinant using a succession of expansions by minors. Expand by the first column that has one non-zero element a11. The determinant is therefore a11| 11|. Expand the minor using minors of the second column in which only a22 is non-zero, and so on. If the triangular form has the ascending diagonal as a boundary, the expansion-by-minors procedure must be followed in detail to find the sign of the result. See Expediting the evaluation of determinants in the Tools of the Trade section.

n 1+1 2+2 3+3 | upper-triang| = a11 (-1) { a22 (-1) { a33 (-1) { ….. …..} } } = aii i1

N The product symbol b represents (b ) (b ) … (b ), the product if the N values  n 1 2 N . n1 The descending diagonal is implicit as: i = j.

t The result follows for a matrix in lower-echelon form by using | | =| |. Corollary: The determinant of a diagonal matrix is the product of its diagonal elements. Extension: The determinant of a matrix block diagonal form is the product of the determinants of the blocks.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-20 Determinant of a Product of Matrices: The determinant of the product of two matrices is the product of the determinants of the matrices. | | = | || |. n nn n n Using ( )ij = abij , | |= ijk...ab 1 i a 2 m b mj  a 3 p b pk ..... 1 ijk, , ,;,.. 1.. 1 m  1 p  1

nn Reordering the finite sums yields | | = aa123mp a.... ijkmjpk ... bbbi .... which is ,,,..1.mp ijk ,,,;,..1.. similar to the definition of | | | |, but without the correct permutation symbols. If the indices

n mp are distinct,  ijk...bbi mj b pk .... is mp times | |. If the indices mp are not distinct, ijk, , ,;,.. 1..

n  ijk...bbi mj b pk .... is the determinant of a matrix with two identical rows which is zero by ijk, , ,;,.. 1.. corollary one of the row interchange property. That is: There are contributions only from the terms for which the mp are distinct and hence represent a permutation. In those cases symbols

P P 2P mp..... mp ... can be inserted as it has value =(-1) (-1) =(-1) =1.

nn | |= mp.....aa123m a p.... mp ... ..  ijk ... bbbi mj pk .... ,,,..1.mp ijk ,,,;,..1..

n P12P Clearly,  mp..... aa1 23mp a.... = | |, and, after a little thought, mp..... ijk... (1)(1)  is ,,,..1.mp  just the value for the permutation that first accounts for the P1 scrambling of the first indices and the

P2 scrambling of the second indices of the terms (bbi mj b pk ...). After P1 simple nearest-neighbor interchanges are applied to place the first indices in numerical order as required to match the definition of a determinant, the second indices are P1 + P2 interchanges from the numerical order.

PP12 Letting mp..... ijk... (1)(1)  stu..... and realizing that the sum over ijk actually directs a sum over all permutations as does the sum over stu with stu, we have:

nn | | = mp.....aa123mp a.... mp ... ..  ijkmjpk ... bbbi .... ,,,..1.mp ijk ,,,;,..1..

nn  mp..... aa123mp a....stu..... bbbs mtpu .... = | | | | ,mp , ,.. 1. stu , , ,;,.. 1..

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-21 -1 -1 Exercise: Use the facts that = and that | | = 1 to express the value of | | in terms of | |.

Exercise: Use a brute force calculation to show that | || |=| |for the matrices below. 12  23     13 11

Exercise: Use a brute force calculation to show that | || |=| |for the matrices below. ab ef    cd gh

-1 The Multiplicative Inverse of a Matrix :

The determinant provides all the tools necessary to compute the multiplicative inverse of a matrix. Hang on; it’s not pretty. The process begins with the right-side inverse.

The determinant of a matrix can be computed as:

n ij n i+j | | aij 1 | ij|  aCij ij where Cij is (-1) | ij|, the cofactor. j1 j1

The new matrix below is formed using the ij cofactor of as it ji element. It is the transpose of the matrix of cofactors. Multiply the first row (vector) of times this matrix.

aa11 12... a 1n CC11 21... Cn 1 CC ....  nn n 12 22  aC11jj aC 12 j j...  aC 1 jnj  .... C ji  jj11 j  1   CC1nnn = | |1 0 ... 0.

n Clearly, the product of the row vector of a’s with the first column gives aC11j j which is the j1 determinant of the full matrix | |. The product of the row vector of a’s with the second column

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-22 n gives which is the determinant of the full matrix | | except that aa... a aC12j j  11 12 1n  j1 would appear in the first and second rows. The determinant vanishes whenever two rows or n columns are identical. That is: the sum aCj ij = | | i. It represents the determinant when the j1 cofactors are matched with the correct row of and the determinant of a matrix with two identical rows when they are matched with the wrong row. Filling out the rows in .

aa11 12... a 1nn CC 11 21 ... C 1 1 0 ... 0 aa...... CC .... 0 1 ... 0 21 22 12 22  | |   =| | ...... C ji ......    aaCCnnnnnn11...... 0 0 ... 1

This matrix formed using the Cij’s ad the ji elements has proven useful. It is called the classical adjoint of . A t adj = [Cij ]

That is: the classical adjoint of is the transpose of the matrix of cofactors for . An adjoint is a general mathematical term for an entity that works with or is associated with another by a process.

Inverse of a Matrix:  Celebrate! We have found -1.

-1 A t = {[Cij ] }/| |, the classical adjoint of divided by its determinant.

The inverse exists and can be computed by the formula above as long as | | is non-vanishing. As -1 A t developed, = {[Cij ] }/| | is the right-side inverse for the matrix . A matrix is said to be singular if its determinant vanishes. If a square matrix is not singular, it has an inverse.

aa11 12 Exercise: Find the matrix inverse of an arbitrary 2 x 2 matrix. Given = , find the aa21 22

A t -1 A t matrix of cofactors. Find adj = [Cij ] . Finally, find = [Cij ] /| |. Conclude that:

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-23 1  aa22 12  aa aa 11 12   21 11  aa11 22 aa 12 21 aa21 22 Show that the proposed inverse is correct by direct calculation.

See the Row Reduction handout for a second method used to compute the inverse matrix.

A right-side inverse is also a left-side inverse. -1 The classical adjoint and determinant provide R , a right-side inverse for a non-singular square matrix . A non-singular matrix is one for which the determinant is non-zero. The task now is to -1 -1 show that the procedure supplies the inverse, not just the right-side inverse ( R = ). Matrix -1 -1 multiplication is not commutative so R = may not ensure that R = .

-1 -1 -1 Given: R is a right-side inverse for  R = and that a right-side inverse exists for R -1 -1 =( R )R All the matrices are n x n, and all have non-vanishing determinants. A right-side inverse exists for all such matrices and can be computed as the classical adjoint of the original matrix divided by its determinant. By the product property, the determinant of the inverse of a matrix is just the inverse of its determinant. Also assumed: = = for all (See problem 6.)

-1 -1 Given that R is the right-side inverse of and that a right-side inverse exists for R , show that -1 R is a left-side inverse for . -1 -1 -1 -1 R = and R ( R )R = -1 Pre-multiply by R and use the associative property of multiplication. -1 -1 -1 -1 -1 -1 R R = R ( R ) = R = R -1 -1 Post multiply by ( R )R . -1 -1 -1 -1 -1 -1 -1 R R ( R )R = R ( R )R Hence -1 R = -1 demonstrating that R is also the left-side inverse for . The n x n specification ensures that both -1 -1 R and R have the same dimensions and that the determinant is defined.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-24 The inverse of a matrix is unique. Suppose that the matrix | | 0 and that has two inverses and or more generally suppose that the following equation holds. = then -1 = -1 or = In the special case that = = , the right-side inverse of is shown to be unique.

Sample Calculation: Finding the inverse of a 3 x 3 matrix Only the results after each step are displayed.

110   i+j = 110  | | = - 2 ( )ij =Cij = (-1) | ij | 111

112 110  t   = 11 0 adj = = 11 0 00 2  20 2

½ ½ 0 -1 (adj )   = /| |=  ½½ 0 101

110½ ½ 0  -1 Exercise: Compute 110 ½½ 0 to verify that the matrix above is . 111 1 0 1

CRAMER’S RULE: The solution of systems of linear algebraic equations

-1 The solution of the set of linear algebraic equations: = is =

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-25 cCii1  x1 CC11 21... Cn 1 c 1  i     x CC.... c cCii2 2 -1 12 22 2 -1    = i ... ....C ji ...     ....  xn CCc1nnnn  cCiin  i 

n -1 xj = cCiij i1

Comparing with the expressions for expansion in minors and cofactors,

n ij n | | aij 1 | ij|  aCij ij sum across row i j1 j1

n ij n | | a ji 1 | ji|  aCij ij sum down column i j1 i1

The right hand side of the equation for xj has the form of a sum down a column to compute a determinant, but the jth column vector of matrix elements is replaced by the column vector of constant values (the c’s). Hence, we find Cramer’s Rule:

ca1121... an ac11 1... a 1n ca...... ac...... x  -1 222 ; x  -1 21 2 ; x  ….. 1 ...... 2 ...... 3

cannn...... acnn1 ... a nn

Sample Calculation: Cramer’s Rule for a system of three equations

xy4 110x   4       xy2 or 110y   2   xyz,, (3,1,2) xy z 2 111z   2 

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-26 410 210 110 211 42 | | = 110 2 x  3 110 2 111 110 111

140 114 120 112 121 24 112 242422 y 1 z  2 110 2 110 2 110 110 111 111

Cramer’s Rule Summary:

Linear Equations: We introduced the concept of a matrix and thence the determinant by means of consideration of a system of linear equations. Let us now return to that consideration as an example of the use of determinants. Consider the set of n non-homogeneous linear equations in n unknowns.

ax11 1 ax 12 2... ax 1nn  c 1

ax21 1 ax 22 2... ax 2nn  c 2 [MD.13] …..

axnn11 ax 2 2... ax nnnn  c

This set of equations can be expressed in matrix form as

aa11 12... a 1n  x 1   c 1  aa... a x   c   21 22 2n  2   2  [MD.14]  ......  ...   ...       aann12... a nnn x   c n 

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-27 Let be the n x n matrix of the coefficients. This system of n equations in n unknowns always has a unique solution if the determinant of the coefficient matrix is not zero (| | ≠ 0). If this is the case,

Cramer's rule computes each unknown xn by replacing the nth column in with the values of cn , computing the determinant of this new matrix, and dividing that result by the value of | |. As an example, the value for x2 will be:

ca1121... an ac11 1... a 1n ca...... ac...... x  -1 222 ; x  -1 21 2 ; x  ….. 1 ...... 2 ...... 3

cannn...... acnn1 ... a nn

Analogous expressions represent the other unknowns, xi.

In the case | | = 0, not all the equations are independent so Cramer's rule fails to provide unique values for the unknowns. The of , r, is the dimension of the largest sub-matrix of with non-zero determinant. Expect that one can solve for r of the unknowns in terms of the constants cn and the other n - r unknowns.

In the event that you have a set of homogeneous equations (that is, all of the cn = 0 ) then if | | ≠ 0 the only possible solution is the trivial solution where all xn = 0. If, however, | | = 0, a non-trivial solution may exist. The last case is of very special interest for eigenvalue problems such as finding the normal frequencies and modes of a system of couple oscillators.

Cramer's rule provides unique solutions when they exist, and it provides a test ( | | = 0 ) for the case that the system of equations is underdetermined.

Rank of a Matrix: The rank of a matrix is the number of independent equations represented by the rows or columns of the matrix. The two agree. Given an n x m matrix, rows and/or columns may be excluded to form included square (k x k) matrices. The largest included square matrix with non-zero determinant is designated as (r x r) where r is the rank of the original matrix. If the rank of a square (n x n) matrix is not equal to its size n, its determinant is zero, and it represents only r independent equations.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-28

Functions of a Matrix Argument:

A function of an n x n matrix is defined in terms of the power series expansion for the function.

2 i fx   aoi1 axax12  ... ax ... The matrix replaces x and the powers are computed using matrix multiplication. This procedure works because products of n x n matrices are also n x n matrices. i f [ ] = a0 + a1 + a2 + … + ai ( ) + …. Obviously, this process becomes tedious, and relief is sought. If the matrix is diagonal with diagonal elements mii = i, the powers become trivial ! n n [ ]ij  iij 

The nth power of a diagonal matrix is just a matrix with the nth powers of the original diagonal elements on its diagonal.

STOP HERE. SKIP TO TOOLS OF THE TRADE

Insanely irrelevant example: (Skip this section unless specifically advised to read it.)

The Linear Transformations handout discusses the general time development operation for the space dS2 of a single simple harmonic oscillator satisfying the equation:  S  0. Note that  = 1 for this dt 2 example. The value of the function at t + is to be extracted from S(t) the solution at time t by evaluating its Taylor's series: df d2 f dn f ft( )  ft ( )  11 2  ...  n  ... dt2! dt2 n ! dt n For this space, two possible time dependence basis sets are examined. ˆˆ Standard basis:  et12( ) 2 cos( t ) ; et ( ) 2 sin( t ) 

ˆˆit it Alternative basis:  bt12() e ; bt () e  d The operator /dt can be represented for each basis set.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-29 d 01 d i 0    std basis    alternative dt 10 dt 0 i ˆ The time-development operator has a matrix representation Tb in the standard basis and a ˆ representation Tb in the alternative basis. Each acts on a state vector valid at a time t in its basis to generate the form of the state vector at time t + t.

a a Notation: ftatbt() 2cos() 2sin()   where   is the column vector that b b df represents f(t) in the standard basis. atbt2sin()  2cos() which would be dt b d represented by . Hence the action of the operator is represented by the matrix a dt 01 01ab  in the standard basis. atbt2sin()  2cos() 10 10 ba

d i 0 Exercise: Show that   in the alternative basis representation. dt 0 i

Both cases are tractable, but only the alternative basis provides the diagonal form that simplifies the computation. Use the Taylor's series expansion with the time derivatives represented by matrix

d i 0 ˆ  . The matrix operator Tb is the time-development operator as dt 0 i expressed in the alternative basis. It acts on a state vector valid at a time t in the b-basis to generate the form of the state vector at time t + t.

2 n  ii010 0 ii00  T 0111 2....n ... b 2!2 n ! n 0010ii00ii  ii0100  i  2 0 i n 0 11 ...... 012! 2n ! n 00ii  0  i 0  i

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-30  i 0 ei 0  => Tb  i  0 i  0 e 

In the alternative basis, a state of the oscillator is:

it it a St()  ae be   b The column vector is the matrix representation of the state in the alternative basis representation.

ii ˆˆaaeae0   St( )  T ()  St ()  T ()   ii   bb 0 ebe 

i ae iit i it iitt   i ae e be e  ae b e  S() t be The time development operator propagates the state of the oscillator from its state at time t to that at time t + .

Tools of the Trade:

Alternative geometric expansion of a 3 x 3 determinant:

Expanding along the first row, the expansion of minors method yields:

aaa11 12 13 11aa22 23 12 aa 21 23 13 aa 21 22 aaa21 22 23 a 11111  a 12  a 13  aa32 33 aa 31 33 aa 31 32 aaa31 32 33 A geometric scheme rapidly reproduces this result.

aaa11 12 13 aa22 23 aa 23 21 aa 21 22 aaaaa21 22 23 21 22 a 11 a 12 a 13 aa32 33 aa 33 31 aa 31 32 aaaaa31 32 33 31 32 This pattern can be read off the figure below in which the entries from rows two and three of the first two columns are recopied to the right of the matrix. The resultant interchanges subsume the sign changes and each contribution from the groupings illustrated below contributes with a positive sign.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-31

a a a 11 12 13 aa a a a a a 22 23 21 22 23 21 22  a11 aa32 33 a31 a32 a33 a31 a32

a11 a12 a13 a21 a22 a23 a21 a22 aa23 21  a12 a31 a32 a33 a31 a32 aa33 31

a11 a12 a13 a21 a22 a23 a21 a22 aa21 22  a13 a31 a32 a33 a31 a32 aa31 32 The same trick works for the cross product expressed as a determinant. ˆˆˆ   ijk A AAA ˆˆyzAAzxˆ xy AB Axyzxy A AA A ijk   BByzBBzx BB xy BBBBBxyzxy

A second alternative geometric scheme recopies the lower left block of four elements to the right of the array as done above and, in addition, copies the lower right block of four elements to the left of the matrix. Products starting with each element in the first row and running down to the right are given positive signs. Products starting with each element in the first row and running down to the left are given negative signs.

The evaluation of determinants can be expedited by exploiting the properties of determinants: Only the adding a row rule and the expansion by minors rule are to be used here, but others properties such as that for removing a factor from a row or from every element can be exploited as well. Consider 123 123 003 12 243 120 120 3 9 45 456 456 456

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-32 First, row 1 was subtracted from row 2 (adding one row to another does not change the determinant). Next, row 2 was subtracted from row 1. The resulting matrix is to be expanded by minors of the sparse first row. Continue by subtracting (the third row multiplied by one-fourth) from the second row. 003 0 0 3 33 3 120 042 (3)()  4 (4)9  456 4 5 6

These procedures lead to a matrix with zeroes above the ascending diagonal. The expansion of minor rule is applied twice being careful to include the correct factors of the form: 1 ij .

00 3 0 3 0(1)(3)(1)(3)1()33134  13  12 3 (4)9  4245  4 45 6

If the matrix is transformed to a form with all zeroes above (or below) the descending diagonal, the determinant is equal to the product of the elements along the diagonal. That is: all the sign factors from the cofactors are of the form 1111ij  ii 2 i The determinant of a matrix in (descending diagonal) triangular form is the product of the diagonal elements.

Exercise: Consider a square (n x n) matrix in triangular form with respect to its ascending diagonal. The factor (-1)i+j for the upper corner is (-1)1+n. Move down the diagonal to row two. Express (-1)i+j for the new ([n-1] x [n-1]) minor. Verify the form: (-1)1+(n-1). Continue to the lower-left corner. Propose a final expression for the determinant as a product of the elements along the ascending diagonal for an ascending diagonal triangular matrix. n  1ifnp 4 or 4 p 1 GUESS: | ascending-triangular| = a(1),nii   i1 1ifnp 4 2or4 p  3

Summed Product Identity for the Permutation Symbol:

3  ijk ist = js kt - jt ks Note: Summations are EXPLICIT. i1

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-33 This identity can be established by a brute force calculation of the 81 (34) possible values for jkst.

One can motivate the result by realizing that in the sum over i, there must be at least one instance in which i is not equal to either s or t. In this instance, ist can be non-zero. In order that ijk also be non- zero, ijk must be a permutation of of 123, and, since i is set, either j = s and k = t or j = t and k = s. Also, we must have st in order that ist be a permutation. (No index value can be repeated.) In the case j=s and k=t, then both ijk and ist are equal to either plus one or minus one (if they are non- zero) so that the product is plus one. In the case j=t and k=s, then ijk and ist differ by one interchange and so have opposite sign (if they are non-zero) making their product minus one.

3 Agrees with:  ijk ist = js kt - jt ks i1 In the cases for which j=s, k=t, j=t and k=s at least one index value is repeated so that it does not

represent a permutation yielding ijk = ist = 0.

Exercise: Show that js kt - jt ks = 0 if s = t or j = k.

A more formal development follows from considering the special determinant (See Lewis and Ward; also check problem 46.).

iimin 

 j jm jnPc ijk  mn  ijk mn

kkmkn  The value of the determinant changes sign with each simple nearest-neighbor interchange of columns as does the permutation symbol with an index interchange. Hence the determinant is some function Pijk of the indices i, j, k times the permutation symbol on the labels , m, n. As the value of the determinant also changes sign with each simple nearest-neighbor interchange of rows, the determinant is also proportional to mn. The proportionality constant is established by choosing the

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-34 values {i, j, k} and{, m, n} = {1,2,3}. With these choices, the determinant and hence c = 1. Next,

3  ijk ist is computed. i1 Expanding by minors of the first row and collecting terms:   33ii im in 3 3 3  jm jn ji jn ji jm ijk imn  ji  jm  jn   ii   im   in [MD.15] ii11 i  1km kn i  1 ki kn i  1 ki km ki km  kn

333  ijk imn3 jm kn jn km im ji kn  jn ki in ji km  jm ki iii111

3  ijk imn3 jm kn  jn km jm kn jn km jn km jm kn i1

3 ijk imn jm kn jn km [MD.16] i1

The equation below counts the number of permutations that exist for three labels.

333 3 ijk ijk  jj kk  jk kj33   kk 936= 3! ijk,, 1 jk , 1 jk , 1 k  1

An alternative derivation of the product rule for permutation symbols begins by noting that: eˆ  i ii123 i  11 imn 1

ijkeˆ j j123 j j  imn   22 i m  2 n    eˆk kk123 k 33 imn 3 Left: coordinate directions as rows. Right: Coordinate directions as columns.

That is: eˆ1  {100}, eˆ2  {010}, … . In this mode, 123 is the determinant of the identity or 1. The ijk character follows because the sign changes for each simple interchange of labels, and the result is zero if two or more labels have the same value. The result matches the definition of ijk.

The product of the determinants is the determinant of the product of the matrices.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-35 i12311 i i i m 1 n  ii im in

ijk imn j12322 j j i m 2 n ji jm jn

k12333 k k i m 3 n  ki km kn

 jm jn ji jn ji jm Expanding by minors,ijk imn = ii im in . This approach now km kn ki kn ki km merges with the previous one at [MD.15] when summed over i . 

The Pauli Matrices: Suppose that a set of 2 x 2 matrices is sought such that any 2 x 2 matrix can be represented as a sum of the members of that set. Clearly the set must have at least four members as 2 x 2 matrices have four independent elements. One choice that could be made is: 10 01 00 00 ,,, 00 00 10 01 This set of matrices is not very exciting. Spice it up; add the requirement that each member of the set be Hermitian (equal to the complex conjugate of its transpose). The simplest matrix that has imaginary elements that meets this requirement is: 0 i   i 0  An independent off-diagonal matrix needs to have elements that are equal rather than the negative of one another. Equal off-diagonal elements and Hermitian restricts the elements to be real. 01   10 Following the equal and negative scheme for the on diagonal matrices, the remaining members are: 10 10   and   01 01 

This particular set of 2 X 2 matrices is the set of Pauli matrices. They have assigned labels: 10 01 0 i 10 = ; x = 1 =   ; y = 2 =   ; z = 3 =  01 10 i 0  01 The first matrix is the identity, and the final three are the Pauli matrices. The set of the four matrices is a basis for the collection of all 2 X 2 matrices.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-36 abad 10  bc  01 cb  0 i   ad   1 0           cd222 01   10i  i 0   2  0 1  An arbitrary 2 x 2 matrix can be represented as a linear combination of the four matrices, but not as linear combination of any set with fewer than four members. (A basis must be complete in the sense that all elements (matrices) of interest can be represented as linear combinations of the members of the set and economical in the sense that every member is necessary. If even one member of the set is removed then there will be at least one 2 x 2 matrix that cannot be represented as a linear combination of the remaining members.)

Why are the Pauli matrices introduced? The Pauli matrices are introduced to act on two-row column matrices. Matrices of the forms: a 1 0 1 0 a  ,  and . The column vectors   and   are a basis set for all the . The column b 0 1 0 1 b 1 0 vectors  and  are to be call UP and DOWN. 0 1

If you are not familiar with modern physics, skip paragraph.

In quantum mechanics, the Pauli matrices add the flexibility that allows a wavefunction to represent the spin character of an electron. A two row column vector is appended to a function of position and time.  a  (,)rt  b 1 0 The column vector  represents spin up while   represents spin down. The spin part is to be 0 1

† aaab**  a normalized independently so  aa**1 bb bb  b

Special properties of the Pauli matrices:

1 1 = 2 2 = 3 3 =

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-37 The determinants are each of the three Pauli matrices is – 1. The determinant of the identity is, of course, equal to one.

| 1| = | 2| = | 3|= 1

Actions of the Pauli Set: 1 011   0 0 010   1  x =   ; x   =      0 100   1 1 101   0 

The operator x lowers the UP state to DOWN and raises the DOWN state to UP. 1 010i   0 001i    y =   i ; y   =   i   0 i 00   1 1 i 01   0 

The operator y lowers the UP state to i times the DOWN and raises the DOWN state to –i times UP.

1 101 1 1 100   0  z = (1) ; z   =   (1)   0 010 0 0 011    1 

The operator z on the UP state to 1 times the UP and, on the DOWN state, returns – 1 times the

DOWN state. The operator z measures the up-ness or down-ness of the state.

The combination of operators + = x + i y annihilates UP and raises DOWN to 2 times UP. 1 021   0 0 020   1  + =   ; +   =    2   0 000   0 1 001   0 

The operator + is called the raising operator.

Exercise: Find the action of - = x + i y on the states UP and DOWN. Propose a name for -.

Exponentials of Matrices: The results of this section should be reviewed when one studies quantum mechanics. t Show that: (e )t = e We know that ( ) t = t t, so ( n)t = ( t)n. t t A nt t nt A ee( +... 11  ...)  ( ( ) +... ( )  ...)   11A nn!!A A A

Show that: Tr[ ] = Tr[ -1] if U is invertible. All matrices n x n.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-38

 11 Tr[ ] = AUAUUUAAii ik km mi  mi ik km  mk km  A mm = Tr[ ] iikm,, ikm ,, kmm ,

Show that: Det(e ) = eTr[ ]. Assume that there is a that diagonalizes .  = -1. If a square matrix is diagonal, then its determinant is the product of its diagonal elements. Further, th th then the n power of the matrix is just a diagonal matrix with the n power of the of the original Akk element in the kk position and, of course, zeroes off the diagonal. Recall that = det[ -1]. -1 -1 -1 Det(e ) = Det( e -1) = Det( ( -1 ( … )/n! ….)) n Det(e ) = Det( (  ( ) /n! ….))

n A11 1A ...n! 0 0 0 11 An n 0 1A ...22 0 0  ( ) /n! …. = 22 n! n A33 0 0 1A33 ...n! 0 n Ann 0 0 0 1Ann ... n!

 eA11 000

A22 000e Tr[]AA Tr [] Det(e ) =  ee 00e A33 0 A 000e nn

When one considers identities for functions of matrices, the matrix counterparts of scalar identities differ because matrix multiplication is not commutative. That is:  . We define the commutator of and as [ , ] =  .

The Campbell-Baker-Hausdorff formula states that: e e e where C is ½[ , ] plus higher order commutators of and . In the case the higher order commutators vanish, e e e ½[ , ]. The methods presented provide strategies for issues in calculus.

dd df df df [dx ,]x fx () dx ( xfx () ( x dx ) fx () x dx ( x dx ) fx ().

d We conclude that the operation [,]dx x has the same action on an arbitrary function of x as multiplying by 1.

d We conclude that [,]1dx x  and that the operations of taking a derivative with respect to x and multiplying by x do not commute. Again, the experience gained here will help us deal with that issue.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-39 Limited Proof: Only the case that higher order commutators vanish is to be treated here. Assume [[ , ], ] and [ [ , ], ] = 0.]]

d dd Exercise: Consider the actions of [[,],]dx x x and [[dx ,x ], dx ] on an arbitrary function of x. What to you conclude are the values of those double commutators?

Warmup Problems: 211 10  213   WUP1 a.) = 121 , =  and = 02 . 211 212 01

Which of the following products is defined? { , , }. 12 3  t b.) = 32 1; = 125 c.) Compute the trace of . 14 131  13 14 Given: =  = 21 =   =   202  20 21 10 d.) Compute .

e.) Compute + .

13 14 f.) Compute and compare and for =   ; =   . Comment. 20 21

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-40    WUP2. Identify xyz with 123; show that the cross product CAB  can be represented by the  expression below for the ith component of C .  Write it out in detail and compare with another definition of the cross product.

3 CABi   ijk j k jk,1

Permutation Circle 1

1if ijk 123,231,312  ijk 1if ijk  213,132,321 2 3  0 if two indices equal Counterclockwise  even, +  Clockwise  odd, -

That is: ijk = 1 if ijk is an even permutation of 123,

ijk = -1 if ijk is an odd permutation of 123, and [MD.17]

ijk = 0 if ijk is not a permutation of 123.

WUP3. In addition to the representation of the cross product in A10, note that the inner product of normal three-dimensional vectors can be represented as:

  33 A BAiijijBBi  A iij1,1

3 3

Explicitly expand the sums  Ai Bi and  AijijB  . Note that ij is the Kronecker delta. Search the i1 ij,1 MD handout for Kronecker delta.

WUP4. Expand each sum below to display all its terms and then evaluate the sum.

5 5 a.)  m3m b.) mkm where k is 3. m1 m1

5 c.)  mkm where k is an integer greater than zero and less than six. m1

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-41 5 d.)  mkm where k is an integer greater than six. m1

5 e.)  fm()km where k is an integer greater than zero and less than six and f(m) is an arbitrary m1 function of the integer argument m. Evaluate for f(m) = m2 sin(½ m ).  WUP5. Product Properties of Determinants 123  a.) Given = 13 2. Find , - , 3 , and | | . 111

212 12   b.) = 302 and = 20. Compute | |, | |, and | |. 31

123 121 c.) =  and = . Compute and | |. 13 2 132 111 111 WUP6. Consider the list {A, B, C, D, E, F}. a.) Show that interchanging B and F in this list requires an odd number of simple nearest neighbor interchanges. {A, B, C, D, E, F}  {A, F, C, D, E, B} odd number of simple interchanges. b.) Show that interchanging B and E in this list requires an odd number of simple nearest neighbor interchanges. {A, B, C, D, E, F}  {A, E, C, D, B, F} requires an odd number of simple interchanges. Interchanging any two symbols in a list, while leaving the others in their original positions, requires an odd numbers of simple interchanges. Thus any interchange of two symbols in a list is an odd interchange.

WUP7. Use a brute force calculation to show that | || |=| |for the matrices below.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-42 12  23     13 11

WUP8. Use a brute force calculation to show that | || |=| |for the matrices below. ab ef    cd gh WUP9. Certain 2 x 2 matrices have integer elements and determinants equal to 1. It is claimed that the inverses of these matrices also have integer elements. Show this for: 12 ab   and for   13 cd Use the expression for the inverse of a matrix in terms of its classical adjoint.

WUP10. Consider a 2 x 2 matrix and develop its inverse by solving the set of equations below. 12 12AB   10        13 13CD   01  Repeat for: ab   cd Collect the terms that represent | | and compare with the general expression for an inverse in terms of the classical adjoint.

WUP11. Consider the set of equations: a x + b y = e and c x + d y = f. a.) Solve the equations using the addition/subtraction method. To start, multiply the first by d and the second by b. Subtract the new second equation from the new first. b.) Write the system of equation in matrix form. c.) Solve the system of equations using Cramer’s rule. d.) Compare.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-43 Problems:

110  1.) Given the matrix = 110 , 111 a.) Compute the determinant | |. b.) Compute , the matrix of the cofactors of each element. t c.) Compute the classical adjoint: adj = . -1 (adj ) d.) Compute inverse: = /| |.

2. a.) An application of matrix techniques to geometric optics requires calculating | |, the determinant of the matrix product below:

aa11 12 111TTToi 10 10 =     aa21 2201  D 111 01 D 2 01 Find | |. Think before you calculate!

aa11 22 b.) Later in the calculation, the expression a21  is to be simplified. Re-express this a12

quantity in terms of only one of the aij .

11 22 3. a.) Compute the determinants and . 11 22 c.) Consider a 3 x 3 matrix for which | | = 5. What is | 3 | ?

The matrix 3 has elements [3 ]ij = 3 mij. d.) For a scalar c and an n x n matrix , find the ratio of | c | to | |.

101 4. Consider the matrix = . Compute the inverse of by finding: 211 212 the determinant of the nine cofactors (organize your work !)

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-44 the (classical) adjoint of the inverse of -1 -1 multiply and/or to check your result.

n 5. Use the definition of matrix multiplication ( )ij = abij to establish that matrix 1 multiplication is associative: ( ) = ( ). Use the fact that all the elements of the matrices are members of the same scalar field. The properties satisfied by elements of a field are listed in the Vector Spaces handout and may be found by searching for field at mathworld.wolfram.com.

6. Show that = for all for which the multiplication is defined. Recall that an nn nm  nm.

t t t n 7. Show that ( ) = . Start with ( )ij = abij. Express the ij element of the 1 transpose, express elements in the sum in terms of the elements of the transposed matrices and reassemble using the definition of the matrix product. As a preamble, show that if is an n x m and t t is an m x p so that matrix multiplication is defined, then the product will also have the correct dimensional arrangement to be defined.

-1 -1 -1 8. Find a representation for ( ) in terms of and . See: A right-side inverse is also a left- side inverse 41 1 -1 9. For the matrix = 25 2 , | | = 45. What is | | ? 11 2

1 1 1 1 Show that 1 is an eigenvector. Find a vector orthogonal to 1 that is also an eigenvector 3  3   1 1 with the same eigenvalue. If an eigenvalue is n-fold degenerate (repeated n times) then there is an n dimensional subspace of eigenvectors with that eigenvalue. Choose an orthogonal basis set of the

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-45 subspace to represent the eigenvectors (and order them to follow the right-hand rule for 3D problems).

01 x 12.) Compute e where = . Begin by recalling the Taylor's series expansion of e and 10

 n  2 3 4 x x 1 n  0   computing , and . e =  so e =  Also find e where =   . n0 n! n0 n!  0 This prescription defines a function of a matrix for square matrices only, and the zero power of the matrix is interpreted to be the identity .

13.) Show that the product of two n x n diagonal matrices is a diagonal matrix with elements that are the product of the corresponding elements.

14.) Use the properties of matrices to compute the determinant aa123 a 246 777

Identify each property that you use to simplify the task

15.) Compute the determinant | | directly and after subtracting a multiple of one row from another by expanding in minors of the then sparsely populated row. Repeat for | |. 4511 342 | |= 81122 | | = 121 (Answers: | |= -29; | |= 2) 34 1 122

  2 22 22 2 22 2 16.) Show that A B A B AB  AB  AB1cos    AB sin and hence     that AB ABsin paralleling AB AB cos . The inner product gauges the degree to which vectors parallel and the cross product gauges the degree to which they are perpendicular.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-46 17.) List seven properties of determinants.

abc  18.) Given the matrix = def, ghi a.) Compute the determinant | |by expanding in terms of the cofactors of the first row. t b.) Compute the matrix of the cofactors of each element . Recall: adj = . -1 (adj ) c.) Compute its inverse = /| |. Use the symbol D to represent | |. Write it all out as (e i - f h) a large matrix with elements of the form /D. d.) Under what condition does the algebraic matrix found in part d fail to provide an inverse for . Partial Answer: | | = a ( e i - f h) + b (f g - d i ) + c ( d h - e g )

19.) Two matrices are said to commute if = . The commutator of the matrices is defined as [ , ] = - . All matrices are n x n. Show that: ( + ) ( - ) = - = 2 - 2 only if [ , ] = 0.

20.) The matrices and are diagonal. Show that = and hence [ , ] = 0. Assume that the diagonal elements of the two matrices have the values { a1, a2, a3, … an } and { b1, b2, b3, … bn }. 2 m Give a list of the diagonal elements of . Give a list of the diagonal elements of and for where m is an integer. Lesson Learned: Diagonal matrices commute.

3 21.) Check the identity:  ijk imn jm kn jn km. There are 81 distinct assignments for the i1 indices { j k m n }. Calculate both sides explicitly for the sets: { 1 2 1 2 }, { 3 2 2 3 }, { 1 2 3 1 }. and { 1 2 3 3 }.

*^# *^# *^# *^# *^# *^# 22.) Consider the permutation symbol ijk . Give the values of: ^^# , #*^ , ^*# , #^* and *#^ .

23.) a.) Compute the determinants of the matrices

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-47 152  01  22  662     10 34  215 b.) Compute the determinants of the transposes of those matrices.

24.) List nine special terms related to matrices.

333 25.) Expand the 22jkkAjjBAB jkk. Replace the subscripts using the jk,1j1 k 1   substitutions 1;2;3x yz. Compare with  A B .   y

26.) Given two n x n matrices and , does = require that either = or that = where is the n x n zero matrix?

27.) Given two n x n matrices and , does | | = 0 require that | | = 0 or that | | = 0? Explain.

28.) Express the following set of linear algebraic equations in matrix form and then solve them using Cramer's rule. xy  z 6 xy z 0 xy20 z 

29.) Under what condition does Cramer's rule fail to provide unique values for x, y and z given equations represented as:

aaa11 12 13  x  1  aaa y  3   21 22 23     aaa31 32 33  z  2  30.) Determinants You must show your calculation steps, not just punch the calculator.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-48 212 a.) Compute 121. 112

b. Use other than brute force to compute. Minors and Cofactors come to mind. 2712 1721

0200 1312 c.) | |= 4 ; | | = 2. Give the values of each determinant below based on the values for the 3 x 3 matrices| | and | |. -1 t | |= | |= | 3 | = | |=

d.) Give the definition for the determinant of a 3 x 3 matrix with elements amn using summations and the permutation symbol i jk.

      31.) The volume of a parallelepiped with sides ABC,,is ABC   . Show that this volume is can

AAAx yz be computed as the determinant Bx BByz.

CCCx yz 32.) A general set of 3D coordinates are related to the Cartesian set by the transformation equations x(q1,q2,q3), y(q1,q2,q3), and z(q1,q2,q3). Small positive changes in each of the coordinates generate three small displacements characteristic of the general coordinates (assumed to be in RH order):  xzˆˆy ˆ  xzˆˆy ˆ drq  dq11 i dq j dq 1 k , drq  dq22 i dq j dq 2 k , 1 qqq11 1 2 qqq22 2    drxz dq iˆˆy dq j dq kˆ and dr dr dr 0 . Show that the volume element in the q3 33 3qqq123  qqq33 3 general system can be represented as:

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-49 xzxzyy dq111 dq dq qqq111  qqq 111 xzxzyy dV dq222 dq dq dq 123 dq dq qqq222  qqq 222 xzxzyy dq333 dq dq qqq333  qqq 333

x y z qqq111 where x y z is the determinant of the Jacobian matrix for the transformation. qqq222 x y z qqq333

xzy rrr xzy 2 33.) Compute dV  dr d d . It is helpful to factor r sin out of each term in the xzy  expansion of the determinant. Refer to the previous problem.

3 34.) The identity is used in the proofs of vector identities. ijkim j km jm k  i1 Verify that the identity is valid for the following specific sets of index values by direct calculation of both sides. {j, k,, m} = {1, 3, 1, 3}; {2, 1, 1, 2}; {1, 3, 2, 1}; {2, 2, 2, 1}; {2, 2, 2, 2}

3 35.) The definition of the determinant of a 3 x 3 matrix is | | =  ijkaa12 i j a 3 k . Show that this ijk,, 1

33 1 is equivalent to | | = 3! mn ijkaa i mj a nk . Argue effectively that for an n x n: ,,mn 1 i ,, jk 1

nn | | = 1  aa..... a n! ii12, ,..., inn j 1 , j 2 ,..., j ij 11 ij 22 ij nn ii12, ,..., inn 1 j 1 , j 2 ,..., j 1

 ˆˆˆˆ ˆˆ 36.) Consider the velocity vector: vvivjvkvivjvkxy z 12 3. The identification of the 1 component as the x component and so on follows the scheme {x, y, z} {1, 2, 3}. Consider the matrix formed with elements wij = vi vj. Compute the trace of . (Tr[ ] = w11+ w22+ w33). Now

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-50 consider a change of change to one rotated by 300 about the z axis. Which elements of would change their values as viewed from this rotated frame. What would happen to the value Tr[ ]? The trace of a matrix is a scalar value. Rotations preserve the values of scalars in   general and inner products in particular. Note that any two vectors A and B could be used to form a matrix with similar results.

vvx xxyxz vv vv  ABx xxyxz AB AB    = vvyx vv yy vv yz = AByx AB yy AB yz    vvzx vv zy vv zz  ABzx AB zy AB zz

37.) If is the n X n identity matrix is modified by interchanging rows k and m, left side multiplication of by interchanges row k and m in . Show that the determinant of is -1.

Verify that: [ ]ij = ij (1 - im - kj) + im kj +ik mj .

01  01 38.) Consider the n x n matrices =   and =   . Compare and . 10 10 Matrices with the property that = - are said to anti-commute.

39.) The trace of a matrix is defined to be the sum of its diagonal elements.

Tr[ ]  ijm ij (Assume that all matrices are n x n.) ij (a.) Show that Tr[ ] = Tr[ ]. (b.) Show that Tr[ ] = Tr[ ]. (c.) Show that Tr[ ] need not equal Tr[ ]. See the problem above about matrices that do not commute. Choose to yield a product with a trace.

40.) Show that the product of two diagonal matrices is a diagonal matrix. Give the form of the diagonal elements of the product matrix. What is the determinant of a diagonal matrix? (the diagonal matrices are square  n x n.)

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-51 AAA AAA  x yz  x yz 41.) Show that: ABC  Bx Byz B. Conclude that ABC  Bx Byz B  0 for vectors

CCCx yz CCCx yz in right-hand-rule order.

42.) Show that the identity below follows from the definition of determinant and the properties of the permutation symbol. Summations over repeated indices are understood.

DAAAijk... mn ... i jm kn... ijk ...  Use this representation to prove at least two properties of determinants.

43.) The identity below is established in the previous problem. Summations over repeated indices are understood.

DAAAijk... mn ... i jm kn... ijk ... 

Use this representation to show that:    . To get started, note that:

DABABABijk... mn ... is s jt tm ku un... ijk ... 

44.) Show that m +1,n = m ,n - 1. 45.) Suppose the is a square matrix with non-zero elements on the diagonal only. Let those k elements be m for the row m diagonal element. Show that ( ) is a diagonal matrix with elements k m on the diagonal in row m diagonal and zeroes elsewhere.

46.) Consider a set of the mutually ortho-normal directions listed in right-hand rule order {ê1, ê2, ê3}.

Using problem 41 and the result that ijk eeeˆˆˆ i() j k , it follows that:

...eˆi ...    ...eeeeˆˆˆˆ ...  . ijk j i j k   ...eˆk ...   That is, the determinant of the matrix formed by using the components of any set of three vectors drawn from the three mutually orthogonal directions as the elements of the rows or columns can be represented by the permutation symbol. Any set means that any one of the three mutually orthogonal

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-52 directions can appear 0, 1, 2 or 3 times. The vectors can be slipped in as columns as well as rows because the determinant of the transpose of a matrix is the same as the determinant of the matrix. a.) Use the results above to represent ijk klm using the row determinant and then the column determinant. b.) Use the result that | | | | = | |. Note that each element of is the inner product of two of the directions. c.) Expand the resulting form of | | carefully and completely. Collect terms. d.) Conclude that ijk klm = il jm - im jl. e.) Deduce an similar expression for kij klm .

v 2 -½ 47.) The Lorentz transformations are:  = /c;  = [1 -  ]

t =  [t –  c -1 x] x =  [x – c t] y = y z = z It is assume that the primed and unprimed coordinate systems coincide at time t = t = 0 and that the primed system has a velocity of v in the x direction relative to the unprimed. a.) Rewrite these equations as equations for ct, x, y, and z. b.) Write your equations in matrix form.   ct   x i.e., in the form:      y      z c.) Consider the transformation from unprimed to primed at v1 iˆ followed by a transformation from the primed coordinates to double-primed coordinates using v2 iˆ . Find the matrix that represents the transformation from unprimed to double primed coordinates. You may suppress the y and z elements for parts c and d. ct 1 ...  ct Hint: Use the reference form:    as you isolate groupings of interest. What are x '...1  x the off diagonal entries? What does  represent? d.) Use the result of the previous part to deduce the relativistic velocity addition rule for successive velocity transformations (boosts) in the x direction. Call the sum u. Give u(1, 2)

u 2 -½ e.) Show that u = [1 – ( /c) ] = (1+12) 1 2.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-53

48.) Prove that the determinant of a matrix block diagonal form is the product of the determinants of the blocks. Prove the proposition for a matrix with two diagonal blocks and then complete the proof using induction on the number of blocks. Alternatively, one can use:  12M MN 1, , ij m n iNN j  m n  i for all cases that multiply a non-zero product of elements and the definition of the determinant of an N x N matrix in the case of one with M x M and (N – M) x (N – M) blocks .

49.) The determinant of a matrix block diagonal form is the product of the determinants of the blocks. Evaluate the following determinant using expansion by minors of the first row. Compare the result with the product of the determinants of the two diagonal blocks.

1100 11 00 2100 22 00  0043 00 43 0032 00 32

ab 50.) Consider a general 2 by 2 matrix   . Find its inverse as the matrix of cofactors divided by cd the determinant. Find the transpose of the matrix. Find the inverse of the transpose. Comment on the results. Recall that the determinant of the transpose is equal to the determinant of the original square matrix. Argue that, for square matrices, the transpose of the inverse is the inverse of the transpose. Search the web. Is the transpose of the inverse equal to the inverse of the transpose?

10  71  51.) Consider the matrices  and   . Is the product of symmetric matrices necessarily 02 15 a symmetric matrix?

52.) Real symmetric matrices can represent self-adjoint operators over a real . Show that if , and are symmetric, then = . That is: the matrices commute.

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-54

References:

1. Jerry B. Marion and Stephen T. Thornton, Classical Dynamics of Particles and Systems, 4th Edition, Saunders (1995), chapter twelve.

2. S.Lipschutz and M. Lipson, , 3rd Edition, chapters 2 & 8, McGraw-Hill (2001).

3. Mary L. Boas, Mathematical Methods in the Physical Sciences, 2nd Edition, chapter 3, John Wiley & Sons (1983).

4. K. F. Riley, M. P. Hobson and S. J. Bence, Mathematical Methods for Physics and , 2nd Ed., Cambridge, Cambridge UK (2002).

5. Mathworld.wolfram.com

6. John W. Dettman, Mathematical Methods in Physics and Engineering, Dover Publications (1969).

7. This handout is based on lectures given by Professor Uldrich at Rice University in 1966. He in turn referenced the writings in Linear Algebra by Leonard E. Dickson.

8. P.E. Lewis and J. P. Ward. Vector Analysis for Engineers and Scientists, Addison Wesley (1989).

1/8/2014 Physics Handout Series.Tank: Matrices and Determinants MD-55