Closed bguiastr closed 8 years ago
Nice job with the new documentation, however most differential equations used in the gitbook documentation contains an error: dAdt[2] = -(CL/V) * A[2] should actually be dAdt[2] = KA * A[1] -(CL/V) * A[2]
dAdt[2] = -(CL/V) * A[2]
dAdt[2] = KA * A[1] -(CL/V) * A[2]
thanks, will fix :)
Nice job with the new documentation, however most differential equations used in the gitbook documentation contains an error:
dAdt[2] = -(CL/V) * A[2]
should actually bedAdt[2] = KA * A[1] -(CL/V) * A[2]