On alpha.sagenb.org, I get the following:
sage: t=var('t')
sage: diff(cot(t),t)
D[0](cot)(t)
sage: diff(cos(t)/sin(t),t)
-cos(t)^2/sin(t)^2 - 1
Does Sage not know that cot(t) is cos(t)/sin(t)? Or am I just being silly?
Jason
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---