bossini Messages 1 Reaction score 0 Thread starter Oct 8, 2009 #1 Homework Statement can you divide 2 vectors which are in fractions? Homework Equations example a . a / b . a (dot products) The Attempt at a Solution would it become a / b?
Homework Statement can you divide 2 vectors which are in fractions? Homework Equations example a . a / b . a (dot products) The Attempt at a Solution would it become a / b?
Delphi51 Homework Helper Messages 3,406 Reaction score 11 Oct 8, 2009 #2 a and b are vectors? If so then a dot a and a dot b are not vectors, just numbers. Example: a = (1,2) b = (3,4) Then a dot b = 1*3 + 2*4 = 11
a and b are vectors? If so then a dot a and a dot b are not vectors, just numbers. Example: a = (1,2) b = (3,4) Then a dot b = 1*3 + 2*4 = 11