Skip to content

Commit

Permalink
Merge pull request #6 from martinjrobins/new-eqn
Browse files Browse the repository at this point in the history
New-eqn
  • Loading branch information
martinjrobins authored Mar 14, 2024
2 parents bf11ed8 + 5fe7a47 commit 2b62ed8
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 242 deletions.
4 changes: 2 additions & 2 deletions examples/logistic.ds
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dudt_i {
dydt = 0,
dzdt = 0,
}
F_i {
M_i {
dydt,
0,
}
G_i {
F_i {
(r * y) * (1 - (y / k)),
(2 * y) - z,
}
Expand Down
Loading

0 comments on commit 2b62ed8

Please sign in to comment.