Skip to content
Ilya Gyrdymov edited this page Sep 18, 2017 · 7 revisions

Vector in algebraic sense is a sequence of numerical elements. There are several operations which can be applied to this sequence. The operations are:

  • Vector addition (Result of the operation - new vector)
  • Vector subtraction (Result of the operation - new vector)
  • Scalar multiplication (Result of the operation - new vector)
  • Vector product (aka dot product, result of the operation - a scalar)
Clone this wiki locally