| prev | next |
| File: | Content/ArithmeticAlgebraLogic/min/min1.html | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) | |
| Description: | min(x, x not in B, x^2) using <reln> | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<min/>
<bvar>
<ci>x</ci>
</bvar>
<condition>
<reln>
<notin/>
<ci> x </ci>
<ci type="set"> B </ci>
</reln>
</condition>
<apply>
<power/>
<ci> x </ci>
<cn> 2 </cn>
</apply>
</apply>
</math>