After running the following macro: depends(x,t); depends(y,t); c(t):=sqrt(x^2+y^2); diff(c(t),t); ... I want to substitute specific values of x, y, dx/dt, and dy/dt into the resulting expression for dc/dt. What is the simplest way to do that? Thank you.