Tropical typos
All checks were successful
CI / Typst formatting (push) Successful in 10s
CI / Typos (push) Successful in 17s
CI / Build (push) Successful in 11m11s

This commit is contained in:
2025-01-25 09:41:12 -08:00
committed by Mark
parent f795157f2e
commit 0734b4b8a9
2 changed files with 5 additions and 5 deletions

View File

@ -104,7 +104,7 @@ Is there a tropical multiplicative identity? \
Do tropical multiplicative inverses always exist? \
#note([
For every $x != #sym.infinity$, does there exist an inverse $y$ so that $x #tm y = i$, \
where $i$ is the additive identity?
where $i$ is the multiplicative identity?
])
#solution([Yes, it is $-x$. For $x != 0$, $x #tm (-x) = 0$])