MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DeclareStates — Declaration of implicitly time-dependent variables [mathematica]

DeclareStates[q1, ..., qn]

q1, ..., qn: names

The function DeclareStates establishes the names q1, ..., qn as implicitly time-dependent variables.

The function DeclareStates results in permanent changes to the global variable GlobalStates.

Restart;
DeclareStates[q1,q2,u1];
GlobalStates

{ q1 , q2 , u1 }


Toolbox functions