Compare commits
1 Commits
main
...
tropical-f
Author | SHA1 | Date | |
---|---|---|---|
06da550252 |
@ -3,5 +3,5 @@ title = "Tropical Polynomials"
|
|||||||
|
|
||||||
|
|
||||||
[publish]
|
[publish]
|
||||||
handout = true
|
handout = false
|
||||||
solutions = true
|
solutions = true
|
||||||
|
@ -140,7 +140,7 @@ Graph $f(x) = -2x^2 #tp x #tp 8$. \
|
|||||||
let step = 0.75
|
let step = 0.75
|
||||||
|
|
||||||
dotline((0, 0), (8 * step, 8 * step))
|
dotline((0, 0), (8 * step, 8 * step))
|
||||||
dotline((0.5 * step, 0), (4 * step, 8 * step))
|
dotline((0.5 * step, 0), (4.5 * step, 8 * step))
|
||||||
dotline((0, 4 * step), (8 * step, 4 * step))
|
dotline((0, 4 * step), (8 * step, 4 * step))
|
||||||
|
|
||||||
line(
|
line(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user