setup for *possible* CI rendering

This commit is contained in:
jverzani
2022-09-10 13:39:23 -04:00
parent decef62bbb
commit 2739cda456
5 changed files with 52 additions and 16 deletions

View File

@@ -17,7 +17,6 @@ using Roots
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
using ImplicitPlots
fig_size = (800, 600)
const frontmatter = (
@@ -1557,5 +1556,3 @@ yesnoq(false)
```
All methods work quickly with this well-behaved problem. In general the convergence rates are slightly different for each, with the Steffensen method matching Newton's method and the difference quotient method being slower in general. All can be more sensitive to the initial guess.