Updated symbols
commited
commit
d9a39e359b7a629eb691de316bc8b1f547a72838
... | ... | @@ -4,11 +4,11 @@ The Dot Product multiplies 2 vector inputs, adds them, and converts it into a nu |
4 | 4 | |
5 | 5 | In the example above, the process of multiplication is: |
6 | 6 | |
7 | 5X5=25 |
|
7 | 5×5=25 |
|
8 | 8 | |
9 | 0X3=0 |
|
9 | 0×3=0 |
|
10 | 10 | |
11 | 6X2=12 |
|
11 | 6×2=12 |
|
12 | 12 | |
13 | 13 | 25+0+12=37 |
14 | 14 |