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:

  • Addition (Result - new vector)
  • Subtraction (Result - new vector)
  • Scalar multiplication (Result - new vector)
  • Vector product (aka dot product, result - a scalar)
Clone this wiki locally