https://github.com/fusion809/julia-scripts
Julia scripts I have written primarily for the purpose of technical computing.
https://github.com/fusion809/julia-scripts
airy-equation chebyshev-gauss-quadrature chebyshev-spectral-methods double-pendulum julia-language julia-scripts lorenz-equation matplotlib newton-kantorovich-method ode-solver runge-kutta-fehlberg simple-pendulum simplex simplex-algorithm sturm-liouville-problems
Last synced: 24 days ago
JSON representation
Julia scripts I have written primarily for the purpose of technical computing.
- Host: GitHub
- URL: https://github.com/fusion809/julia-scripts
- Owner: fusion809
- Created: 2016-12-25T06:39:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T10:56:31.000Z (over 3 years ago)
- Last Synced: 2025-02-05T20:33:58.845Z (10 months ago)
- Topics: airy-equation, chebyshev-gauss-quadrature, chebyshev-spectral-methods, double-pendulum, julia-language, julia-scripts, lorenz-equation, matplotlib, newton-kantorovich-method, ode-solver, runge-kutta-fehlberg, simple-pendulum, simplex, simplex-algorithm, sturm-liouville-problems
- Language: Julia
- Homepage:
- Size: 17.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Julia scripts
My Julia scripts used for numerical computation. I like chaotic systems and Sturm-Liouville problems the most, so they are the main ones I solve in it.
To (hopefully) install all dependencies required for the scripts in this repository, and for turning VSCode into a suitable IDE run [all-deps.jl](all-deps.jl) in Julia.