Compare commits

...

6 Commits

Author SHA1 Message Date
61d377de09 drainagesystem 2026-2-6:20:5:30 2026-02-06 20:05:30 -08:00
e3d78f4ae9 drainagesystem 2026-1-15:13:59:6 2026-01-15 13:59:06 -08:00
ea5274d266 drainagesystem 2026-1-15:13:58:56 2026-01-15 13:58:56 -08:00
4631e18a5a drainagesystem 2026-1-15:13:58:45 2026-01-15 13:58:45 -08:00
e3547e5f1c drainagesystem 2026-1-15:13:57:51 2026-01-15 13:57:51 -08:00
77fba70823 drainagesystem 2026-1-15:13:57:23 2026-01-15 13:57:23 -08:00
10 changed files with 118 additions and 12 deletions

View File

@@ -17,6 +17,6 @@
"repelStrength": 20,
"linkStrength": 1,
"linkDistance": 30,
"scale": 0.7885418390396122,
"scale": 0.8161147498220488,
"close": true
}

View File

@@ -0,0 +1,7 @@
{
"remoteURL": "https://git.cadencoaster.com/Rivulet/Obsidian-Vault.git",
"gitLocation": "",
"syncinterval": 0,
"isSyncOnLoad": true,
"checkStatusOnLoad": true
}

View File

@@ -11,10 +11,14 @@
"id": "0c7f6f81494b22b9",
"type": "leaf",
"state": {
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Graph view"
"type": "markdown",
"state": {
"file": "Maximally Linearly Independent.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Maximally Linearly Independent"
}
},
{
@@ -31,6 +35,86 @@
"title": "Cardinality"
}
},
{
"id": "431933ddf3db8107",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Magnitude.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Magnitude"
}
},
{
"id": "dcbf6d686bbb6536",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Magnitude.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Magnitude"
}
},
{
"id": "815b549b55ef2600",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Norm.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Norm"
}
},
{
"id": "ac134201cd16d907",
"type": "leaf",
"state": {
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Graph view"
}
},
{
"id": "43e187b2de7fb256",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "P-Norms.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "P-Norms"
}
},
{
"id": "2c3f77128f00e180",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Supremum Norm.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Supremum Norm"
}
},
{
"id": "b3b7ab1942492276",
"type": "leaf",
@@ -129,7 +213,8 @@
"title": "Vector Set"
}
}
]
],
"currentTab": 7
}
],
"direction": "vertical"
@@ -286,24 +371,31 @@
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
"bases:Create new base": false,
"github-sync:Sync with Remote": false
}
},
"active": "0c7f6f81494b22b9",
"active": "2c3f77128f00e180",
"lastOpenFiles": [
"P-Norms.md",
"Supremum Norm.md",
"Normed Spaces.md",
"Norm.md",
"Magnitude.md",
"Null Vector.md",
"Cardinality.md",
"Basis.md",
"Span.md",
"Vectors.md",
"Dimensionality.md",
"Vector Set.md",
"Basis.md",
"Maximally Linearly Independent.md",
"Vector Spaces.md",
"Generating Set.md",
"Cardinality.md",
"Subspaces.md",
"Minimal Generating.md",
"Linear Dependency.md",
"Linear Combinations.md",
"Span.md",
"Non-Trivial.md",
"Sets.md",
"Welcome.md"

View File

@@ -0,0 +1 @@
the distance a given vector %%[[Vectors]]%% is from the Null Vector.

View File

@@ -1 +1 @@
A form of [[Linear Dependency]] where if even one vector not already present in the [[Vector Set]] is added from the Vector Space %%[[Vector Spaces]]%% it in habits, it is no longer linearly independent.
2

View File

@@ -0,0 +1 @@
A norm is a function usually denoted as such: $||x||$ for a vector space %%[[Vector Spaces]]%% that is always greater than zero unless the input value is a [[Null Vector]], has positive homogeneity EX: $|c|*||x|| = ||cx||$, and has Triangle inequality EX: $||x||+||y|| \geq ||x+y||$

View File

@@ -0,0 +1 @@
[[Vector Spaces]] that have a defined [[Norm]]

View File

@@ -0,0 +1 @@
an all 0 vector %%[[Vectors]]%%

View File

@@ -0,0 +1,2 @@
P-norms are a type of [[Norm]] that follows this formula:
$$‖𝐱‖_𝑝 = \biggl(∑^𝑛_{𝑖=1}|𝑥𝑖|^𝑝\biggr)^{1/𝑝},𝐱 = (𝑥_1, … , 𝑥_𝑛)$$

View File

@@ -0,0 +1 @@
A type of [[Norm]] that is a [[P-Norms]] where the P is ∞