help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

recursion and fsolve


From: Fred Metcalf
Subject: recursion and fsolve
Date: Wed, 04 Aug 2004 11:25:50 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b

I have a problem that involves a recursive call to "fsolve". To get around the lack of recursion for "fsolve", I do all the solving in one (big) set of equations. It would be much nicer and, I believe, more efficient, to do this in a recursive fashion.

My suggestion to the developers of octave is to include, or allow the inclusion of, a second copy of "fsolve" with a different name. With a different name, there would be no recursive call. This would at least allow an effective recursion of depth one.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]