Skip to content

Commit 37cd26b

Browse files
committed
fix typos in notebooks
1 parent b9400f8 commit 37cd26b

File tree

2 files changed

+85
-107846
lines changed

2 files changed

+85
-107846
lines changed

0. LP Intro - Blending.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"- $x_2$, percentage (%) of beef in a 100g bag of Whiskas\n",
9393
"\n",
9494
"### 2. Objective Function\n",
95-
"The **objective function** is the value that we want to minimize or maximize in our problen. In our case, we want to minimize the cost. The objective function is therefore, defined as finding values of $x_1$ and $x_2$ such that production costs are minimized:\n",
95+
"The **objective function** is a function that we want to minimize or maximize in our problem. In our case, we want to minimize the cost. The objective function is therefore, defined as finding values of $x_1$ and $x_2$ such that production costs are minimized:\n",
9696
"\n",
9797
"$$\\min_{x_1, x_2} f(x_1, x_2) = 0.013 x_1 + 0.008 x_2$$\n",
9898
"\n",

0 commit comments

Comments
 (0)