Precision problem in log()
이전 댓글 표시
Hello! I am using MATLAB for calculating Lyapynov exponent for dynamical system. I need a very hight precision for this calculations. I use vpa() function: vpa('log(some_value_in_my_precision)',my_precision ); my_precision = 5000 or it can be more. Mean it's that a logarithm will be calculated with this precision? Is it possible to calculate the logarithm with hight precision? Thanks.
답변 (1개)
the cyclist
2011년 4월 13일
0 개 추천
I have not used the symbolic math toolbox myself, but according to this page:
vpa will accept the second argument as large as 2^29+1.
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!