From 07632d1b4c5e113ea8e228e290f7ae687218ce3c Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Mon, 18 Sep 2023 18:36:38 +1100 Subject: [PATCH] Fix typo in Linf equation --- 9control.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9control.tex b/9control.tex index 628dcd40..c3674ed5 100644 --- a/9control.tex +++ b/9control.tex @@ -475,7 +475,7 @@ \subsubsection{Growth} with parameters $L_{1}$, $L_\infty$, and $k$. The $L_\infty$ is calculated as: \begin{equation} - L_\infty = L_{1} + \frac{(L_2 - L_1)}{e^{-k(A2-A1)}} + L_\infty = L_{1} + \frac{(L_2 - L_1)}{1-e^{-k(A2-A1)}} \end{equation} based on the input values of fixed age for first size-at-age ($A_1$) and fixed age for second size-at-age ($A_2$).