• Stars
    star
    30
  • Rank 839,658 (Top 17 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Animation of the motion a double-pendulum. Both Julia and Python versions of the code are given.

More Repositories

1

Three-Body-Problem-Gravitational-System

A python code to calculate planetary orbits in a three-body gravitational system. The code can demonstrate how one planet affects the orbit of another planet. As an example, Earth, Jupiter, Sun system is analyzed.
Jupyter Notebook
44
star
2

Poisson-solver-2D

Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
Python
40
star
3

Brownian-dynamics-in-a-time-varying-force-field

A python code to calculate the Brownian motion of colloidal particles in a time varying force field.
Python
12
star
4

Particle-Swarm-Optimization-Fortran-95

A Fortran 95 code for Particle Swarm Optimization. The code is general. The fitness function is defined in a separate file and can be replaced by any user defined fitness function.
Fortran
10
star
5

Particle-Tracking-Code

A Matlab code for tracking colloidal fluorescent nanoparticles.
MATLAB
7
star
6

Simulated-Annealing-Optimization-Algorithm

Julia code for general simulated annealing optimization algorithm. The code can find the global maximum (or minimum) of a multi-modal function of continuous variables.
Jupyter Notebook
7
star
7

Photonic-Radiative-Cooler

Data files and Matlab codes for analyzing a multilayer thin-film photonic radiative cooler
MATLAB
5
star
8

Vector-Field-Topolgy-2D

An intuitive visualization of vector fields.
Python
5
star
9

COMSOL-to-MATLAB-data-process

MATLAB codes for processing COMSOL data
MATLAB
4
star
10

Particle-Swarm-Optimization-PSO-using-Python

Vectorized general particle swarm optimization code using python.
Python
4
star
11

Modeling-of-Neutron-Stars

Python codes for modeling the physics of neutron starts. The coupled differential equations describing the equation of state and the structural model is solved. Comparison between the classical model and the relativistic model (Tolman-Oppenheimer-Volkov equation) is shown.
Python
4
star
12

Wa-Tor-Predator-Prey-Model

C++ SFML implementation of Wa-Tor Predator-Prey dynamics simulation
C++
2
star
13

Matrix-Differentiation-Operators

Finite difference matrix operators for performing numerical differentiation in python.
Python
2
star
14

Vector-field-visualization

MATLAB scripts for visualizing 3D vector fields
MATLAB
1
star
15

Colormaps_MATLAB

A set of colormaps (in csv format) that can be used in MATLAB. Colormaps such as 'plasma', and 'inferno' are included which are not currently available in MATLAB's builtin colormaps.
MATLAB
1
star
16

Progress_bar

A simple progress bar feature for Julia codes. It's a simple function that uses unicode characters to create the progress bar. The code is in a function form. So, it can be easily included in any julia codes/notebook.
Julia
1
star