Q: Can Kuramoto-Sivashinsky dendrites dissipate? See here for context.
- Install python3 and check that it worked:
which python
should return a pathpython --version
should have a "3." in it; I'm using 3.10.4
- Install py-pde package:
python -m pip install --upgrade py-pde
- ...
- Profit.
Right now just plots an (x,t)-plot and if in a py shell, returns a MemoryStorage object
python ks.py
%run -i ks.py