DoubleIntegratorWithAccel:
--------------------------------------------------------------------------
Finds the plant for a double integrator with an acceleration state.
State vector is [x;v;a]. Input vector is [0;0;da/dt]
--------------------------------------------------------------------------
Form:
[a, b] = DoubleIntegratorWithAccel( dT )
--------------------------------------------------------------------------
------
Inputs
------
dT (1,1) Time step
-------
Outputs
-------
a (3,3) State transition matrix
b (3,1) Input matrix
--------------------------------------------------------------------------