There is a special form of square matrix which is called the identity matrix. This is because when a column or a row matrix is multiplied by it, the row or column resulting is the same as the original. The identity matrix is composed of a diagonal of 1's while all the other elements are zero. The 4 by 4 square identity matrix is the most familiar to 3-D graphics programmers, and it is shown below.


translation
return to table of contents