Ask Your Question

Gustav Delius's profile - activity

2016-04-23 22:18:51 +0200 received badge  Popular Question (source)
2016-04-23 22:18:51 +0200 received badge  Notable Question (source)
2016-04-23 22:18:51 +0200 received badge  Famous Question (source)
2015-07-09 11:34:34 +0200 asked a question problem plotting numerical integral

Why does the following give an error "TypeError: unable to simplify to float approximation"?

def f(y): return numerical_integral(1,0,y)[0]
plot(f(y),(y,0,1))
2013-08-23 09:35:59 +0200 commented answer How to simplify x^a/x into x^(a-1) OR how to solve...?

While full_simplify works on x^a/x, it already fails as soon as x is replaced by something slightly more complicated, like (1-x).

2012-04-19 13:50:04 +0200 answered a question Math Display in SageNB webinterface resizeable?

I think this problem is no longer there on test.sagenb.org which uses MathJaX instead of jsMath to do the typesetting by implementing the ticket http://trac.sagemath.org/sage_trac/ti.... Let's hope that that gets pushed into the standard release quickly.