1st major update src/3_vector_spaces.md
Compare changes
- Maciej Topyla authored
+ 30
− 28
@@ -97,7 +97,7 @@ You might be already familiar with the concept of performing a number of various
@@ -112,39 +112,41 @@ There are two types of vector productions, one where the end result is a scalar
A special vector is the **unit vector**, which has a norm of 1 *by definition*. A unit vector is often denoted with a hat, rather than an arrow ($\hat{i}$ instead of $\vec{i}$). To find the unit vector in the direction of an arbitrary vector $\vec{v}$, we divide by the norm: $$\hat{v} = \frac{\vec{v}}{|\vec{v}|}$$