rm WeaveSupport
This commit is contained in:
@@ -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)`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user