Skip to content

cpraveen/chebpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chebpy: Spectral and Chebyshev methods in Python

See this as a jupyter-book here

https://cpraveen.github.io/chebpy

These examples are based on the book

L. N. Trefethen, Spectral Methods in MATLAB, SIAM.

I have rewritten these codes in Python.

For nbviewer links to these files, see here

http://cpraveen.github.io/teaching/chebpy.html

Run the code in binder: Binder

Run the code in colab: Colab

Matlab versions of the code are available here

https://github.com/cpraveen/spectral_matlab

Building jupyter-book

Install

conda install jupyter-book ghp-import

Build html and publish

git checkout [email protected]:cpraveen/chebpy
jb build chebpy
cd chebpy
ghp-import -n -p -f _build/html

Releases

No releases published

Packages

No packages published

Languages