Skip to content

Latest commit

 

History

History
71 lines (63 loc) · 1.61 KB

Home.md

File metadata and controls

71 lines (63 loc) · 1.61 KB

[!example] [[-高等数学-|总目录]]

[!example]- 微积分

list 
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "微积分")
sort chapter

[!example]- 线性代数

list 
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "线性代数")
sort chapter

[!example]- 概率论

list
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "概率论")
sort chapter

[!note]+ 最近编辑

table WITHOUT ID file.link AS "标题", file.mtime
from #数学 and !"模板" and !"kanban"
where regextest("(微积分|概率论|线性代数|Other)", file.path)
sort file.mtime desc
limit 16

[!todo]-

task
where (contains(file.path,"_assert_/todo/")
and !fullyCompleted)
list
from #数学 
where finished=false

[!warning]- 同步冲突

list
WHERE regextest("conflict \d{4}-\d{2}-\d{2}-\d{2}-\d{2}-\d{2}",file.name)

[!tip]+ 参考

  • [[高等数学 第7版 上册 同济大学.pdf]]
  • [[高等数学 第7版 下册 同济大学.pdf]]
  • [[线性代数 第5版 同济大学.pdf]]
  • [[概率论与数理统计(浙大四版).pdf]]
  • [[Markdown数学公式]]
  • [[Callouts语法]]
  • [[WolframAlpha]]
  • [[公式编辑器]]

[!quote] 名言 Mathematics requires a small dose, not of genius but of an imaginative freedom which, in a larger dose, would be insanity. -Angus K. Rodgers

数学需要的不是天赋, 而是少量的自由想象, 但想象太过自由又会陷入疯狂. ——安古斯·罗杰斯