vault backup: 2024-11-25 10:11:37
This commit is contained in:
parent
1cba982320
commit
f91a30aa5b
@ -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}$
|
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
|
# Magnitude
|
||||||
The magnitude of a vector is $|\vec{v}| = \sqrt{a^2 + b^2}$
|
The magnitude of a vector is $|\vec{v}| = \sqrt{a^2 + b^2}$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user