From ca00073a5e6b405eabd08d09f51b1329aad7018a Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 21 Apr 2021 12:54:32 -0400 Subject: [PATCH] math: fix latex error --- docs/mcv4u7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcv4u7.md b/docs/mcv4u7.md index 813320d..f2f9421 100644 --- a/docs/mcv4u7.md +++ b/docs/mcv4u7.md @@ -328,7 +328,7 @@ Vectors with the same magnitude but opposite directions are equal to one another ### Unit vector The **unit vector** of a vector is a vector of the same direction as the original with a magnitude of $1$. It is denoted via a caret/hat. -$\hat{v}$$ +$$\hat{v}$$ From the original vector $\vec{u}$, the unit vector $\hat{u}$ can be found by dividing by the magnitude of the vector. $$\hat{u}=\frac{\vec{u}}{|\vec{u}|}$$