https://github.com/dimaamega/vectorfields
Visualize two-dimensional vector fields
https://github.com/dimaamega/vectorfields
differential-equations js math nonlinear-dynamics science
Last synced: 10 months ago
JSON representation
Visualize two-dimensional vector fields
- Host: GitHub
- URL: https://github.com/dimaamega/vectorfields
- Owner: DimaAmega
- Created: 2019-12-01T22:05:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T16:20:21.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T21:06:49.445Z (about 1 year ago)
- Topics: differential-equations, js, math, nonlinear-dynamics, science
- Language: JavaScript
- Homepage: https://dimaamega.github.io/vectorfields/?x_str=y*sin(x)&y_str=-L*y-sin(x*y)&xspeed=3&count=2000&M_Time_Alive_particle=3.95&M_n_lines=24&L=0.19&
- Size: 86.9 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Vectorfields](https://dimaamega.github.io/vectorfields/?x_str=y*sin(x)&y_str=-L*y-sin(x*y)&xspeed=3&count=2000&M_Time_Alive_particle=3.95&M_n_lines=24&L=0.19&)
This program allows you to visualize two-dimensional vector fields, as well as two-dimensional systems of autonomous differential equations
Implementation details:
* Client only
* [RK4_method](https://www.wikiwand.com/en/Runge–Kutta_methods)
* [PIXI.js](https://pixijs.com/) for rendering
- [Nonlinear oscillator]()
- [(x, -y) saddle filed](https://dimaamega.github.io/vectorfields/?x_str=x&y_str=-y&xspeed=3&count=2000&M_Time_Alive_particle=3.95&M_n_lines=24&L=1&skip_welcome)
- [Some beautiful random field]()
- [Tornado field](https://dimaamega.github.io/vectorfields/?x_str=x**2-y**2-4&y_str=A*x*y&xspeed=1&count=3000&M_Time_Alive_particle=4.75&M_n_lines=20&A=1&skip_welcome)