From help-request at octave dot org Sun Feb 6 22:04:27 2005 Subject: Re: two quadratic eq, please help From: "John W. Eaton" To: "shih lin" Cc: help at octave dot org Date: Sun, 6 Feb 2005 23:09:49 -0500 On 6-Feb-2005, shih lin wrote: | fsolve probably is maplesoft's engine, thanks any programmers who create it, | also very welcome to discuss the method and source code to make it. If you mean Octave's fsolve function, then no, it has nothing to do with "maplesoft's engine", whatever that is. Octave's fsolve calls HYBRD or HYBRJ from Minapack (which one is called depends on whether you supply a Jacobian function). You could have found this from examining the source code for Octave. | I am in window.2.1.42 windows no atlas. Octave 2.1.42 is very old. You should consider upgrading to a newer version. 2.1.64 is the current recommended snapshot. jwe ------------------------------------------------------------- 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 -------------------------------------------------------------