Increase calculation precision by exceeding realmax value - Problem with large inputs to besseli function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ToLos Mil
el 23 de Nov. de 2013
Comentada: Walter Roberson
el 23 de Nov. de 2013
Hello to all,
I am trying to do some calculations with bessel function besseli . The problem that I am facing is that the calculations return Inf values for large inputs such as 2.01e+03 + 2.01e+03i.
The same calculation result in Mathematica is 3.39e+870-5.42e+870i.
Is there a way to change the realmax value and allow this type of calculations in Matlab?
0 comentarios
Respuesta aceptada
Walter Roberson
el 23 de Nov. de 2013
No. You will need to use the Symbolic Toolbox or equivalent, or find a way to rewrite it.
2 comentarios
Walter Roberson
el 23 de Nov. de 2013
You might also want to increase the precision as well as the range; see http://www.mathworks.com/help/symbolic/digits.html
Más respuestas (0)
Ver también
Categorías
Más información sobre Numbers and Precision en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!