I am trying to make the formula look something like this so when I supply the variable apart from "w" I should be able to find what "w" is. I need the formula rearrnged:
Unless there is some clever manipulation or substitution I don't see, I believe there is no way to get the equation into a closed form w = f(M,r,n,D). If you are just looking for the value of w for specific values of the other variables, you probably could use a numerical technique (e.g. Excel solver, Newton Raphson, etc.).
Perhaps someone else in the forum has a better answer.
Last edited by VBAhack; Mar 20th, 2007 at 03:01 PM.
i agree with VBAhack..
Ive tried several techniques to isolate w and each time they are unsuccessful.
Is this a problem from some place that you are asked to solve and there is a known answer or do you need to use the equation to assign a value to w in a program?