Ask Your Question

virtual_neutrino's profile - activity

2019-04-25 13:32:43 +0200 commented answer How to increase maxterms for hypergeometric?

Thanks! This indeed works and I will heed your word of caution but mathematica seems to agree ...

2019-04-25 13:25:56 +0200 received badge  Scholar (source)
2019-04-24 16:35:07 +0200 asked a question How to increase maxterms for hypergeometric?

I'm trying to compute a (bunch of) hypergeometric functions for which I get a NoConvergence error

e.g.

hypergeometric([4.14 + 15*I, -3.14 + 15*I],[1. - 1.12e7*I], -500000)

The suggestion of the error message is to try increasing 'maxterms'. However, I don't seem to find a way to do this as e.g.hypergeometric([4.14 + 15*I, -3.14 + 15*I],[1. - 1.12e7*I], -500000,maxterms=10^6) does not work.

(I could be missing something very basic, I'm rather new to sage)

2019-04-24 16:35:07 +0200 asked a question NoConvergence m

I'm trying to compute a (bunch of) hypergeometric functions for which I get a NoConvergence error

e.g.

hypergeometric([4.14 + 15I, -3.14 + 15I],[1. - 1.12e7*I], -500000)

The suggestion of the error message is to try increasing 'maxterms'. However, I don't seem to find a way to do this as e.g. hypergeometric([4.14 + 15I, -3.14 + 15I],[1. - 1.12e7*I], -500000,maxterms=10^6) does not work.

(I could be missing something very basic, I'm rather new to sage)