• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
2  <mrow>
3    <mtext>if</mtext>
4    <mspace width="1em"/>
5    <mi>a</mi>
6    <mo>=</mo>
7    <mn>1</mn>
8    <mspace width="1em"/>
9    <mspace width="1em"/>
10    <mtext>then:</mtext>
11    <mspace width="1em"/>
12    <mspace width="1em"/>
13    <mtext>beta</mtext>
14    <mfenced>
15      <mrow>
16        <mi>a</mi>
17        <mo>,</mo>
18        <mi>b</mi>
19      </mrow>
20    </mfenced>
21    <mo>=</mo>
22    <mfrac>
23      <mn>1</mn>
24      <mi>b</mi>
25    </mfrac>
26  </mrow>
27</math>
28
29