Feeds
提问
Precision problem in log()
Hello! I am using MATLAB for calculating Lyapynov exponent for dynamical system. I need a very hight precision for this calcul...
15 years 前 | 1 个回答 | 0
1
个回答提问
Change length of mantissa
How to change the accuracy of calculations? For example: >> x = log(2) x =0.6931 >> vpa(x) ans = 0.6931471805599452862...
15 years 前 | 2 个回答 | 1
2
个回答提问
Precision arithmetic
I calculate Lyapunov Exponent. I need a big precision, such as 10000. I create a simple example for verifing calculating: >> vp...
15 years 前 | 1 个回答 | 1
