A simple Vmax and Km calculator without the need of creating a Lineweaver-Burk Plot
This assumes you have python and numpy installed
- Insert list of substrate concentration under the
substrate
value. - Insert list of Vo under the
v0
value. - Run
main.py
file.