You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once upon a time, a boy named **Pedro Paulo** 🤵 loved **Costco** supermarket 🛒. However, everytime there, he spendt more time ⏱️ and money 💸 than needed.
261
+
Once upon a time, a boy named **Pedro Paulo** 🤵 loved shopping at his local supermarket 🛒. However, everytime there, he spendt more time ⏱️ and money 💸 than needed.
257
262
258
263
Let's help Pedro out!
259
264
"
260
265
261
266
# ╔═╡ 8d0fe751-aeb1-4ad1-a076-4c7bcd863a55
262
267
md"## Problem Setting
263
268
264
-
After some investigation, we got a hold of a real Costco layout! 🎉🎉 🗺️ 🎉🎉
269
+
After some investigation, we got a hold of the market layout! 🎉🎉 🗺️ 🎉🎉
Copy file name to clipboardExpand all lines: class01/class01.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,19 @@ julia> Pluto.run()
64
64
65
65
#### Step 5: Opening an existing notebook file
66
66
67
-
To run a local notebook file that you have not opened before, then you need to enter its full path (e.g. `path/to/basics_math.jl`) into the blue box in the main menu.
67
+
To run a local notebook file that you have not opened before, then you need to enter its full path (e.g. `path/to/math_basics.jl`) into the blue box in the main menu.
68
68
69
69
### **Linear Algebra**:
70
-
We have prepared a basic (Pluto) [Linear Algebra Primer](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/background_materials/basics_math.html) to help you brush up on essential concepts. This primer covers key topics such as matrix operations, eigenvalues, and eigenvectors besides other fundamental calculus concepts. It is recommended to review this primer before the first class.
70
+
We have prepared a basic (Pluto) [Linear Algebra Primer](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/background_materials/math_basics.html) to help you brush up on essential concepts. This primer covers key topics such as matrix operations, eigenvalues, and eigenvectors besides other fundamental calculus concepts. It is recommended to review this primer before the first class.
71
71
72
72
### **Optimization**:
73
73
We will use JuMP for some optimization tasks. If you are new to JuMP, please review the [JuMP Tutorial](https://jump.dev/JuMP.jl/stable/tutorials/getting_started/getting_started_with_JuMP/) to familiarize yourself with its syntax and capabilities.
74
74
75
-
Test your knowledge with this (Pluto) [Modeling Exercise](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/background_materials/optimization_homework.html).
75
+
Test your knowledge with this (Pluto) [Modeling Exercise](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/background_materials/optimization_basics.html).
76
+
77
+
*Final 🧠*: The (Pluto) [Motivational Exercise](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/background_materials/optimization_motivation.html) will test what you have learned and motivate what we will research in the course.
78
+
79
+
## In-Class Material
80
+
81
+
Besides the administrative topics, we will cover the structure of the problem we are trying to solve and start with the basics of how to model it.
82
+
The main (Pluto) [Class 01 Notebook](https://learningtooptimize.github.io/LearningToControlClass/dev/class01/class01_intro.html) contains the in-class material.
0 commit comments