Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

Code for generating solutions to the wave equation on a square domain starting with an initial Gaussian.

SquareWaveBot

Used for the Twitter bot @SquareWaveBot which is hosted on AWS Lambda and tweets a random solution once a day.

To use locally, first

npm install

Then run

node index.js

which will save a randomly generated image to out.png.