25^23 without approximation
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sakunrat Jaejaima
le 2 Juil 2015
Commenté : Stephen23
le 10 Juil 2015
I want to get the answer with no approximation
I do 25^23 without approximation.
0 commentaires
Réponse acceptée
Titus Edelhofer
le 2 Juil 2015
Use vpa from symbolic toolbox:
digits(50);
x = vpa(25);
x23 = x^23
Titus
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!