vault backup: 2025-02-16 19:32:21
This commit is contained in:
parent
c21c741225
commit
d2ffd42b20
27
.obsidian/plugins/obsidian-git/data.json
vendored
27
.obsidian/plugins/obsidian-git/data.json
vendored
@ -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
|
||||||
|
}
|
@ -28,7 +28,7 @@ The above formula can be used to find the *derivative*. This may also be referre
|
|||||||
$$ y - y_1 = m(x-x_1) $$
|
$$ y - y_1 = m(x-x_1) $$
|
||||||
Given that $m = f'(a)$ and that $(x_1, y_1) = (a, f(a))$, you get the equation:
|
Given that $m = f'(a)$ and that $(x_1, y_1) = (a, f(a))$, you get the equation:
|
||||||
$$ y - f(a) = f'(a)(x - a) $$
|
$$ y - f(a) = f'(a)(x - a) $$
|
||||||
|
As a more practical example, given an equation with a slope of $6$,
|
||||||
# Line Types
|
# Line Types
|
||||||
## Secant Line
|
## Secant Line
|
||||||
A **Secant Line** connects two points on a graph.
|
A **Secant Line** connects two points on a graph.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user