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

@@ -14,20 +14,6 @@ using RealPolynomialRoots
import SymPy # imported only: some functions, e.g. degree, need qualification
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "The Polynomials package",
description = "Calculus with Julia: The Polynomials package",
tags = ["CalculusWithJulia", "precalc", "the polynomials package"],
);
nothing
```
---
@@ -592,4 +578,3 @@ The `Polynomials` package has an implementation, so you can check your answer th
The `ApproxFun` package is built on top of polynomials expressed in this basis, as the Chebyshev polynomials have special properties which make them very suitable when approximating functions with polynomials. The `ApproxFun` package uses easier-to-manipulate polynomials to approximate functions very accurately, thereby being useful for investigating properties of non-linear functions leveraging properties for polynomials.
:::