From 77fba70823aafa3c300d689357ece9d7cf95f3c4 Mon Sep 17 00:00:00 2001 From: Rivulet Date: Thu, 15 Jan 2026 13:57:23 -0800 Subject: [PATCH] drainagesystem 2026-1-15:13:57:23 --- AI Linear Algebra/.obsidian/workspace.json | 21 ++++++++++++++------- AI Linear Algebra/Span.md | 4 +++- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/AI Linear Algebra/.obsidian/workspace.json b/AI Linear Algebra/.obsidian/workspace.json index 6c0a56e..3054486 100644 --- a/AI Linear Algebra/.obsidian/workspace.json +++ b/AI Linear Algebra/.obsidian/workspace.json @@ -11,10 +11,14 @@ "id": "0c7f6f81494b22b9", "type": "leaf", "state": { - "type": "graph", - "state": {}, - "icon": "lucide-git-fork", - "title": "Graph view" + "type": "markdown", + "state": { + "file": "Span.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Span" } }, { @@ -202,6 +206,7 @@ "state": { "type": "backlink", "state": { + "file": "Span.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -211,7 +216,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks" + "title": "Backlinks for Span" } }, { @@ -220,11 +225,12 @@ "state": { "type": "outgoing-link", "state": { + "file": "Span.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links" + "title": "Outgoing links from Span" } }, { @@ -286,7 +292,8 @@ "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", diff --git a/AI Linear Algebra/Span.md b/AI Linear Algebra/Span.md index 6ddc0af..fab3b7a 100644 --- a/AI Linear Algebra/Span.md +++ b/AI Linear Algebra/Span.md @@ -3,4 +3,6 @@ Span is an function that returns a [[Vector Set]] containing all [[Linear Combin example: $span(S)$. also do note that $span(S) = span(span(S))$ -you cannot maximize a maximal set. \ No newline at end of file +you cannot maximize a maximal set. + +test \ No newline at end of file