| 1 | initial version |
The following works in SageMathCell:
t = var('t')
x = function('x')(t)
y = function('y')(t)
diff(x*y,t)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.