Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 803 Bytes

NUMERICAL INTEGRATION

This project uses the Fourth Order Runge-Kutta Method to simulate the motion of an aircraft performing some maneuvers. The exact problem solved here is found in the folowing filepath of this project .../ReferenceMaterial/nint_problem.pdf

Table of Contents

Installation

Instructions on how to install the project:

# Clone the repository
git clone https://github.com/NicholasLuis/Numerical_Integration

Create a Build folder and build the solution using CMake

Automated via the build.sh script

Contact

Email: [email protected]

License

This uses the MIT Open Source License