revised 08/01/00, 07/28/03


CHAPTER 15 — Product of Rectangular Matrices

This chapter discusses the product of two rectangular matrices. This product is an extension of the ideas of the previous chapter. Each element of the product is formed by a dot product.

Chapter Topics:

Matrix-matrix products are used in computer graphics to create the transformation matrices that operate on points and vectors. In a "first person game" such as DOOM the landscape is modeled with points and vectors. The constantly changing view you see as the hero moves through the landscape is created by transforming those points and vectors.

QUESTION 1:

Is it possible to multiply the following two matrices?     AR×N BN×C