Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

tolga gravatar image

The following works in SageMathCell:

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