From ac180a2ff87703b74770320404dc558b712a8d23 Mon Sep 17 00:00:00 2001 From: Jerry Yurchisin Date: Thu, 14 Nov 2024 13:20:11 -0500 Subject: [PATCH] mm png --- .../completed_nonlinear_regression_exercise.ipynb | 2 +- .../Modeling_Session_1/nonlinear_regression_exercise.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optimization202/Modeling_Session_1/completed_nonlinear_regression_exercise.ipynb b/optimization202/Modeling_Session_1/completed_nonlinear_regression_exercise.ipynb index 417f661..0cba055 100755 --- a/optimization202/Modeling_Session_1/completed_nonlinear_regression_exercise.ipynb +++ b/optimization202/Modeling_Session_1/completed_nonlinear_regression_exercise.ipynb @@ -115,7 +115,7 @@ "### Michaelis-Menten Enzyme Kinetics\n", "[Michaelis-Menten](https://en.wikipedia.org/wiki/Michaelis%E2%80%93Menten_kinetics) kinetics describes how quickly a reaction happens when an enzyme—a type of molecule that speeds up processes in the body or other reactions—interacts with other molecules. Initially, as the amount of molecules $x$ increases, the reaction speed, $y$, increases. But at a certain point, adding more molecules doesn’t increase the speed much because the enzyme is already working as fast as it can.\n", "\n", - "![image.png](https://raw.githubusercontent.com/Gurobi/modeling-examples/master/optimization202/Modeling_Session_1/mm.png)\n", + "\"Image\"\n", "\n", "Two key things come from this: the maximum speed the enzyme can reach $V_{max}$ and the concentration level at which it’s working at half that maximum speed $K_m$. These insights help us understand efficiency and limitations, which is valuable for making decisions in fields like drug development, where knowing an enzyme's limits can guide dosage or predict interactions.\n", "\n", diff --git a/optimization202/Modeling_Session_1/nonlinear_regression_exercise.ipynb b/optimization202/Modeling_Session_1/nonlinear_regression_exercise.ipynb index 7125659..4d4c43b 100755 --- a/optimization202/Modeling_Session_1/nonlinear_regression_exercise.ipynb +++ b/optimization202/Modeling_Session_1/nonlinear_regression_exercise.ipynb @@ -115,7 +115,7 @@ "### Michaelis-Menten Enzyme Kinetics\n", "[Michaelis-Menten](https://en.wikipedia.org/wiki/Michaelis%E2%80%93Menten_kinetics) kinetics describes how quickly a reaction happens when an enzyme—a type of molecule that speeds up processes in the body or other reactions—interacts with other molecules. Initially, as the amount of molecules $x$ increases, the reaction speed, $y$, increases. But at a certain point, adding more molecules doesn’t increase the speed much because the enzyme is already working as fast as it can.\n", "\n", - "![image.png](https://raw.githubusercontent.com/Gurobi/modeling-examples/master/optimization202/Modeling_Session_1/mm.png)\n", + "\"Image\"\n", "\n", "Two key things come from this: the maximum speed the enzyme can reach $V_{max}$ and the concentration level at which it’s working at half that maximum speed $K_m$. These insights help us understand efficiency and limitations, which is valuable for making decisions in fields like drug development, where knowing an enzyme's limits can guide dosage or predict interactions.\n", "\n",