Working with really huge numbers in MATLAB?
Afficher commentaires plus anciens
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 commentaires
John D'Errico
le 31 Jan 2011
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
le 11 Fév 2011
Réponse acceptée
Plus de réponses (1)
Andrew Newell
le 31 Jan 2011
0 votes
Convert your numbers to variable precision arithmetic using vpa.
1 commentaire
Walter Roberson
le 31 Jan 2011
That requires the Symbolic Math Toolkit
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!