Skip to content
Prev 110626 / 398500 Next

nlm() problem : extra parameters

Here's a partial answer to your question.

The argument ``n'' is getting lost because it ``matches'' one of the
formal arguments to nlm, namely ``ndigit''.  If you change the
argument list of ``derfs4'' to ``b,x,y,size'' (and replace references
to ``n'' in the body of derfs4 by references to ``size'') then nlm()
will work (?) --- but it seems to take 337 iterations, r.t. 3 (!!!)
to converge.

No idea what the problem is.

			cheers,

				Rolf Turner

===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
Original message:
Mervyn G Marasinghe wrote: