Login

Fancade Wiki

Typo

... ...
@@ -1,6 +1,6 @@
1 1
Computes the [[dot product|https://en.wikipedia.org/wiki/Dot_product]] of the two input [[vector]]s.
2 2
3
The dot product is algebraically defined as taking 2 vectors of the same length, and multiplying each number side-by-side, and them summing them all.
3
The dot product is algebraically defined as taking 2 vectors of the same length, and multiplying each number side-by-side, and then summing them all.
4 4
5 5
e.g. If vector 1 is *[2,3,-2]* and vector 2 is **[1,2,3]**:
6 6
- Multiplying *2* and **1** gives 2.
Fancade Wiki