victorballester7 / calcul-numeric

Pràctica de l'assignatura Càlcul numèric 2022-23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculating maneuvers of a satellite

The objective of this practice is to calculate the necessary maneuvers to transition from one given initial position and velocity of a satellite to another given final position and velocity by applying external inputs.

Usage of the code

First download the code and compile it:

git clone git@github.com:mathUAB/calcul-numeric.git
cd calcul-numeric
chmod +x execute.sh

Then, run the code:

./exectue.sh cmani_rtbp

Type ./exectue.sh for more information about the arguments.

About

Pràctica de l'assignatura Càlcul numèric 2022-23


Languages

Language:C 61.4%Language:TeX 28.4%Language:Gnuplot 3.9%Language:Shell 3.4%Language:Makefile 2.9%