Skip to content

Commit 13f2c4e

Browse files
authored
Update 10_Numerical_differentiation.jl
1 parent 0aa0db0 commit 13f2c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/10_Numerical_differentiation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ This formula is also of **second order** as can be checked using a Taylor series
924924

925925
# ╔═╡ 2adfac60-ec91-4c70-ae0c-f460f47d37dc
926926
md"""
927-
!!! warning
927+
!!! error
928928
Do not confuse the **derivation order** (how many times we differentiate) and the **approximation order** (the leading power of $h$ in the approximation error).
929929
930930
In this case, we are approximating a second derivative, so the derivation order is 2, and it turns out that this formula has an approximation error in $\mathcal O (h^2)$ so the approximation order is also 2.

0 commit comments

Comments
 (0)