L
LesHurley
Is there a built in function in excel 2003 for the dot product of two vectors? One can calculate it using multiple functions. If both vectors are oriented either by row or by column one can use {=sum(v1*v2)}. If one is oriented by row and the other by column one can calculate {=sum(v1*transpose(v2)}. But these can become a bit confusing. Why not a function {=dot(v1,v2)} without worrying about orientation?
Thanks for your help
Thanks for your help