vault backup: 2024-02-09 09:19:57
This commit is contained in:
parent
8deb7e3d62
commit
decd0308c7
2
.obsidian/plugins/obsidian-git/data.json
vendored
2
.obsidian/plugins/obsidian-git/data.json
vendored
@ -2,7 +2,7 @@
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"autoCommitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 1,
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 5,
|
||||
"autoPullOnBoot": false,
|
||||
|
@ -12,3 +12,8 @@ $$
|
||||
4 & 5 & 6|5
|
||||
\end{bmatrix}
|
||||
$$
|
||||
## Multiplying matrices
|
||||
To multiply two matrices, the number of columns for the first option must match the number of columns in the second.
|
||||
|
||||
To get answers, go through each entry in the second matrix, entry by entry, and multiply by every item in the matching row of the first one, then add all of those together,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user