vault backup: 2024-02-05 10:18:02
This commit is contained in:
parent
c713e7c577
commit
0e5c3f1474
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,
|
||||
|
@ -26,3 +26,5 @@ You "add" the two equations together, getting:
|
||||
$$ 6x + 0y = 10 $$
|
||||
You now know that $6x = 10$.
|
||||
If you don't have two values that evenly cancel out, like $3$ and $-4$, you can find the least common multiple and multiply the entire equation so that those two are equal. In this case, you'd multiply one equation by 4, and one equation by 3. If the signs don't cancel out, you can multiply one of the equations by -1.
|
||||
|
||||
If given systems of equations with 3 variables, you pick two equations, and eliminate one variable from them. Then you pick one of the first two equations, and the last equation, and eliminate that same variable from them. This will give you two different equations that only have two variables. You can then use elimination again, and solve for one variable. This allows you to solve the rest of the equation
|
Loading…
Reference in New Issue
Block a user