Login

Fancade Wiki

Updated Dot Product.md (markdown)

... ...
@@ -1,6 +1,6 @@
1 1
Dot product is algebraically defined as the sum of the product of the corresponding vector component.
2 2
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:
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
Output = (Ax×Bx)+(Ay×By)+(Az×Bz)
5 5
6 6
[[/uploads/Dot Product.png]]
... ...
\ No newline at end of file
Fancade Wiki