This commit is contained in:
Aleks Rūtiņš 2024-06-01 21:31:53 -04:00
parent 9dfdcb2fdf
commit a41caf6af5

View file

@ -26,7 +26,7 @@ $$ \frac{dx}{dt} = \text{production} - (\text{degradation} + \text{dilution}) $$
Or: Or:
$$ \frac{dx}{dt} = \beta - \gamma x $$ $$ \frac{dx}{dt} = \beta - \gamma x $$
Since \\(\gamma\\) counts both degradation and dilution, we can say that: Since \\(\gamma\\) counts both degradation and dilution, we can say that:
$$ \gamma = \gamma_\text{degradation} - \gamma_\text{dilution} $$ $$ \gamma = \gamma_\text{degradation} + \gamma_\text{dilution} $$
Since we're getting into the math, a quick tip: if you (like me) forget what a variable does halfway through the page, just hover over it and it'll tell you what it does. Anyway, back to the show. Since we're getting into the math, a quick tip: if you (like me) forget what a variable does halfway through the page, just hover over it and it'll tell you what it does. Anyway, back to the show.