Can Matlab Factorial a Large Number?
23 views (last 30 days)
Show older comments
Hello, I'm solving a problem of probability and need to calculate a factorial(365), but the factorial function in Matlab gives me a result of Inf. Can anyone know how to use the factorial function to calculate a large number such as factorial(365),factorial(321) ? Thank you! Ben
0 Comments
Accepted Answer
James Tursa
on 5 Sep 2017
Edited: James Tursa
on 5 Sep 2017
You could use one of these FEX submissions by John D'Errico:
https://www.mathworks.com/matlabcentral/fileexchange/22725-variable-precision-integer-arithmetic
https://www.mathworks.com/matlabcentral/fileexchange/36534-hpf-a-big-decimal-class
Also, consider reformulating your calculation to avoid these large numbers. E.g., I am guessing that this large factorial is part of an expression that has other large factorials as well. Look for ways to "cancel" portions of the calculation so that smaller calculations remain.
More Answers (1)
See Also
Categories
Find more on Gamma Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!