First time here? Check out the FAQ!
answered 2014-07-24 21:05:02 +0100
This works now (in sage 6.3.beta6).
sage: x = var('x') sage: y = 2 * x + Ei(x) sage: y._sympy_() 2*x + Ei(x)