vault backup: 2024-09-09 15:22:55

This commit is contained in:
Dane Sabo 2024-09-09 15:22:55 -04:00
parent 4600f54a45
commit 353c1fd274
4 changed files with 9 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"state": {
"type": "markdown",
"state": {
"file": "300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md",
"file": "1. Daily Notes/2024/9. September/2024-09-09.md",
"mode": "source",
"source": false
}
@ -99,7 +99,7 @@
"state": {
"type": "backlink",
"state": {
"file": "300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md",
"file": "1. Daily Notes/2024/9. September/2024-09-09.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
@ -116,7 +116,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md",
"file": "1. Daily Notes/2024/9. September/2024-09-09.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -139,7 +139,7 @@
"state": {
"type": "outline",
"state": {
"file": "300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md"
"file": "1. Daily Notes/2024/9. September/2024-09-09.md"
}
}
}
@ -179,6 +179,8 @@
},
"active": "e7019452a0bd61a5",
"lastOpenFiles": [
"3-99 Research/7. BeagleBone/Dissecting Robert's Code.md",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09/ex3.png",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09/ex2.png",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Example.py~",
@ -202,7 +204,6 @@
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/venv/lib/python3.12/site-packages/matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/venv/lib/python3.12/site-packages/scipy/fft/_pocketfft/LICENSE.md",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/venv/lib/python3.12/site-packages/numpy/random/LICENSE.md",
"300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md",
"1. Daily Notes/2024/9. September/2024-09-09.md",
"2024-09-10.md",
"900s Calendars/3. Events/2024-10-23 Michaela's Wedding.md",

View File

@ -11,12 +11,12 @@ tags:
## Big Task
- [ ] Robert's FHE script into a py project
## Medium Tasks
- [ ] Contact Kelly about reimbursement
- [x] Contact Kelly about reimbursement ✅ 2024-09-09
- [ ] [[1. QE Goals and Outcomes]]
- [ ]
## Small Tasks
- [ ] Amazon return
- [ ] Pay parking ticket
- [x] Pay parking ticket ✅ 2024-09-09
- [x] MoonTree Project? ✅ 2024-09-09
- [x] Buy parking for game ✅ 2024-09-09
- [ ]

View File

@ -53,7 +53,7 @@ Numericaly:
$$ \dot x = f(x) $$
$$\frac{dx}{dt} = \lim_{\Delta t \rightarrow 0} \frac{f(x(t+\Delta t))-f(x(x))}{\Delta t} $$
This is the tangent (or the secant while $\Delta t =/ 0$)
>[!note] Eulers Method
>[!note] Euler's Method
>Therefore, for finite $\Delta t$:
> $$ f(x(t+\Delta t)) = \frac{dx}{dt} \Delta t + f(x(t))$$
> Limitations: innaccurate if time steps are large.