Working with really huge numbers in MATLAB?
이전 댓글 표시
I need to manipulate numbers with a bit length of nearly 192 bits. It also involves exponentiation to said bit length. How do I manage this in MATLAB?
댓글 수: 2
John D'Errico
2011년 1월 31일
You can use my VPI tool, as long as the numbers are integer. It can handle exponentiation, in fact, I even included an overloaded exp there, giving you only the integer part of the result of course. I've been playing with a variable precision decimal form too, but it is at least a few weeks away from done.
Sarla
2011년 2월 11일
채택된 답변
추가 답변 (1개)
Andrew Newell
2011년 1월 31일
0 개 추천
Convert your numbers to variable precision arithmetic using vpa.
댓글 수: 1
Walter Roberson
2011년 1월 31일
That requires the Symbolic Math Toolkit
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!