ENGR 1405 Engineering Mathematics 1

Faculty of Engineering and Applied Science
2000 Fall


Problem Set 4
Questions

  1. Find the value of the determinant for each of the following matrices.
    [Note:   if your browser shows double bars around each matrix, then read this as single bars = determinant.]

    1.  
      10-1
      -357
      234
    2.  
      10-1
      357
      234
    3.  
      12-14
      3523
      -1214
      5-123

        Application Problems
  1. A box has co-terminal sides represented by the vectors

    v1 = i + 2 j - 3 k,       v2 = i - 4 j + 2 k,       v3 = 3 i + 2 j + 5 k

    Find the volume of the box by evaluating the determinant of the matrix (V1V2V3),
    where Vi is the column matrix representation of the vector vi.


  1. Use matrix determinants to find the polynomial that passes through a given set of points.   To find the polynomial of order "n" that passes through "n+1" given points we must evaluate the determinant of an (n+1)×(n+1) matrix.   For example, for the set of points given by
    S   =   { (x, y) | (1, -1), (3, 5) } ,
    we evaluate
    x0x1 y
    11-1
    135

    to find, in simplified form, the equation   y = 3x - 4.
    Find the appropriate polynomial equation for each of the following sets.

    1. S   =   { (x, y) | (-1, 5), (0, 2), (2, -8) }

    2. S   =   { (x, y) | (-2, 8), (-1, 3), (1, -5), (2, 9) }

  1. One of the problems associated with online commerce and communication is related to the fact that some unauthorized user may be able to access online information.   Because of this, encryption has become very important.   Below we consider a very simplified method of encryption.   First, each letter of the alphabet is numbered according to its place in the alphabet, and a space between words is assigned the value zero.   Second, introduce an invertible encryption matrix, E.   Because this is a simplified approach, choose dim(E) = 2×2.   Third, convert the message to numeric format using the assignment values in step one.   Fourth, break the numeric string message into groups of two numbers and rewrite each numeric pair as a 2×1 column matrix.   If the last column matrix is incomplete, then add a space.   Fifth, left-multiply each column matrix by the encryption matrix, E.   Sixth, reconvert to a numeric string message and send.   Seventh, begin to decode the message by using the fourth step above.   Eighth, left-multiply each column matrix by the inverse of the matrix E.   Ninth, reconvert to a numeric string and finish decoding by using the first step.

    Let
            [ 2  1 ]
        E = [      ]  .
            [ 3  2 ]
    
    1. Find the encrypted numeric string for the following message:
              "this is just a test message"
      The associated numeric string for the above is as follows:

      20,8,9,19,0,9,19,0,10,21,19,20,0,1,0,20,5,19,20,0,13,5,19,19,1,7,5,0


    2. Determine the inverse of the encryption matrix and decode the following message.

      65,105,42,63,51,79,41,64,19,38,45,69,11,19,57,95,33,60,24,36


  1. In the circuit illustrated below, determine the values of all of the currents:

    Circuit diagram


  1. Another application for matrices is to determine numerical approximations.   In this problem we are looking for the numerical approximation for the steady-state temperature distribution in a flat plate when the temperature is known at every point on the boundary of the plate.   We will be considering only the simplest geometry, a rectangular plate.   A visual representation of such a plate is given below.

    Values on grid, row by row, from top edge downwards:
     0, 18.75, 25, 18.75, 0
     0, g, h, k, 0
     0, d, e, f, 0
     0, a, b, c, 0
     0, 20, 10, 20, 0

    Determine the temperature at each of the points (nodes)   a, b, c, d, e, f, g, h, k   by solving the following system of linear equations.

    4g = 0 + d + h + 18.75     4h = g + e + k + 25 4k = h + f + 0 + 18.75    
    4d = 0 + a + e + g 4e = d + b + f + h 4f = e + c + 0 + k
    4a = 0 + 20 + b + d 4b = a + 10 + c + e     4c = b + 20 + 0 + f

    Normally to find the value of the temperature at these nine points we would have to solve a system of nine equations in nine unknowns.   However because of the symmetry of the boundary temperatures around the vertical mid-line in this particular problem we have the additional set of equations

    c = a f = d k = g

    This last set of equations when properly used will reduce the set of equations to be solved to a set of six equations in six unknowns.



Back to the Index of Problem Set Questions   [Back to the Index of Problem Set Questions] [On to the Index of Solutions]   To the solution page