Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
Affected files:
Mathematics/Linear Algebra/Vectors.md
  • Loading branch information
OdyAsh committed Nov 4, 2023
1 parent c4cd286 commit 7370354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathematics/Linear Algebra/Vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic vector characteristics:
* It is something that has a magnitude and a direction.
* Intuitive example ([source](https://www.khanacademy.org/math/linear-algebra/vectors-and-spaces/vectors/v/vector-introduction-linear-algebra)):
![Pasted image 20231103144158](Attachments%20-%20Vectors/Pasted%20image%2020231103144158.png)
* It has the following notation: $\vec{v}=\left(5,0\right)=\begin{bmatrix}5\cr0\end{bmatrix}$
* It has the following notation: $\vec{v}=\left(5,0\right)=\begin{bmatrix} 5 \cr 0 \end{bmatrix}$
Again:
$$\vec{v}=\left(5,0\right)=\begin{bmatrix}5\cr0\end{bmatrix}$$
* $5$ and $0$ are called ***components*** of a vector, while $(5,0)$ is called a ***2-tuple*** in a 2-D real coordinate space $\left(\mathbb{R}^2\right)$ ([source](https://www.khanacademy.org/math/linear-algebra/vectors-and-spaces/vectors/v/real-coordinate-spaces)).
Expand All @@ -21,7 +21,7 @@ again:

$\vec{v}=\left(5,0\right)=\begin{bmatrix}5\cr0\end{bmatrix}$
Again:
$$\vec{v}=\left(5,0\right)=\begin{bmatrix}5\cr0\end{bmatrix}$$
$$\vec{v}=\left(5,0\right)=\begin{bmatrix} 5 \cr 0 \end{bmatrix}$$

$$\vec{v}=\left(5,0\right)=\left[\begin{array}{l}{5}\cr{0}\end{array}\right]$$

Expand Down

0 comments on commit 7370354

Please sign in to comment.