Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The following works in SageMathCell:

t = var('t')
x = function('x')(t) 
y = function('y')(t) 
diff(x*y,t)