help-octave
[Top][All Lists]
Advanced

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

Re: fzero tolerance issue ... and a related bug


From: Joza
Subject: Re: fzero tolerance issue ... and a related bug
Date: Wed, 17 Oct 2012 12:52:01 -0700 (PDT)

function [zero iterations] = Mzero(X1, X2, Xtol, Max_its)

[X, fval, INFO, OUTPUT ] = fzero( "FUN", [X1,X2], optimset("MaxIter",
Max_its ) );

zero = X;
iterations = OUTPUT.iterations;
**************************************************************************************************************
"FUN" = abs(x-9.1)^4.5;

X1 = 8.0
X2 = 13.0



--
View this message in context: 
http://octave.1599824.n4.nabble.com/fzero-tolerance-issue-and-a-related-bug-tp4645391p4645394.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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