rm WeaveSupport
This commit is contained in:
@@ -11,19 +11,6 @@ using Plots
|
||||
using MonteCarloMeasurements
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
title = "The problem-algorithm-solve interface",
|
||||
description = "Calculus with Julia: The problem-algorithm-solve interface",
|
||||
tags = ["CalculusWithJulia", "odes", "the problem-algorithm-solve interface"],
|
||||
);
|
||||
fig_size = (800, 600)
|
||||
nothing
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -265,5 +252,3 @@ The only change was in the problem, `Problem(y0 = 0.0 ± 0.0, v0 = 30.0 ± 1.0)`
|
||||
|
||||
|
||||
This example, shows the flexibility of the problem-algorithm-solver pattern while maintaining a consistent pattern for execution.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user