MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DiffTime — Differentiation with respect to time [maple]

DiffTime(expr)

DiffTime(v,a)

expr: algebraic expression, equality involving algebraic expressions, or a set, list, table, or array of algebraic expressions

v: Mambo vector

a: name of defined triad

The function DiffTime returns the derivative with respect to time of expr.

In the second form, the function DiffTime returns the derivative of the vector v relative to the triad a.

Note that a time derivative of a variable is denoted by the concatenation of the letter "t" to the variable name.

>Restart():
>DeclareTriads(a,b):
>DefineTriads(a,b,theta,3):
>DeclareStates(theta):
>w:=MakeTranslations([a,1],[b,2]):
>DiffTime(w,a);

table1=tableCoordinates=thetat00,Triad=b,Size=1,Type=Vector

>DiffTime([theta,3*theta^2]);

thetat,6thetathetat


Toolbox functions