Ask Your Question

vw's profile - activity

2021-03-05 16:54:28 +0200 received badge  Popular Question (source)
2012-04-03 15:31:09 +0200 received badge  Student (source)
2012-04-02 14:22:57 +0200 asked a question converting to sympy

Dear All

I would like to convert a sage equation to sympy, eg

x=var('x')
y=2*x+Ei(x)
y._sympy_()

... and get complains that Ei is not defined in sympy.

How can I define a (possibly fake) Ei function in sympy from sage? Or is there any other way to avoid the problem?

Thanks

Valery

2012-04-02 14:22:20 +0200 asked a question converting to sympy

Dear All

I would like to convert a sage equation to sympy, eg

x=var('x') y=2*x+Ei(x) y._sympy_()

... and get complains that Ei is not defined in sympy.

How can I define a (possibly fake) Ei function in sympy from sage? Or is there any other way to avoid the problem?

Thanks

Valery