First time here? Check out the FAQ!
answered 2022-03-28 13:06:38 +0100
The following works in SageMathCell:
t = var('t') x = function('x')(t) y = function('y')(t) diff(x*y,t)