Hi,
Are there any rules against multiplying or adding first when using modulo #?
The reason I ask is because I'm doing the dot product for two vectors:
[10, 9, 8, 7, 6, 5, 4, 3, 2, 1].[8, 0 ,3 ,7, 0, 9, 9, 0, 2, 6]
By doing this, I get:
80 + 0 + 24 + 49 + 0 + 45 + 36+ 0 + 4 + 6 =...