<p>Inline math:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> <msup> <mrow> <mi>α</mi> </mrow> <mrow> <mn>2</mn> </mrow> </msup> <mo>+</mo> <msup> <mrow> <mi>β</mi> </mrow> <mrow> <mn>2</mn> </mrow> </msup> <mo>=</mo> <msup> <mrow> <mi>γ</mi> </mrow> <mrow> <mn>2</mn> </mrow> </msup> </math> </p> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mfrac> <mrow> <mo>−</mo> <mi>b</mi> <mo>±</mo> <msqrt> <mrow> <msup> <mrow> <mi>b</mi> </mrow> <mrow> <mn>2</mn> </mrow> </msup> <mo>−</mo> <mn>4</mn> <mi>a</mi> <mi>c</mi> </mrow> </msqrt> </mrow> <mrow> <mn>2</mn> <mi>a</mi> </mrow> </mfrac> </math> <p>See equation <a href="#eq">1 </a>.</p> <table width="100%" > <tr> <td> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block" id="eq"> <msub> <mrow> <mi>A</mi> </mrow> <mrow> <mi>n</mi> </mrow> </msub> <mo >=</mo> <mfenced separators="" open="{" close=""> <mtable align="axis" equalrows="false" equalcolumns="false" > <mtr> <mtd columnalign="left"> <mi>n</mi> <mi>!</mi> <mo >,</mo> </mtd> <mtd columnalign="left"> <mtext>if^^a0</mtext> <mi>n</mi> <mo >></mo> <mn>0</mn> </mtd> </mtr> <mtr> <mtd columnalign="left"> <mn>0</mn> <mo >,</mo> </mtd> <mtd columnalign="left"> <mtext>otherwise</mtext> </mtd> </mtr> </mtable> </mfenced> </math> </td> <td>(1)</td> </tr> </table> |