Add first version of workshop slides

This commit is contained in:
Julius Freudenberger 2026-03-18 18:25:38 +01:00
parent 0739d26c9e
commit a57fda18c1
45 changed files with 879 additions and 0 deletions

View file

@ -0,0 +1,11 @@
$
f(x)=x^2 \
f_(x y)(x)=x^(2-y) \
pi approx 3.14 \
2 dot 4 <= 8 \
1 < 2 > 1, 2 != 3 \
1 lt 2 gt 1, 2 eq.not 3, 4 lt.eq 8 \
(f^(-1)_x) \
frac(2,4) + frac(1, frac(5,17)) \
sqrt(16) = 4, root(4, 64) = 2
$