diff --git a/Geometria Analítica/1. Vetores.md b/Geometria Analítica/1. Vetores.md index 52179db..3c6d588 100644 --- a/Geometria Analítica/1. Vetores.md +++ b/Geometria Analítica/1. Vetores.md @@ -1,6 +1,6 @@ -$\vec{v} = x\vec{i} + y\vec{j}$ -$\vec{v} = (x, y)$ +$\vec{v} = x\vec{i} + y\vec{j}$ +$\vec{v} = (x, y)$ **Exemplo:** Sejam $v = (-1, 4)$ e $u = (2, -3)$ encontre $3u + 2v$ > $3(2, -3) + 2(-1, 4)$