Understanding Dot and Cross Product in Matrix Multiplication

Pippa
Messages
5
Reaction score
0
Explain, for example, why you can cross three vectors (two at a time, following the usual rules), but not dot three vectors. Do you see the dot product "in action" in matrix multiplication? What sort of insights can the dot product give when trying to comprehend matrix multiplication?
 
Physics news on Phys.org
the dot product is a scalar, the cross product is still a vector
 
The dot product coincides with matrix multiplication , when your matrices are 1xn and
nx1.
 
Thanks Guys :D
 
np-
basically you get a number if its 1xn and nx1 and another vector if its nx1 and nx1
 
Yep, a scalar dotted with a vector is undefined. Finally, something I can answer! :-)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top