This commit is contained in:
jverzani
2022-07-20 13:23:19 -04:00
parent a2b62ded04
commit 93c993206a
5 changed files with 12 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
using CalculusWithJulia
using CalculusWithJulia.WeaveSupport
const frontmatter = (
frontmatter = (
title = "From calculator to computer",
description = "Calculus with Julia: Replacing the calculator with a computer",
tags = ["CalculusWithJulia", "precalc", "replacing the calculator with a computer"],
@@ -940,7 +940,7 @@ numericq(val)
What is the value of
```math
\frac{sin(pi/3) - 1/2}{pi/3 - pi/6}
\frac{\sin(\pi/3) - 1/2}{\pi/3 - \pi/6}
```
```julia; hold=true; echo=false;
@@ -1031,7 +1031,7 @@ radioq(choices, ans)
A twitter post from popular mechanics generated some attention.
![](https://raw.githubusercontent.com/jverzani/CalculusWithJulia.jl/master/CwJ/precalc/figures/order_operations_pop_mech.png)
![](https://raw.githubusercontent.com/jverzani/CalculusWithJuliaNotes.jl/master/CwJ/precalc/figures/order_operations_pop_mech.png)
What is the answer?