On Thu, 2007-11-22 at 07:07 -0800, Mario Rodriguez Riotorto wrote:
> Trying to fix a bug:
> mnewton([%pi*x=0],[x],[8]);
Nice. I have also changed something that has been bothering me for a
long time:
When there is only one equation to be solved,as in the example above,
mnewton will now accept either lists, as above, or expressions:
mnewton(%pi*x=0, x, 8)
I will now update the manual.
Cheers,
Jaime