We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddc60d commit 420e336Copy full SHA for 420e336
docs/tutorials/neurocog/integration.md
@@ -194,7 +194,7 @@ which should yield you a plot like the one below:
194
195
<img src="../../images/tutorials/neurocog/ode_method_comparison.jpg" width="500" />
196
197
-As you might observe, RK-4 give the best approximation of the solution. In addition,
+As you might observe, RK-4 gives the best approximation of the solution. In addition,
198
when the integration step size is held constant, Euler integration
199
does quite poorly over just a few steps while RK-2 and Heun's method do much better
200
at approximating the analytical equation. In the end, the type of numerical integration method employed can
0 commit comments