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,14 +15,7 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
using DataFrames
const frontmatter = (
title = "Limits, issues, extensions of the concept",
description = "Calculus with Julia: Limits, issues, extensions of the concept",
tags = ["CalculusWithJulia", "limits", "limits, issues, extensions of the concept"],
);
nothing
```
@@ -149,6 +142,7 @@ There are other such functions that jump. Another useful one is the floor functi
plot(floor, -5,5)
```
Again, the (nearly) vertical lines are an artifact of the graphing algorithm and not actual points that solve $y=f(x)$. The floor function has limits except at the integers. There the left and right limits differ.
@@ -1041,4 +1035,3 @@ L" $f(x)$ does not have a limit as $x \rightarrow 0$"
answ = 3
radioq(choices, answ)
```