Community Profile

photo

Eric


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to evaluate large factorials
In Mathematica I could easily evaluate factorials, including large ones like 1000! But in Matlab I can only evaluate up to 17...

meer dan 9 jaar ago | 2 answers | 1

2

answers

Question


Number greater than the largest positive floating-point number (1.7977e+308)
I'm trying to calculate the following expression: (l+m)! / (l!m!) but when l=m > 85 I get infinity, because the result is...

meer dan 9 jaar ago | 4 answers | 0

4

answers

Answered
How to translate the following code from Mathematica to Matlab?
Thank you all for the answers I've found a generic (edit: specific) way through the following script (with the above example ...

meer dan 9 jaar ago | 0

| accepted

Question


How to translate the following code from Mathematica to Matlab?
I need to construct a matrix similar to the following: l = 2; m = 4; Table[(2 x - y*l)/m, {x, 0, 5}, {y, 0, 5}] // MatrixFor...

meer dan 9 jaar ago | 4 answers | 0

4

answers