From 2e41e80ee1295c840624242d61107a9fd3abb41c Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 16 Sep 2024 10:35:42 -0400 Subject: [PATCH] vault backup: 2024-09-16 10:35:42 --- 1 Daily Notes/2024/9 September/2024-09-16.md | 3 ++- 1000s Templates/Daily Note Template.md | 2 +- .../2024-09-18 Homework 1.md | 11 +++++++++++ .../2024-09-03 Week 2.md | 0 ...9-10 NUCE 2100 Class 2.md => 2024-09-10 Week 3.md} | 0 .../2024-09-16 Homework 3.md | 10 ++++++++++ .../2024-09-17 Week 4.md | 0 7 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Week 2.md rename 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/{2024-09-10 NUCE 2100 Class 2.md => 2024-09-10 Week 3.md} (100%) create mode 100644 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-17 Week 4.md diff --git a/1 Daily Notes/2024/9 September/2024-09-16.md b/1 Daily Notes/2024/9 September/2024-09-16.md index 8d85ab89..eed1632e 100644 --- a/1 Daily Notes/2024/9 September/2024-09-16.md +++ b/1 Daily Notes/2024/9 September/2024-09-16.md @@ -13,6 +13,7 @@ tags: task where due <= date(this.date) + and due and !completed and status != "-" and status != " " @@ -25,7 +26,6 @@ task where scheduled and scheduled <= date(this.date) - and due > date(this.date) and !completed and status != "-" and status != " " @@ -34,5 +34,6 @@ group by file.folder ``` # Calendar Tasks +- Getting HW Assignments set up [startTime:: 10:00] [endTime:: 11:00] - Lunch [startTime:: 11:00] [endTime:: 12:00] - Chatting with Robert about FHE [startTime:: 08:30] [endTime:: 10:00] \ No newline at end of file diff --git a/1000s Templates/Daily Note Template.md b/1000s Templates/Daily Note Template.md index bff17d51..347f17e2 100755 --- a/1000s Templates/Daily Note Template.md +++ b/1000s Templates/Daily Note Template.md @@ -13,6 +13,7 @@ tags: task where due <= date(this.date) + and due and !completed and status != "-" and status != " " @@ -25,7 +26,6 @@ task where scheduled and scheduled <= date(this.date) - and due > date(this.date) and !completed and status != "-" and status != " " diff --git a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-18 Homework 1.md b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-18 Homework 1.md index 52385653..fd39cbc7 100644 --- a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-18 Homework 1.md +++ b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/2024-09-18 Homework 1.md @@ -45,6 +45,17 @@ You need to plot the first 1000 terms in a scatter plot. In addition, we would l You need to plot the first 25 terms, looking at th eentire polar plot (all quadrants, and then, put a *smooth* line through it. What you're going for is shown in Figure 2.) Hint: [This will be a useful reference](https://matplotlib.org/stable/gallery/pie_and_polar_charts/index.html) ## Problem 4 +Consider the following system: +$$ +\bf{\dot{X}} = +\begin{bmatrix} +1 & 2 & 1\\ +3 & 1+x & 1\\ +1 & 0 & 0 +\end{bmatrix} +\bf{X} +$$ +This linear differential equation system’s behavior is governed by its eigenvalues. In particular, the eigenvalues relate to stability and we may wish to see where they cross the 0 line (in terms of their real value). The constant x varies over the interval [−5, 5]. Using a Jupyter Notebook (local, or on Google Colab), Python, NumPy, and Matplotlib’s PyPlot, you should evaluate the eigenvalues for 50 evenly spaced values of x between −5 and 5, and produce a plot that visualizes the variation in the three eigenvalues as x varies. An example plot is shown in Figure 3 (for a different matrix!) --- **Documentation** diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Week 2.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Week 2.md new file mode 100644 index 00000000..e69de29b diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-10 NUCE 2100 Class 2.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-10 Week 3.md similarity index 100% rename from 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-10 NUCE 2100 Class 2.md rename to 300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-10 Week 3.md diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-16 Homework 3.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-16 Homework 3.md index ef0357b7..6255e47d 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-16 Homework 3.md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-16 Homework 3.md @@ -8,3 +8,13 @@ completed: null type: single endDate: null --- +**Documentation** +- [<] NUCE2100 HW3 📅 2024-09-17 + - [<] Problem 1 ⏳ 2024-09-16 + - [<] Problem 2 ⏳ 2024-09-16 + - [<] Problem 3 ⏳ 2024-09-16 + - [<] Problem 4 ⏳ 2024-09-16 + - [<] Problem 5 ⏳ 2024-09-16 + - [<] Problem 6 ⏳ 2024-09-16 + - [<] Problem 7 ⏳ 2024-09-16 + - [<] Problem 8 ⏳ 2024-09-16 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-17 Week 4.md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-17 Week 4.md new file mode 100644 index 00000000..e69de29b