First time here? Check out the FAQ!
answered 2016-03-09 23:44:51 +0100
You can use fast_callable to compile a symbolic expression into something that evaluates more in the way of a python expression:
fast_callable
sage: fc=fast_callable(eq_y.rhs(),vars=[x,a]) sage: fc(0.0,1.0) +infinity