next home previous mult. solutions contents

3.3 Multiplication of Matrices - Problems

  1. The matrix below expresses the approximate distance, in miles, between any of the following two cities: Houston, Los Angeles, New York, and Washington DC.

    matrix

    1. What special kind of matrix is this (other than square and 4 by 4)?

    2. If we want to know the same information in kilometers, what should we do? Remember, for our purposes here, one mile is equal to 1.6 kilometers.

    3. What is the resulting matrix when you perform the operation that you suggested in part (b)?

  2. Perform the operations requested below if they are possible using these matrices.

    matrix

    1. 4C

    2. AD

    3. DA

    4. BC

    5. 3CB

    6. C (A + B)

    7. AB

    8. BA

    9. CAD

    10. DBC

    11. AD + (CB)T

    12. DC

    13. CD

  3. The matrix G represents the average score for each student on tests, quizzes, and homework. Tests are 50% of the grade, quizzes are 30% and homework is 20%.

    matrix

    1. Write the vector P expressing the percentages that would be used to find the final grade for each student.

    2. Would GP or PG produce a matrix of the final grades?

    3. Using matrices, determine the final grade for each student. Please show your work.

  4. Does c(Ax) = A(cx) where c is a scalar, A is a 2 by 2 matrix, and x is a dimension 2 column vector? Explain your answer.

  5. Place the parentheses where needed to minimize the number of multiplications performed to work this problem. How many simple multiplications did it take to find T?

    matrix

  6. Does matrix satisfy the equation  matrix Explain why A does or does not satisfy the equation.

    Note: For real numbers, a multiplied by itself n times can be written as an. Similarly, the matrix A multiplied by itself n times can be written as An. Therefore, A2 means AA. Computer Program

    Make changes and additions to your program from Chapter 2 so that it can also multiply matrices. A warning message should be displayed if the matrices are not of correct dimensions for the operation requested. Your program should be able to handle (AB - C + D)E and other similar problems. Remember that your program should be user-friendly and should have comments in the code. Again, write this program without using any commands that directly read, write, or manipulate matrices.

next home previous go to the top mult. solutions contents

Send comments on material to Tamara Carter

These pages are maintained by Hilena Vargas (hvargas@rice.edu)
Updated: August 15, 2000

 Copyright ©1995 - 2000 Tamara Lynn Anthony