Community Profile

photo

Eric


2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

9년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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

9년 초과 전 | 답변 수: 4 | 0

4

답변

답변 있음
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 ...

9년 초과 전 | 0

| 수락됨

질문


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

9년 초과 전 | 답변 수: 4 | 0

4

답변