From 353c1fd27499911048f21b3fb50847a04e00e2f2 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 9 Sep 2024 15:22:55 -0400 Subject: [PATCH] vault backup: 2024-09-09 15:22:55 --- .obsidian/workspace.json | 11 ++++++----- 1. Daily Notes/2024/9. September/2024-09-09.md | 4 ++-- .../7. BeagleBone/Dissecting Robert's Code.md | 0 .../2024-09-09 Frameworks and Review.md | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 3-99 Research/7. BeagleBone/Dissecting Robert's Code.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 38c266b4..53039ba0 100755 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/1. Daily Notes/2024/9. September/2024-09-09.md b/1. Daily Notes/2024/9. September/2024-09-09.md index 48593a5c..8d59dcef 100644 --- a/1. Daily Notes/2024/9. September/2024-09-09.md +++ b/1. Daily Notes/2024/9. September/2024-09-09.md @@ -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 - [ ] diff --git a/3-99 Research/7. BeagleBone/Dissecting Robert's Code.md b/3-99 Research/7. BeagleBone/Dissecting Robert's Code.md new file mode 100644 index 00000000..e69de29b diff --git a/300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md b/300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md index 99d7b902..6e319fb4 100644 --- a/300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md +++ b/300s School/301. ME 2016 - Nonlinear Dynamical Systems 1/2024-09-09 Frameworks and Review.md @@ -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.