Increase calculation precision by exceeding realmax value - Problem with large inputs to besseli function

1 回表示 (過去 30 日間)
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?

採用された回答

Walter Roberson
Walter Roberson 2013 年 11 月 23 日
No. You will need to use the Symbolic Toolbox or equivalent, or find a way to rewrite it.
  2 件のコメント
ToLos Mil
ToLos Mil 2013 年 11 月 23 日
Could you please provide an example of how the Symbolic Toolbox could be used to that purpose?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumeric Types についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by