Skip to content

Commit

Permalink
Update interpolation.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley authored Nov 5, 2024
1 parent b434fd1 commit df28037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpolation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ matplot(t, t(y), type = "l", lty = 1, col = "black",
xlab = "Time", ylab = "Variable")
```

With `dust_system_simulate()` the solver will stop at every time, so we'll never jump over the solution. But if you were running this where you were just advancing the solution through time you might do so. We get our expected value of (approximately) 1 time 25 whenere `r1` is 15:
With `dust_system_simulate()` the solver will stop at every time, so we'll never jump over the solution. But if you were running this where you were just advancing the solution through time you might do so. We get our expected value of (approximately) 1 at time 25 whenere `r1` is 15:

```{r}
sys <- dust_system_create(wave, list(r1 = 15))
Expand Down

0 comments on commit df28037

Please sign in to comment.