drainagesystem 2026-2-6:20:5:30

This commit is contained in:
2026-02-06 20:05:30 -08:00
parent e3d78f4ae9
commit 61d377de09
9 changed files with 105 additions and 13 deletions

View File

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

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Span.md", "file": "Maximally Linearly Independent.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Span" "title": "Maximally Linearly Independent"
} }
}, },
{ {
@@ -35,6 +35,86 @@
"title": "Cardinality" "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", "id": "b3b7ab1942492276",
"type": "leaf", "type": "leaf",
@@ -133,7 +213,8 @@
"title": "Vector Set" "title": "Vector Set"
} }
} }
] ],
"currentTab": 7
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -206,7 +287,6 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Span.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -216,7 +296,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for Span" "title": "Backlinks"
} }
}, },
{ {
@@ -225,12 +305,11 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Span.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links from Span" "title": "Outgoing links"
} }
}, },
{ {
@@ -296,21 +375,27 @@
"github-sync:Sync with Remote": false "github-sync:Sync with Remote": false
} }
}, },
"active": "0c7f6f81494b22b9", "active": "2c3f77128f00e180",
"lastOpenFiles": [ "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", "Vectors.md",
"Dimensionality.md", "Dimensionality.md",
"Vector Set.md", "Vector Set.md",
"Basis.md",
"Maximally Linearly Independent.md", "Maximally Linearly Independent.md",
"Vector Spaces.md", "Vector Spaces.md",
"Generating Set.md", "Generating Set.md",
"Cardinality.md",
"Subspaces.md", "Subspaces.md",
"Minimal Generating.md", "Minimal Generating.md",
"Linear Dependency.md", "Linear Dependency.md",
"Linear Combinations.md", "Linear Combinations.md",
"Span.md",
"Non-Trivial.md", "Non-Trivial.md",
"Sets.md", "Sets.md",
"Welcome.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 ∞