- #1
laser1
- 80
- 13
- TL;DR Summary
- 1x1 Matrix is scalar or not?
I've seen dot product being represented as a (nx1 vector times a (mx1)^T vector. This gives a 1x1 matrix, whereas the dot product should give a scalar. I have found some threads online saying that a 1x1 matrix IS a scalar. But none of them seem to answer this question: you can multiply a 2x2 matrix by a scalar, but you can't multiply a 1x1 matrix by a 2x2 matrix.