colour.biochemistry.substrate_concentration_MichaelisMenten_Michaelis1913#
- colour.biochemistry.substrate_concentration_MichaelisMenten_Michaelis1913(v: ArrayLike, V_max: ArrayLike, K_m: ArrayLike) NDArrayFloat[source]#
Compute substrate concentration by relating the concentration of a substrate \(S\) to the reaction rate \(v\) using the Michaelis-Menten kinetics equation..
- Parameters:
- Returns:
Concentration of a substrate \(S\).
- Return type:
References
Examples
>>> substrate_concentration_MichaelisMenten(0.961538461538461, 2.5, 0.8) ... np.float64(0.4999999...)