跳至主要內容

PKM-er小于 1 分钟

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

微积分

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

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

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

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
同步冲突

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

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

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

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