GabrielMajeri / PhysicsSimulations

Simulation of various physical systems in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physics simulations in Julia

This repository contains simulations of several well-known physical systems. It's intended to serve as an instructive sandbox for these classical systems and the OrdinaryDiffEq.jl package.

Available simulations

These are all presented in detalied Jupyter Notebooks, which can be found in the notebooks directory:

  • Free-falling object in a constant gravitational field
  • Simple pendulum (simple harmonic oscillator)
  • Driven harmonic oscillator
  • Waves (based on the wave equation)

License

The code is available under the permissive MIT license.

About

Simulation of various physical systems in Julia

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Julia 0.0%