Skip to content

Commit

Permalink
Note on euler integrate spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed May 2, 2024
1 parent 3ca9a7d commit 52eb9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ The following function implements Euler's Method:
Returns
=======
ts : ndarray(m, )
Monotonically equally spaced increasing values of time.
Monotonically equally spaced increasing values of time spaced apart
by ``delt``.
xs : ndarray(m, 2*n)
State values at each time in ts.

Expand Down

0 comments on commit 52eb9e6

Please sign in to comment.