{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# p12: Accuracy of Chebyshev spectral differentiation"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"%config InlineBackend.figure_format='svg'\n",
"from numpy import zeros,pi,inf,linspace,arange,abs,dot,exp\n",
"from scipy.linalg import toeplitz,norm\n",
"from matplotlib.pyplot import figure,subplot,semilogy,title,xlabel,ylabel,axis,grid\n",
"from chebPy import *"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"\n",
"\n",
"\n"
],
"text/plain": [
"