Login

Fancade Wiki

Updated Dot Product.md (markdown)

... ...
@@ -3,6 +3,11 @@ Dot product is algebraically defined as the sum of the product of the correspond
3 3
If we were to find the dot product of Vector A (Ax, Ay, Az) and Vector B (Bx, By, Bz), we would use this formula:
4 4
* A•B = (Ax×Bx)+(Ay×By)+(Az×Bz)
5 5
6
A few things to know that might help:
7
- If the angle formed by the two input vectors is acute, the dot product is positive.
8
- If the angle is a right angle (both vectors perpendicular), then the dot product is zero.
9
- If the angle is obtuse, then the dot product is negative.
10
6 11
[[/uploads/Dot Product.png]]
7 12
8 13
## Example
Fancade Wiki