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

 Accepted Answer

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

5 Comments

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 ...
It seems like the right answer, so I accepted it for them.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!