Skip to content

Commit bfcc492

Browse files
committed
update
1 parent 4efa149 commit bfcc492

3 files changed

Lines changed: 2 additions & 29 deletions

File tree

Home.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +0,0 @@
1-
> [!example]- 线性代数
2-
>```dataview
3-
>list
4-
>from #数学
5-
>where regexmatch("--.*--" ,file.name)
6-
>and contains(file.path, "线性代数")
7-
>sort file.name
8-
>```
9-
10-
> [!example]- 概率论
11-
>```dataview
12-
>list
13-
>from #数学
14-
>where regexmatch("--.*--" ,file.name)
15-
>and contains(file.path, "概率论")
16-
>sort file.name
17-
>```
18-
19-
> [!note]+ 最近编辑
20-
>```dataview
21-
>table WITHOUT ID file.link AS "标题", file.mtime
22-
>from #数学 and !"模板" and !"kanban"
23-
>where regextest("(微积分|概率论|线性代数|Other)", file.path)
24-
>sort file.mtime desc
25-
>limit 16
26-
>```

_assets_/Template/template-todo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
tags:
33
- todo
4-
---
5-
- [ ] [[]]
4+
---

线性代数/数值线性代数/8-单纯形法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $$
2424

2525
## 单纯形算法
2626

27-
```pseudo
27+
```tex
2828
\begin{algorithm}\caption{单纯形法}
2929
\begin{algorithmic}
3030
\Input{$c; A,b$}

0 commit comments

Comments
 (0)