25^23 without approximation

2 visualizzazioni (ultimi 30 giorni)
Sakunrat Jaejaima
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.

Risposta accettata

Titus Edelhofer
Titus Edelhofer il 2 Lug 2015
Use vpa from symbolic toolbox:
digits(50);
x = vpa(25);
x23 = x^23
Titus
  5 Commenti
Titus Edelhofer
Titus Edelhofer il 3 Lug 2015
I'm glad to hear... then please mark the question as answered ...
Stephen23
Stephen23 il 10 Lug 2015
It seems like the right answer, so I accepted it for them.

Accedi per commentare.

Più risposte (0)

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!

Translated by