help-octave
[Top][All Lists]
Advanced

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

Re: Apparent missing/wrong/conflicting items in the description of 'fsol


From: Sergei Steshenko
Subject: Re: Apparent missing/wrong/conflicting items in the description of 'fsolve' ('fvec' <-> 'fval')
Date: Wed, 7 Nov 2018 20:46:57 +0000 (UTC)



On Wednesday, November 7, 2018, 6:41:58 PM GMT+2, Doug Stewart <address@hidden> wrote:




On Mon, Nov 5, 2018 at 4:35 PM Sergei Steshenko <address@hidden> wrote:
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.


You are correct. The documentation needs fixed.
Do you want to provide a fix?




--
DAS

==================================

"Do you want to provide a fix?" - here are the INSTRUCTIONS:

1) open the source code page from which the documentation is generated;
2) replace 'fvec' with 'fval' everywhere (you might need to learn how to use a text editor for that).

--Sergei.


reply via email to

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