how many terms uses the function hypergeom

1 view (last 30 days)
If we use the matlab build in function
hypergeom(N,D,z)
which is a infitite sum
hypergeom(N,D,z) = sum(k=0:inf, (C(N,k)/C(D,k))*z^k/k!)
How many terms are used? I.e. what is
inf
Thank you very much for any suggestions!
Best,
Rafael
  4 Comments
Rafael Schwarzenegger
Rafael Schwarzenegger on 10 Jun 2019
Thank you very much. It answers my question well.

Sign in to comment.

Answers (0)

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!