sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.35k stars 461 forks source link

symbolic AppellF1 #22651

Open rwst opened 7 years ago

rwst commented 7 years ago

Pynac already has a symbolic AppellF1. This ticket would implement the interface.

Dependencies: pynac-0.7.6

Component: symbolics

Branch/Commit: u/rws/symbolic_appellf1 @ 3160cfc

Issue created by migration from https://trac.sagemath.org/ticket/22651

rwst commented 7 years ago

Branch: u/rws/symbolic_appellf1

rwst commented 7 years ago
comment:2

This commit does no numerics but this would suffice for the purposes of #22650.


New commits:

d7599ca22651: symbolic Appell F1; Pynac function interface adaptations
rwst commented 7 years ago

Dependencies: pynac-0.7.6

rwst commented 7 years ago

Commit: d7599ca

fredrik-johansson commented 7 years ago
comment:3

The main problem seems to provide numerics as there is no library whatsoever providing this.

What's wrong with mpmath?

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

Changed commit from d7599ca to eeedbaa

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

eeedbaa22651: add eval, evalf
rwst commented 7 years ago
comment:5

Replying to @fredrik-johansson:

The main problem seems to provide numerics as there is no library whatsoever providing this.

What's wrong with mpmath?

Nothing, I simply overlooked the possibility. Thanks!

rwst commented 7 years ago

Description changed:

--- 
+++ 
@@ -1,3 +1 @@
-Pynac already has a symbolic AppellF1. This ticket would implement the interface. The main problem seems to provide numerics as there is no library whatsoever providing this. An arb ticket was already opened:
-
-https://github.com/fredrik-johansson/arb/issues/155
+Pynac already has a symbolic AppellF1. This ticket would implement the interface.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

Changed commit from eeedbaa to 3160cfc

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

3160cfc22651: cosmetics