Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
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 variables GlobalExplicit and GlobalImplicit.
Restart(): DeclareStates(q1,q2,u1): print(GlobalExplicit);
print(GlobalImplicit);
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |