Skip to content

Commit ec0fc7c

Browse files
committed
update
1 parent 0774414 commit ec0fc7c

File tree

4 files changed

+67
-3
lines changed

4 files changed

+67
-3
lines changed

.obsidian/community-plugins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
"obsidian-git",
32
"dataview",
43
"obsidian-view-mode-by-frontmatter",
54
"obsidian-latex-suite",

新版目录.base

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
summaries:
2+
Empty: values.filter(value.isType("null")).length
3+
filters:
4+
or:
5+
- and:
6+
- file.path.contains("Math/")
7+
- or:
8+
- file.path.contains("线性代数/")
9+
- file.ext == "md"
10+
- file.tags.contains("数学")
11+
- and:
12+
- '!file.path.contains("Math/")'
13+
- or:
14+
- file.path.startsWith("线性代数/")
15+
- file.ext == "md"
16+
- file.tags.contains("数学")
17+
formulas:
18+
未命名: ""
19+
views:
20+
- type: table
21+
name: 总览
22+
order:
23+
- finished
24+
- file.name
25+
- chapter
26+
- author
27+
- dlink
28+
- file.backlinks
29+
- tags
30+
- aliases
31+
- file.path
32+
- file.tags
33+
- file.folder
34+
- file.embeds
35+
sort:
36+
- property: file.folder
37+
direction: DESC
38+
- property: file.path
39+
direction: ASC
40+
- property: file.backlinks
41+
direction: DESC
42+
- property: file.name
43+
direction: DESC
44+
- property: dlink
45+
direction: DESC
46+
columnSize: {}
47+
- type: table
48+
name: 线性代数
49+
filters:
50+
and:
51+
- file.path.contains("线性代数/")
52+
order:
53+
- file.name
54+
- chapter
55+
- dlink
56+
- author
57+
- finished
58+
- file.path
59+
- file.tags
60+
sort:
61+
- property: chapter
62+
direction: ASC
63+
- property: file.path
64+
direction: DESC
65+
columnSize: {}

线性代数/数值线性代数/3-最小二乘问题.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dlink:
55
- "[[--数值线性代数--]]"
66
author:
77
- Hu
8-
name: 最小二乘问题
8+
name: 3-最小二乘问题
99
---
1010

1111
# Ch3 最小二乘问题(Least Square)

线性代数/数值线性代数/7-对称特征值问题的计算方法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dlink:
55
- "[[--数值线性代数--]]"
66
author:
77
- Hu
8-
name: 对称特征值问题的计算方法
8+
name: 7-对称特征值问题的计算方法
99
---
1010

1111
# Ch7 对称特征值问题的计算方法

0 commit comments

Comments
 (0)