Compare commits

..

3 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
9 changed files with 105 additions and 13 deletions

View File

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

View File

@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Span.md",
"file": "Maximally Linearly Independent.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Span"
"title": "Maximally Linearly Independent"
}
},
{
@@ -35,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",
@@ -133,7 +213,8 @@
"title": "Vector Set"
}
}
]
],
"currentTab": 7
}
],
"direction": "vertical"
@@ -206,7 +287,6 @@
"state": {
"type": "backlink",
"state": {
"file": "Span.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -216,7 +296,7 @@
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for Span"
"title": "Backlinks"
}
},
{
@@ -225,12 +305,11 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Span.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from Span"
"title": "Outgoing links"
}
},
{
@@ -296,21 +375,27 @@
"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 ∞