Hello all,
I'm brand new to Wolfram, so I thank you in advance for your patience. I am helping to document a game and would like to use Wolfram to help generate some values based on functions used in the game. Here's the type of problem that I'm looking to solve:
Solve: y(x) = m * (x + shift)^power + b + add, for m and b
Where: y(in1) = out1, y(in2) = out2
And: shift, power, add are givens
For example: Given shift = 0, add = 0, power = 0.5, y(1) = 5, y(5) = 10
Result is: m = 4.045, b = 0.955 -> y(x) = 4.045 * x^0.5 + 0.955
Thank you in advance! -J. Thomas