Skip to content

ibansd/Chebyshev_Differentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chebyshev Differentiation

Implementation of spectral differentiation using Chebyshev points.

Installation

With uv installed:

uv venv
source .venv/bin/activate  # or `.venv\Scripts\activate` on Windows
uv pip install .
uv run python cheb_diff.py

About

MATLAB and python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages