Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 + 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)

click to hide/show revision 2
None

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 + 15I, 15*I, -3.14 + 15I],[1. 15*I],[1. - 1.12e7*I], -500000)

-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. e.g.hypergeometric([4.14 + 15I, 15*I, -3.14 + 15I],[1. 15*I],[1. - 1.12e7*I], -500000,maxterms=10^6) -500000,maxterms=10^6) does not work.

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

click to hide/show revision 3
retagged

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)

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)