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