ConstDyn:

Path: SC/Dynamics

% Example 4.2 and 4.3 in the reference. 
 We are using RK4 for this example but would use RK45 in practice since
 it has error checking.

  -------------------------------------------------------------------------
   Reference: Jalon, J.G., E. Bayo, "Kinematic and Dynamic Simulation of 
              Multibody Systems, The Real-Time Challenge," Springer-Verlag,
              1993, pp. 164-170.
  -------------------------------------------------------------------------

 See also FIC, FICP, FDC, DynP, KConstP, NewFig, XLabelS, YLabelS, RK4
%
--------------------------------------------------------------------------
   Copyright (c) 1996 Princeton Satellite Systems. 
   All rights reserved.
--------------------------------------------------------------------------
   Since version 2.
--------------------------------------------------------------------------

Children:

SC: DemoFuns/Dyn
SC: DemoFuns/FIC
SC: DemoFuns/FICP
SC: DemoFuns/KConst
SC: Dynamics/FDC
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Math: Integration/RK4

Back to the SC Module page