25^23 without approximation
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sakunrat Jaejaima
il 2 Lug 2015
Commentato: Stephen23
il 10 Lug 2015
I want to get the answer with no approximation
I do 25^23 without approximation.
0 Commenti
Risposta accettata
Titus Edelhofer
il 2 Lug 2015
Use vpa from symbolic toolbox:
digits(50);
x = vpa(25);
x23 = x^23
Titus
5 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!