The most close approximation to zero
Afficher commentaires plus anciens
Hello, I want to ask you about the number of smaller approximation close to zero that matlab can understands. I mean I have a function and I wrote that If abs(....)<1e-15 (I want it =0 but because of small errors it has to be very very close to zero.) .. end
but when the number is close to this and has to read the loop it doesnt, so the function goes wrong. And also there many errors. Do you know if I can have a number closer to zero? (I wrote e-15 because I know that matlab gives till 15 digits after '.' when you have format long)
4 commentaires
James Tursa
le 7 Avr 2016
Can you post your code? We don't know how this test is connected to the loop you mention.
Eirini Gk
le 8 Avr 2016
Eirini Gk
le 8 Avr 2016
Titus Edelhofer
le 8 Avr 2016
Hi,
let me think: you say that for x0=0 the function newtonsmethod2 gives as result x1=3e-9, although x0=0 is the "better" (or exact? solution). In this case your newtonsmethod2 should see that x0=0 is in fact optimal and the error is to be searched there. Alternatives are you have a second order root, or the tolerances inside your newtonsmethod2 are not handled correctly or ...
Titus
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Performance and Memory dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!