概述
这节课稍有难度,在轨道计算部分要求能写比较复杂的MATLAB或Maple code,变轨的部分需要记忆和理解的内容也比较多。自己写的代码建议附加比较详细的说明,如MATLAB function:
function [outputArg1,outputArg2] = functionname(inputArg1,inputArg2)
%FUNCTIONNAME Breaf description
% Detailed explanation
%
% Input Argument:
% inputArg1: description
% inputArg2: description
%
% Output Argument:
% outputArg1: description
% outputArg2: description
% PH322 your name 20XX
...
...
...
end
这样在作业,考试,以及fianl project中可以更清楚是不是用了正确的code。Final project总体没有难度,在之前的代码正确的情况下,基本就是将多个之前的代码整合即可。
有计划minor astrynomy的同学(ME应该也有一个concentration需要这节课)可以选择上下这节课;astrynomy minor的选修课除了这节只有PH410 General Rel是4学分的,这样可以少做几次PH490。
因为本人大二的时候写码还很不规范,没注意命名和注释,所以代码看起来可能比较不美观,见谅。点击(link)可下载相关Maple code。
Sorry for the poor naming of codes and lack of comment. Hit (link) to download Maple code.