answered 3 years ago
The following works in SageMathCell:
t = var('t') x = function('x')(t) y = function('y')(t) diff(x*y,t)