1 | initial version |
I have got the message: " cannot evaluate symbolic expression numerically"
This simple example does no problem to sage, var ('x','y', 'v') f(x) = exp(-x^2) x = 10 y = f(v).subs(v=x).numerical_approx(digits=5)
but some more complicate results in the above error message