[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fzero tolerance issue ... and a related bug
From: |
James Sherman Jr. |
Subject: |
Re: fzero tolerance issue ... and a related bug |
Date: |
Thu, 18 Oct 2012 14:18:21 -0400 |
On Thu, Oct 18, 2012 at 1:46 PM, Joza <address@hidden> wrote:
Since fzero depends on a change of sign, then I'd probably say for a function that is non-negative, you'd have to do some kind of preprocessing on that function. You could try feeding the derivative of a function into fzero, thereby finding the local extrema, then checking whether the extrema are zeros. In general, I believe finding zeros of those types of functions is better served using a gradient descent solution.
Hope this helps,
James Sherman
- fzero tolerance issue ... and a related bug, Joza, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Jordi Gutiérrez Hermoso, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Jordi Gutiérrez Hermoso, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, marco atzeri, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug,
James Sherman Jr. <=
- Re: fzero tolerance issue ... and a related bug, marco atzeri, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Martin Helm, 2012/10/18