I need approssimation of pi with x digits
Mostrar comentarios más antiguos
Hi, i would need to choose number of significative digits with which display, for example, pi or another value. Is there a way to set this?
1 comentario
Daniel Shub
el 9 de Dic. de 2011
What have you tried so far?
Respuestas (3)
Robert Cumming
el 8 de Dic. de 2011
help format
help fprintf
1 comentario
Walter Roberson
el 8 de Dic. de 2011
And if more than 15 digits are required, then switch to the Fixed Point toolkit or the Symbolic Toolkit.
Matman86 Di
el 8 de Dic. de 2011
0 votos
1 comentario
Walter Roberson
el 8 de Dic. de 2011
Not possible. If I set h to be 0 or negative, the result of the summation can never be positive.
Matman86 Di
el 8 de Dic. de 2011
0 votos
1 comentario
Walter Roberson
el 8 de Dic. de 2011
All that tells is us that h is (in the absence of further assumptions) not 1/0 . N is not bound by the problem, so we are free to set it to any number we choose, including N = -1/50 (leading to h = -50) or to N = infinity (leading to h = 0).
Keep in mind, when considering this, that the problem statement has left us open to using any arbitrary lower bound on the summation, since no lower bound was given. And effectively any arbitrary upper bound too, since the upper summation bound, n, does not otherwise appear in the problem statement.
Categorías
Más información sobre Deep Learning Toolbox 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!