How to Maximize the Variable within given bounds
Mostrar comentarios más antiguos
How would one go about finding the largest number x (one significant digit is enough) such that the numerical evaluation of expression (1 + x) − 1 equals to zero.
I need to show that MatLab gives strange answers sometimes (thanks to Floating-point arithmetic).
Respuestas (1)
Walter Roberson
el 30 de Ag. de 2015
x = eps(1/2)
1 comentario
Benjamin Halkowski
el 30 de Ag. de 2015
Categorías
Más información sobre Numeric Types en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!