Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 853 Bytes

File metadata and controls

28 lines (22 loc) · 853 Bytes

Double Pendulum

Simple demonstration of an undamped double pendulum made in Julia.

Usage

Navigate to the working directory, activate, then (if needed) instantiate the project environment:

julia> ]

pkg> activate .

pkg> instantiate

To run the script non-interactively:

$ julia --project=. pendulum.jl

Interactively:

julia> include("pendulum.jl")

Interesting Links