SolveT:

Path: Orbit/Glideslope

% Function to pass to NewtRaph for solving for the period of a glideslope 
  given the initial and final velocities.
--------------------------------------------------------------------------
  Form:
  y = SolveT( vI, vT, rho0, T )
--------------------------------------------------------------------------

  ------
  Inputs
  ------
   vI    (1,:) Initial velocity
   vT    (1,:) Terminal velocity
   rho0  (1,1) Weight on ratio of terminal to initial velocity
   T     (1,1) Weight on difference in terminal and initial velocity
 
   -------
   Outputs
   -------
   y     (1,:) Cost

--------------------------------------------------------------------------

Back to the Orbit Module page