Community Profile

photo

Eric


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
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 ...

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 9 Jahre vor | 4 Antworten | 0

4

Antworten