Im trying to figure out how a certain example is working.
in this example the function
x = g - \frac{k}{m} \frac{(z-z0)^2}{(i-i0)^2}
where g, k, m, z0, i0 are fixed values and z, i are variables
The function above is written as
x = f(i,z) ( \sqrt{g} (z-z0) - y (i-i0) )
where f(i,z) is a...