Skip to content

Commit d529c5c

Browse files
authored
Update fourier.ipynb
1 parent 6067dd2 commit d529c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/fourier.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Fourier Usage Examples\n",
99
"\n",
10-
"This notebook shows off some of what the `fourier_deriv` function can do. Note the set of mathematical functions that can work with this method is much more constrained than that `cheb_deriv` can handle. Much of this notebook is dedicated to showing how `fourier_deriv` can fail. But if you have periodic boundary conditions or [can "extend" your function to be periodic](https://github.com/pavelkomarov/spectral-derivatives/blob/main/notebooks/fourier_periodic_extensions.ipynb), then you may prefer this."
10+
"This notebook shows off some of what the `fourier_deriv` function can do. Note the set of mathematical functions that can work with this method is much more constrained than that `cheb_deriv` can handle. Much of this notebook is dedicated to showing how `fourier_deriv` can fail. But if you have periodic boundary conditions or [can \"extend\" your function to be periodic](https://github.com/pavelkomarov/spectral-derivatives/blob/main/notebooks/fourier_periodic_extensions.ipynb), then you may prefer this."
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)