Hey, there's something I can't do in Maxima. I cannot differentiate things
like f(g(t),h(t)) where f is a generic function and g and h are specific
functions. If the depends tag is used, it will differentiate f with no
arguments, but it will not differentiate something like f(t^2+1,t^3) with
respect to t. Is there anything I can do?