Added "Tropical Polynomials" handout

This commit is contained in:
2025-01-22 12:31:47 -08:00
parent 7597343fe3
commit 3b41ea714a
7 changed files with 1271 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#import "./handout.typ": *
#show: doc => handout(
doc,
group: "Advanced 2",
quarter: link(
"https://betalupi.com/handouts",
"betalupi.com/handouts",
),
title: [Tropical Polynomials],
by: "Mark",
subtitle: "Based on a handout by Bryant Mathews",
)
#include "parts/00 arithmetic.typ"
#pagebreak()
#include "parts/01 polynomials.typ"
#pagebreak()
#include "parts/02 cubic.typ"