Harry_the_cat
Elite Member
- Joined
- Mar 16, 2016
- Messages
- 3,766
Usually as a column.
When you multiply the ith row of the ID matrix with another matrix you get back the ith row of the other matrix.Identity matrices are always square matrices?
Correct! Gracias.When you multiply the ith row of the ID matrix with another matrix you get back the ith row of the other matrix.
However, that's only convention, right? Or is there a good reason to use column vectors rather than row vectors?Usually as a column.
However, that's only convention, right? Or is there a good reason to use column vectors rather than row vectors?
I've seen some contexts in which row vectors were used, and matrix operators were on the right. That is mentioned here:The transformation matrix is placed on the left. So for the multiplication to be possible, the vector must be written as a column.