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,13 +15,6 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "The Gradient, Divergence, and Curl",
description = "Calculus with Julia: The Gradient, Divergence, and Curl",
tags = ["CalculusWithJulia", "integral_vector_calculus", "the gradient, divergence, and curl"],
);
nothing
## used in other blocks
_bar(x) = sum(x)/length(x)
@@ -1676,4 +1669,3 @@ raw" ``rh'(r)e_\phi``"
answ=1
radioq(choices, answ)
```

View File

@@ -14,23 +14,6 @@ using SymPy
using HCubature
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
#import PyPlot
#pyplot()
const frontmatter = (
title = "Multi-dimensional integrals",
description = "Calculus with Julia: Multi-dimensional integrals",
tags = ["CalculusWithJulia", "integral_vector_calculus", "multi-dimensional integrals"],
);
nothing
```
---
@@ -1982,4 +1965,3 @@ raw" ``m\sqrt{1-m^2}dt^2+(1-2m^2)dtdv -m\sqrt{1-m^2}dv^2``"
answ = 1
radioq(choices, answ)
```

View File

@@ -14,18 +14,6 @@ using SymPy
using HCubature
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Line and Surface Integrals",
description = "Calculus with Julia: Line and Surface Integrals",
tags = ["CalculusWithJulia", "integral_vector_calculus", "line and surface integrals"],
);
nothing
```
---
@@ -1504,4 +1492,3 @@ raw" ``1/60``"
answ = 1
radioq(choices, answ)
```

View File

@@ -7,15 +7,7 @@
#| echo: false
#| results: "hidden"
using CalculusWithJulia
using CalculusWithJulia.WeaveSupport
using Plots
const frontmatter = (
title = "Quick Review of Vector Calculus",
description = "Calculus with Julia: Quick Review of Vector Calculus",
tags = ["CalculusWithJulia", "integral_vector_calculus", "quick review of vector calculus"],
);
nothing
```
@@ -486,5 +478,3 @@ The divergence theorem is available for other dimensions. In the $n=2$ case, it
The divergence theorem is used in Physics to express physical laws in either integral or differential form.

View File

@@ -16,12 +16,6 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
description = "Calculus with Julia: Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
tags = ["CalculusWithJulia", "integral_vector_calculus", "green's theorem, stokes' theorem, and the divergence theorem"],
);
# some useful helpers for drawing
_bar(x) = sum(x)/length(x)
@@ -1593,4 +1587,3 @@ choices = [
answ = 1
radioq(choices, answ, keep_order=true)
```