diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-24 19:30:46 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-24 19:30:46 +0200 |
| commit | ce03d33eaa7e9d37935f225d48459223a4004a50 (patch) | |
| tree | b2d0aa32acbf1b4574cbbe613dbfa88d79c45e76 /library/wunschzettel.tex | |
| parent | 32424a1efbd774e6beb06212dbaec6e55e92fcd5 (diff) | |
First atemped to write a new way of local function defintion
Diffstat (limited to 'library/wunschzettel.tex')
| -rw-r--r-- | library/wunschzettel.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/library/wunschzettel.tex b/library/wunschzettel.tex index b2681fd..74ea899 100644 --- a/library/wunschzettel.tex +++ b/library/wunschzettel.tex @@ -45,6 +45,15 @@ Tupel struct % more proof but now i can use the function f % -------------------------------------------------------- + \begin{equation} + X= + \begin{cases} + 0, & \text{if}\ a=1 \\ + 1, & \text{otherwise} + \end{cases} + \end{equation} + + \end{proof} |
