https://github.com/hakansunay/celestial-mechanics
Небесна механика / Nebesna mehanika
https://github.com/hakansunay/celestial-mechanics
celestial-mechanics fmi
Last synced: 19 days ago
JSON representation
Небесна механика / Nebesna mehanika
- Host: GitHub
- URL: https://github.com/hakansunay/celestial-mechanics
- Owner: HakanSunay
- Created: 2019-05-24T13:42:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T19:44:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T03:44:07.153Z (4 months ago)
- Topics: celestial-mechanics, fmi
- Language: MATLAB
- Homepage:
- Size: 9.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Celestial-Mechanics
## How to make this project fit your needs?
All you have to do is change the ``time`` variable in ``problem1/prob1.m`` and in ``problem2/prob2.m``.## How to find your ``time``?
* Go to https://www.timeanddate.com/date/timeduration.html.* Enter your birthdate on one side and 01.01.2000 on the other side.
* After you click **Calculate Duration** you will get the amount of time in days / hours / minutes.
* Get the value of **days** and do the following:
```
time = days / 365.25
```* In my case it is:
```
time = 849 / 365.25
time = 2.324435318
```## How to run the files?
I personally used https://octave-online.net/.* Upload problem1/ and problem2/ to https://octave-online.net/.
* Locate prob1.m and click **Run**.
* Do the same for prob2.m.