Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
11
codebeispiele/math-symbols.typ
Normal file
11
codebeispiele/math-symbols.typ
Normal 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
|
||||
$
|
||||
Loading…
Add table
Add a link
Reference in a new issue