From 92b0570c26f1a5f6a2653a401167e35c6c2dbd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20R=C5=ABti=C5=86=C5=A1?= Date: Sun, 2 Jun 2024 15:19:26 -0400 Subject: [PATCH] Better wording --- pages/hill-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/hill-functions.md b/pages/hill-functions.md index f5b2b90..8ae6a9f 100644 --- a/pages/hill-functions.md +++ b/pages/hill-functions.md @@ -31,7 +31,7 @@ This function has two parameters: -To find production rates with the Hill function, just add $\beta_0$: +To find production rates with the Hill function, just multiply by $\beta_0$: - Activator (shown in blue): $\beta(a)=\beta_0f_\text{act}(a)=\beta_0\frac{(a/k)^n}{1 + (a/k)^n}$ - Repressor (shown in red): $\beta(r)=\beta_0f_\text{rep}(r)=\beta_0\frac{1}{1 + (r/k)^n}$