mnewton



On 7/17/07, Barton Willis <willisb at unk.edu> wrote:
> ...No, I think it's mring.lisp that needs updating for the new
> complex-number-p function.
> Try it now --- I committed a fix.

Thanks, it works now.

I have commited the mnewton patch into cvs. If newtonepsilon is
bfloat, then bigfloatfield is used:

(%i3) mnewton([x^2 + y^2 + 11/3 = 0, y + x = 1],[x,y],[1.0 - %i,10.0]),
  newtonepsilon:1b-42,
  fpprec:50;
(%o3) [[x=1.4433756729740644112728719512548936391190043781753b0*%i+5.0b-1,
  y=5.0b-1-1.4433756729740644112728719512548936391190043781753b0*%i]]


-- 
Andrej