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