Skip to content

marcus-k/double-pendulum-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Undamped double pendulum written in Julia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages