Skip to content

Commit e7e8c2b

Browse files
committed
update
1 parent 12b87c2 commit e7e8c2b

33 files changed

Lines changed: 666 additions & 205 deletions

-数学-.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.obsidian/hotkeys.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
],
131131
"templater-obsidian:insert-templater": [],
132132
"templater-obsidian:replace-in-file-templater": [],
133-
"templater-obsidian:jump-to-next-cursor-location": [],
134133
"app:toggle-left-sidebar": [
135134
{
136135
"modifiers": [
@@ -178,5 +177,6 @@
178177
],
179178
"key": "."
180179
}
181-
]
180+
],
181+
"templater-obsidian:jump-to-next-cursor-location": []
182182
}

3Blue1Brown/-3Blue1Brown-.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
tags:
3+
- 数学
4+
aliases:
5+
- 3b1b
6+
author:
7+
- Hu
8+
---
9+
# 目录
10+
11+
[[--Linear Algebra--]]
12+
13+
---
14+
15+
```dataview
16+
LIST
17+
WHERE contains(file.folder,this.file.folder)
18+
AND contains(file.name,"--")
19+
SORT chapter
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
tags:
3+
- 数学
4+
dlink:
5+
- "[[-3Blue1Brown-]]"
6+
author:
7+
- Hu
8+
---
9+
# 目录
10+
11+
[[1-Span]]
12+
13+
---
14+
15+
```dataview
16+
LIST
17+
WHERE file.folder=this.file.folder
18+
AND contains(dlink,link(this.file.name))
19+
SORT file.name
20+
```
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
tags:
3+
- 数学
4+
dlink:
5+
- "[[--Linear Algebra--]]"
6+
author:
7+
- Hu
8+
name: 1-Span
9+
---
10+
11+
# Span
12+
13+
线性相关 / 线性无关(线性独立)
14+
15+
在 2 维平面内,两个线性相关的向量张成的空间为其所在直线;两个线性独立的向量张成的空间为整个平面。以此类推,n 维空间内,n 个线性独立的向量张成的空间即为 n 维空间。

Example.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

Home.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
> [!example] [[-数学-|总目录]]
2-
3-
> [!example]- 数学分析
4-
>```dataview
5-
>list
6-
>from #数学
7-
>where regexmatch("-.*-" ,file.name)
8-
>and contains(file.path, "微积分")
9-
>sort chapter
10-
>```
11-
121
> [!example]- 线性代数
132
>```dataview
143
>list
154
>from #数学
16-
>where regexmatch("-.*-" ,file.name)
5+
>where regexmatch("--.*--" ,file.name)
176
>and contains(file.path, "线性代数")
187
>sort chapter
198
>```
@@ -22,7 +11,7 @@
2211
>```dataview
2312
>list
2413
>from #数学
25-
>where regexmatch("-.*-" ,file.name)
14+
>where regexmatch("--.*--" ,file.name)
2615
>and contains(file.path, "概率论")
2716
>sort chapter
2817
>```

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
基于Obsidian建立个人的数学知识库!
44

5-
点击访问:[/ | Hu-Math](https://321fontsize.github.io/Hu-Math/)
5+
点击访问:[Hu-Math](https://321fontsize.github.io/Hu-Math/)
66

77
---
88
## 目录
99

10-
- [Home](Home.md)(本地Obsidian仓库专用)
11-
- [Example](Example.md)(笔记示例)
10+
- [Home](Home.md)(本地 Obsidian 仓库专用)
11+
- [3Blue1Brown](./3Blue1Brown/-3Blue1Brown-.md)
12+
- [概率论](./概率论/-概率论-.md)
1213
- [线性代数](./线性代数/-线性代数-.md)
13-
1. [数值线性代数](./线性代数/数值线性代数/--数值线性代数--.md)
14-
2. [矩阵](./线性代数/矩阵/--矩阵--.md)
15-
3. [行列式](./线性代数/行列式/--行列式--.md)

_assets_/Callouts/Callouts语法.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,3 @@ Alias: `error`
124124
>> [!quote]
125125
>>
126126
>```
127-
128-
---
129-
# 更多
130-
[[Library/Science/Math/_assets_/Callouts/Callouts-Bug]]
131-
[[Library/Science/Math/_assets_/Callouts/Callouts-Abstract]]
132-
[[Library/Science/Math/_assets_/Callouts/Callouts-ChatGPT]]
133-
[[Library/Science/Math/_assets_/Callouts/Callouts-Example]]
134-
[[Library/Science/Math/_assets_/Callouts/Callouts-Danger]]
135-
[[Library/Science/Math/_assets_/Callouts/Callouts-Failure]]
136-
[[Library/Science/Math/_assets_/Callouts/Callouts-Info]]
137-
[[Library/Science/Math/_assets_/Callouts/Callouts-Note]]
138-
[[Library/Science/Math/_assets_/Callouts/Callouts-Question]]
139-
[[Library/Science/Math/_assets_/Callouts/Callouts-Quote]]
140-
[[Library/Science/Math/_assets_/Callouts/Callouts-Success]]
141-
[[Library/Science/Math/_assets_/Callouts/Callouts-Tips]]
142-
[[Library/Science/Math/_assets_/Callouts/Callouts-Todo]]
143-
[[Library/Science/Math/_assets_/Callouts/Callouts-Warning]]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
tags:
3+
-
4+
aliases:
5+
-
6+
author:
7+
- Hu
8+
---
9+
# 目录
10+
11+
```dataview
12+
LIST
13+
WHERE contains(file.folder,this.file.folder)
14+
AND contains(file.name,"--")
15+
SORT chapter
16+
```

0 commit comments

Comments
 (0)