Matrices

The transformation matrix is placed on the left. So for the multiplication to be possible, the vector must be written as a column.
 
However, that's only convention, right? Or is there a good reason to use column vectors rather than row vectors?
The transformation matrix is placed on the left. So for the multiplication to be possible, the vector must be written as a column.
I've seen some contexts in which row vectors were used, and matrix operators were on the right. That is mentioned here:

So, yes, it is a convention, and we can go either way. Either way, something is different from what students initially expect!
 
Top