25^23 without approximation

I want to get the answer with no approximation
I do 25^23 without approximation.

 Risposta accettata

Use vpa from symbolic toolbox:
digits(50);
x = vpa(25);
x23 = x^23
Titus

5 Commenti

If the power of matrix
please be more specific, I have no clue what you need help with ...
Thank you so mush.I can do it.
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)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by