Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Computing derivatives

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?