-
-
Notifications
You must be signed in to change notification settings - Fork 33
Vector
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)