Login

Fancade Wiki

Removed redundant wording on the beggining

... ...
@@ -1,16 +1,10 @@
1
The Dot Product calculates the dot product of the two input vectors, and outputs a [[number]].
2
3
The dot product is written using a central dot:
4
5
A · B
6
7
This means the dot product of the vectors A and B.
1
Calculates the dot product of the two input vectors, and outputs a [[number]].
8 2
9 3
[[/uploads/Dot Product1.png|width=336px,alt=Dot Product]]
10 4
11 5
## Details
12 6
13
The Dot Product is a way of multiplying two vectors together.
7
The Dot Product is a way of multiplying two vectors together, and is written as A · B.
14 8
15 9
We can calculate it algebraically this way:
16 10
Fancade Wiki