Skip to content

Commit 420e336

Browse files
author
Alexander Ororbia
committed
fixed typo in integration tutorial doc
1 parent 4ddc60d commit 420e336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/neurocog/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ which should yield you a plot like the one below:
194194

195195
<img src="../../images/tutorials/neurocog/ode_method_comparison.jpg" width="500" />
196196

197-
As you might observe, RK-4 give the best approximation of the solution. In addition,
197+
As you might observe, RK-4 gives the best approximation of the solution. In addition,
198198
when the integration step size is held constant, Euler integration
199199
does quite poorly over just a few steps while RK-2 and Heun's method do much better
200200
at approximating the analytical equation. In the end, the type of numerical integration method employed can

0 commit comments

Comments
 (0)