I know what the problem is.
Both the TI 89 and MATLAB use a shortcut when it comes to roots of numbers.
If you have the cube root of n, that can be written as: n^(1/3)
which can be computed like this: e^((1/3)*ln(n)) ...
That is why this program fails. Any different equations?
..........
With a few handwaves I made the program works.
Last edited by Hain; 12-26-2007 at 01:19 PM..
|