- #1
Adoniram
- 94
- 6
So I have some very complicated functions that do not have trivial inverses, but I'd really like to make a new function from them. What I have is:
v(t): velocity as a function of time
h(t): height as a function of time (never mind that is says hb)
What I want:
v(h): velocity as a function of height
The height function goes as an exponential function, so there are no local minima to worry about:
Other than fitting a polynomial to the h(t) function (which I'm not sure would be invertible anyway), does anyone know of a good way to combine these functions into v(h)?
v(t): velocity as a function of time
h(t): height as a function of time (never mind that is says hb)
What I want:
v(h): velocity as a function of height
The height function goes as an exponential function, so there are no local minima to worry about:
Other than fitting a polynomial to the h(t) function (which I'm not sure would be invertible anyway), does anyone know of a good way to combine these functions into v(h)?