Hey guys,
I dont know where the problem is, but sage (5.10 here) doesnt compute easy derivatives as e.g.
x = var('x')
f = sqrt(x)
diff(f,x)
This leads to the following error: TypeError: unable to simplify to float approximation
Whats the problem here?