This page lets you fit enzyme kinetic data to the Michaelis-Menten equation to determine the Km and Vmax of the enzyme. Replace the sample data with your own data (in the format [S],Vo), set the correct number of data pairs, and supply reasonable estimates for the values of Vmax and Km. When you click the Iterate button, the JavaScript program refines these estimates to produce what should be a better set of parameters. This process is iterative, so with good guesses (and good luck), the calculation usually converges to the least squares solution in five to ten iterations. This program can fit other equations if entered in a format with variables of x and y and parameters of a and b. The sample data and equation provided is for an enzyme that obeys the Michaelis-Menten equation, with y = Vo, x = [S], a = Vmax, and b = Km