Add slide for set-builder notation
This commit is contained in:
parent
688ceacac7
commit
1f8348b8c1
@ -166,6 +166,21 @@
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h3>Mengenschreibweise</h3>
|
||||
<p>Manchmal ist es notwendig, im Zusammenhang mit der Mengenschreibweise Prädikate unter Verwendung von textuellen Beschreibungen oder längeren Funktionsnamen zu definieren.</p>
|
||||
|
||||
<p>Für diesen Fall gibt es den Befehl <code>\mathrm{}</code>.</p>
|
||||
|
||||
<p style="text-align: center;">$\left\lbrace x \mid tiefe(x) \geq 20\right\rbrace$</p>
|
||||
<p class="fragment" style="text-align: center;">$\left\lbrace x \mid \mathrm{tiefe}(x) \geq 20\right\rbrace$</p>
|
||||
<pre class="fragment hljs lang-tex"><code>$\left\lbrace x \mid \mathrm{tiefe}(x) …</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe" data-task="8">Formeln setzen</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user