Dot product calculator

The dot product calculator allows the calculation of the dot product of two vectors online from their coordinates.
  • dot_product(`[1;5];[1;3]`), returns 16,
  • dot_product(`[1;5;3];[1;3;3]`), returns 25
  • See also