VIAS Encyclopedia provides a collection of tables and definitions commonly needed in science and engineering. |
Home Mathematics Matrix Algebra Geometrical Meaning of Matrix Multiplication | |||||||||||||
See also: Homogeneous Coordinates, Matrix Multiplication | |||||||||||||
Geometrical Meaning of Matrix Multiplication
Matrix multiplication is a versatile tool for many aspects of scientific or technical methods. One particular application of matrix multiplication is the transformation of data in n-dimensional space. Data can be scaled, shifted, rotated, or distorted by a simple matrix multiplication. In order to achieve all these operations by a single transformation matrix, the original data has to be augmented by an additional constant value (preferably 1). Example: transformation of two-dimensional points. Suppose you have seven data points in two dimensions (x, and y). These seven data points have to be submitted to various transformation operations. Therefore we first augment the data points, denoted by [xi,yi], with a constant value, resulting in the point vectors [xi,yi,1]. For performing the various transformations, we simply have to adjust
the transformation matrix.
This text is part of "Teach/Me Data Analysis" and has been included by permission of the author.
|
|||||||||||||
Home Mathematics Matrix Algebra Geometrical Meaning of Matrix Multiplication |