in reply to List all different equations for a given one
Any idea how would I solve such a problem?
Substitute a semi-random range of numerical values for each variable into both equations and evaluate them. If the both result in the same answer, for a well-chosen set of inputs, they're probably the same equation.
Of course, that kind of just moves the goal posts a little to one of coming up with a good set of values; but given the performance of modern processors, unless these are quite complicated formulae, you can probably afford to throw a little (or even quite a lot) of everything at them and still get a statistically, highly probable answer in a few seconds.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: List all different equations for a given one
by jess195 (Novice) on Sep 24, 2013 at 18:25 UTC | |
by LanX (Saint) on Sep 24, 2013 at 19:30 UTC | |
|
Re^2: List all different equations for a given one
by LanX (Saint) on Sep 24, 2013 at 21:02 UTC | |
by BrowserUk (Patriarch) on Sep 25, 2013 at 02:15 UTC |