samzhang111 / elliptic-curves-kdv-equation

Visualizing the relationship between elliptic curves and traveling wave solutions to the KdV equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elliptic curves and traveling wave solutions to the KdV equation

See the live demo at https://sam.zhang.fyi/html/elliptic-kdv/index.html.

Installation

  1. Install node, npm, and yarn.
  2. Run yarn to install node dependencies

Development

Run yarn run webpack serve to run the webpack development server. Any changes made to the Javascript will automatically refresh the page.

Deployment

Run yarn run webpack to create the production version of the script in the dist/ folder.

About

Visualizing the relationship between elliptic curves and traveling wave solutions to the KdV equation


Languages

Language:JavaScript 69.6%Language:HTML 23.1%Language:SCSS 7.3%