1MA01: Mathematical Methods Tutorial Sheet 1 Remember, to find the eigenvalues (λ) you use the characteristic equation of a matrix A: det(A − λI) = 0 and then for each λ solve Av = λv for the eigenvector v. 1. applications of matrix inverse: cryptography You receive a coded message! You know that each letter of the original message is replaced with a number corresponding to its placement in the alphabet: eg “E” is represented by “5”, “W” by “23” and so on. Spaces are indicated by zeroes. You also know the message was transformed (encoded) by multiplying the message on the left by the following 1 2 3 A= 0 1 4 . 5 6 0 (1) Translate the coded message: 14 87 73 24 38 111 2 84 67 17 46 94 1 B= 1 . 66 117 112 55 17 198 6 (2) 2. matrix eigenvalues and eigenvectors Find the eigenvalues and eigenvectors of the matrices A= 1 3 6 1 4 ! ; B= 0 1 −2 −3 ! . (3) Sinéad Ryan, ryan@maths.tcd.ie, see also http://www.maths.tcd.ie/˜ryan/123.html 3. triangular matrices and their determinants A square triangular matrix has all zeros either above or below the main diagonal. The matrices below are all examples of this. Compute their determinants in the usual way and notice that for these special matrices det(A) = a11 a22 . . . ann ie the determinant is just the product of the entries on the diagonal! 5 0 0 A = 0 −3 0 ; B= 0 0 4 6 0 2 −1 ! 10 5 1 ; C = 0 0 −4 (4) 0 0 6 4. triangular matrices and eigenvalues Consider the matrix A= 6 0 9 −4 ! (5) Determine its eigenvalues. What do you notice about the eigenvalues when compared with the matrix entries?