Problem 51560. Convert a number from factorial notation to base 10
Just as numbers can be written in different bases, they can also be written in factorial notation. For example,
is 463 in base 10 because
If the first place after the decimal point is the 1/2! place, then we would have, for example,
Write a function to convert a number from factorial notation to decimal notation, or base 10. For digits greater than 9, use A, B, C, etc.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2755 Solvers
-
Back to basics 8 - Matrix Diagonals
938 Solvers
-
Back to basics 25 - Valid variable names
328 Solvers
-
Implement simple rotation cypher
1085 Solvers
-
Generate a random matrix A of (1,-1)
357 Solvers
More from this Author298
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!