A matrix can be used to calculate a new vector from an old vector. In our notation the prime symbol, (‘), will indicate new.
More specifically, each component in the new vector is a sum of contributions from all components of the old vector
.
New Vector Components
If you have worked dozens of matrix multiplication problems, you might notice that the three equations above show what we would get from the following matrix multiplication:
The components of both vectors (old and new) must be the same type of mathematical thing. The components of the a matrix must be Scalars.