Skip to content

Instantly share code, notes, and snippets.

View cadojo's full-sized avatar

Joe(y) Carpinelli cadojo

View GitHub Profile
@cadojo
cadojo / intersections.jl
Created September 27, 2021 03:23 — forked from mforets/intersections.jl
Intersection of trajectories
using Plots
using Unitful
using DifferentialEquations
using GeneralAstrodynamics
using LazySets
# Find a periodic orbit near Earth (orbit, period)
Oₑ, Pₑ = halo(SunEarth; Az=100_000u"km", L=2)
# Find a periodic orbit near Jupiter (orbit, period)