help-octave
[Top][All Lists]
Advanced

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

Apparent missing/wrong/conflicting items in the description of 'fsolve'


From: Sergei Steshenko
Subject: Apparent missing/wrong/conflicting items in the description of 'fsolve' ('fvec' <-> 'fval')
Date: Mon, 5 Nov 2018 21:24:24 +0000 (UTC)

Hello All,

looking into GNU Octave: Solvers


I see among other things:

"
Function File: [x, fvec, info, output, fjac] = fsolve (fcn, …
".

Pay special attention  to 'fvec' - I do not see it anywhere else in the webpage. OTOH later on I see:

"
On return, fval contains the value of the function fcn evaluated at x
".

I think that 'fval' and 'fvec' is the same and either one, but not both of the names should have been used. If I'm wrong, please explain the exact meaning of both items and difference between them.

--Sergei.

reply via email to

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