Doug Kerr
Well-known member
The HTML code that (in my email client, Thunderbird) came from the LaTeX code that described this equation:
is this:
<math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msqrt><msub><mi>x</mi><mn>1</mn></msub></msqrt><mo>+</mo><mfrac><msup><mi>n</mi><mn>3<br>
</mn></msup><mn>2</mn></mfrac></mrow></semantics></math><br>
The original LaTeX code for this equation seems to have escaped, but I suspect it was this:
Best regards,
Doug
is this:
<math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msqrt><msub><mi>x</mi><mn>1</mn></msub></msqrt><mo>+</mo><mfrac><msup><mi>n</mi><mn>3<br>
</mn></msup><mn>2</mn></mfrac></mrow></semantics></math><br>
The original LaTeX code for this equation seems to have escaped, but I suspect it was this:
\sqrt{x_1}+\frac{n^3}{2}
Best regards,
Doug
Last edited: