rm WeaveSupport

This commit is contained in:
jverzani
2022-09-19 16:10:49 -04:00
parent 847109baea
commit e35ee2f6ca
66 changed files with 213 additions and 883 deletions

View File

@@ -15,16 +15,9 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
using Roots
import LinearAlgebra: norm
const frontmatter = (
title = "Roots of a polynomial",
description = "Calculus with Julia: Roots of a polynomial",
tags = ["CalculusWithJulia", "precalc", "roots of a polynomial"],
);
nothing
```
@@ -1039,5 +1032,3 @@ If the bottom row represents $q_7, q_6, \dots, q_0$ and the top row $p_8, p_7,
As such, the `var(p)` $\geq 1 +$ `var(q)`.