diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index e69de29..bef4c6e 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,27 @@ +{ + "commitMessage": "vault backup: {{date}}", + "autoCommitMessage": "vault backup: {{date}}", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 5, + "autoPushInterval": 0, + "autoPullInterval": 5, + "autoPullOnBoot": true, + "disablePush": false, + "pullBeforePush": true, + "disablePopups": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "updateSubmodules": false, + "syncMethod": "merge", + "customMessageOnAutoBackup": false, + "autoBackupAfterFileChange": false, + "treeStructure": false, + "refreshSourceControl": true, + "basePath": "", + "differentIntervalCommitAndPush": false, + "changedFilesInStatusBar": false, + "showedMobileNotice": true, + "refreshSourceControlTimer": 7000, + "showBranchStatusBar": true, + "setLastSaveToLastCommit": false +} \ No newline at end of file diff --git a/education/math/MATH1210 (calc 1)/Limits.md b/education/math/MATH1210 (calc 1)/Limits.md index 8a271ce..b6e60c2 100644 --- a/education/math/MATH1210 (calc 1)/Limits.md +++ b/education/math/MATH1210 (calc 1)/Limits.md @@ -15,7 +15,8 @@ Limits are valuable because they can be used to describe a point on a graph, eve # Standard Notation The standard notation for a limit is: $$ \lim_{x \to a} f(x) = L $$ -- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$. +- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$. In the above notation, $x$ and $a$ are not necessarily equal. +- When plotted, the hole is located at $(a, L)$. # Definitions | Term | Definition |