Manual Descripton of fsolve
John W. Eaton
jwe at bevo.che.wisc.edu
Thu Jan 10 20:41:46 CST 2008
On 10-Jan-2008, Rolf Fabian wrote:
|
| fsolve arguments have changed since Octave 3.0.0 to
| [ x, fval, info ] = fsolve ( fcn, x0 )
|
| but in the example in the manual ( page 231-232 A4-version )
| still the old version is used twice:
|
| "[ x, info ] = fsolve ( @f, [1; 2] )" and
| "[ x, info ] = fsolve ({@f, @jacobian}, [1;2] )"
|
| Furthermore, the new output argument 'fval' is not
| explained / mentioned at all.
OK, I checked in the following change for both cvs head and the 3.0
branch. The values of info are still not compatible with Matlab, but
there are some plans to fix that for 3.1.
jwe
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080110/b6193762/attachment.ksh
More information about the Bug-octave
mailing list