Question: derivative of a vector fuction

How can  i take derivative of a vector fuction

r := proc (t) options operator, arrow; `<,>`(x0*e^(-t/t0)*cos(t/t0), y0*e^(-t/t0)*sin(t/t0), z0*e^(-t/t0)) end proc

 

Please Wait...