Skip to content

Commit

Permalink
changing c to l
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
Mathematics/Linear Algebra/Vectors.md
  • Loading branch information
OdyAsh committed Nov 4, 2023
1 parent 84e0e57 commit 1265ffd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
21 changes: 4 additions & 17 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,13 @@
"id": "4ebf488a29acfd63",
"type": "tabs",
"children": [
{
"id": "7b8a01945d6b0a58",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Mathematics/Linear Algebra/Vectors.md",
"mode": "source",
"source": false
}
}
},
{
"id": "8ad07a4fedd140fb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Obsidian/Debugging Obsidian.md",
"file": "Mathematics/Linear Algebra/Vectors.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -215,12 +203,13 @@
"obsidian-trash-explorer:Open trash explorer": false
}
},
"active": "7b8a01945d6b0a58",
"active": "8ad07a4fedd140fb",
"lastOpenFiles": [
"Obsidian/Debugging Obsidian.md",
"Mathematics/Linear Algebra/Vectors.md",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104112617.png",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104112518.png",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104112236.png",
"Mathematics/Linear Algebra/Vectors.md",
"Programming/AI Related/Power BI.md",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104110053.png",
"Mathematics/Linear Algebra/Attachments - Vectors/vector-addition.mp4",
Expand All @@ -231,7 +220,6 @@
"Mathematics/Linear Algebra/Attachments - Vectors/vector-scalar-multiplication.gif",
"Mathematics/Linear Algebra/Attachments - Vectors/vector-scalar-multiplication.gif.crdownload",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104104131.png",
"Obsidian/Debugging Obsidian.md",
"Mathematics/Linear Algebra/Media-Temp/Pasted image 20231104093754.png",
"Mathematics/Linear Algebra/Media-Temp",
"Programming/AI Related/Data Analytics Notes.md",
Expand All @@ -240,7 +228,6 @@
"Obsidian/Media/Pasted image 20231104084943.png",
"Obsidian/Media",
"Obsidian/Attachments - Debugging Obsidian/Pasted image 20231104082158.png",
"Obsidian/Media/Pasted image 20231104082059.png",
"Programming/Python/Virtual Environments/Conda Environment.md",
"Virtual Environments/ Conda Environment.md",
"Virtual Environments",
Expand Down
2 changes: 1 addition & 1 deletion 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.png]]
* It has the following notation: $\vec{v}=\left(5,0\right)=\begin{array}{c}{5}\cr{0}\end{array}$. As we can see, test test test.
* It has the following notation: $\vec{v}=\left(5,0\right)=\left[\begin{array}{l}{5}\cr{0}\end{array}\right]$. As we can see, test test test.
* $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)).
* Side note 1: $\mathbb{R}^2$ is also called a ***set***, such that $\vec{v}\in\mathbb{R}^2$ is called "vector $\vec{v}$ belongs in the set $\mathbb{R}^2$"
* Side note 2: it can also be represented using unit vectors $i$ and $j$ , as explained in the [Unit vector](#Unit%20vector) section.
Expand Down

0 comments on commit 1265ffd

Please sign in to comment.