https://github.com/hannorein/rebound
Raw File
Tip revision: 111bcd50de54e4cc70e1d4915918226a4adbe188 authored by Hanno Rein on 14 November 2023, 00:32:31 UTC
Updating version to 4.0.1
Tip revision: 111bcd5
examples.md
# Examples in REBOUND
We provide a lot of examples for REBOUND. We think examples are the easiest way to learn how to use REBOUND.
This page contains a list of all examples that come with REBOUND. 
The examples are sorted by topic. 
Note that some examples use the C version, other the python version of REBOUND. 
Often, the syntax is very similar and you might want to look at the C examples even if you want to write python code and vice verse.
!!! Info
    You can find the source code for all examples in the `examples/` and `ipython_examples/` directories. 

back to top