Login

Fancade Wiki

Updated Dot Product.md (markdown)

... ...
@@ -3,4 +3,10 @@ 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
[[/uploads/Dot Product.png]]
... ...
\ No newline at end of file
0
[[/uploads/Dot Product.png]]
1
2
## Example
3
4
If the two input vectors are unit vectors (vectors with length of 1), the dot product outputs the cosine of the angles formed by those two vectors. If the two input aren't unit vectors, we can still find the cosine of the angle with these two methods:
5
6
[[/uploads/20210106_122008.jpg]]
... ...
\ No newline at end of file
Fancade Wiki