fncbook / fnc

Fundamentals of Numerical Computation text, Julia version for the MATLAB (1st) edition.
Other
54 stars 16 forks source link

Typo in Finite Differences #5

Closed dataopt closed 2 years ago

dataopt commented 3 years ago

There seems to be an undefined notation under finite differences https://fncbook.github.io/fnc/localapprox/finitediffs.html as the following image shows:

Screen Shot 2021-09-30 at 3 41 52 PM

The TeX command in the source is \dd{\tilde{f}}{s} so it looks like \dd is undefined.

tobydriscoll commented 2 years ago

Thank you! It's fixed in the production version, coming out soon.