Problem 54385. three digits
Input three digits no larger than 4,say 1,2 and 3, write the possible largest number composed(concatenation and power) only by these three digits and only once.
E.g. input: 1,2,3
output: '3^21=10460353203'
input: 2,3,4
output: '2^3^4=2417851639229258349412352' (calculate from right)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
19097 Solvers
-
How to find the position of an element in a vector without using the find function
2804 Solvers
-
422 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
202 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
259 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!