第一章 二体问题.pptVIP

  • 146
  • 0
  • 约5.04千字
  • 约 47页
  • 2017-02-03 发布于湖北
  • 举报
* * * * * * * * * * * * 3.1 近似的方法 function robit_computer mu = 3.986004418e+14; %地球引力常数 tspan = [0:60:86400]; options = odeset(AbsTol,1e-15,RelTol,1e-12,NormControl,on); x0 = [-5292392.072;-4862.201380;3111662.355; -4136.781314; 3101114.660;-4147.028008]; [T,Y] = ode45(orbit,tspan,x0,options,mu); plot3(Y(:,1),Y(:,3),Y(:,5)) 3.1 近似的方法 近似级数展开方法 《An introduction to the mathematics and methods of astrodynamics》p110-p114有二体问题的近似级数展开详细推导和高效迭代算法,请大家自学并完成问题3-5。 3.2 二体问题的解析解 二体运动方程 角动量矢量常数 3.2 二体问题的解析解 开普勒第二定理 二体问题角动量是常数 角动量在极坐标下的表示 面积化率 3.2 二体问题的解析解 偏心率矢量常数 拉格朗日矢量 偏心率矢量 3.2 二体问题的解析解 开普勒第一定理 矢量运算

文档评论(0)

1亿VIP精品文档

相关文档