There is a special kind of vector which I would like to mention -
the so-called zero vector.
The zero vector is a vector whose components all equal 0.
It is often denoted as 0 (the number zero with the little arrow on top).
A two-dimensional zero vector looks like this:
0=[00].
The zero vector can be obtained by multiplying any vector by 0
(scalar multiplication), or by subtracting a vector from itself:
0v=[0⋅v10⋅v2]=[00]=0,
or
v−v=[v1−v1v2−v2]=[00]=0.