vault backup: 2024-11-25 10:11:37

This commit is contained in:
arc 2024-11-25 10:11:37 -07:00
parent 1cba982320
commit f91a30aa5b

View File

@ -2,7 +2,8 @@ A vector is a mathematical concept that denotes direction and magnitude. They're
Vectors are often denoted as a matrix with two rows: $\begin{bmatrix}1 \\2\end{bmatrix}$
# Component Form
If $\vec{v}$ is a vector with the initial point $(x_y,\ y_i)$, and a terminal point $(x_t,\ y_t)$, we can express $\vec{v}$ in component form as $\vec{v} = <x_t -
# Magnitude
The magnitude of a vector is $|\vec{v}| = \sqrt{a^2 + b^2}$