用到一个Latex转MathML的在线工具
http://www.wiris.com/editor/demo/en/developers
把生成的<math>标签复制进来就行
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script>window.MathJax = { MathML: { extensions: ["mml3.js", "content-mathml.js"]}};</script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=MML_HTMLorMML"></script>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>f</mi><mo>(</mo><msub><mi>x</mi><mn>0</mn></msub><mo>⋯</mo><msub><mi>x</mi><mi>n</mi></msub><mo>)</mo><mo>=</mo><mo>-</mo><mn>20</mn><mi>e</mi><mi>x</mi><mi>p</mi><mo>(</mo><mo>-</mo><mn>0</mn><mo>.</mo><mn>2</mn><msqrt><mfrac><mn>1</mn><mi>n</mi></mfrac><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></munderover><msubsup><mi>x</mi><mi>i</mi><mn>2</mn></msubsup></msqrt><mo>)</mo><mo>-</mo><mi>e</mi><mi>x</mi><mi>p</mi><mo>(</mo><mfrac><mn>1</mn><mi>n</mi></mfrac><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></munderover><mi>c</mi><mi>o</mi><mi>s</mi><mo>(</mo><mn>2</mn><mi>π</mi><msub><mi>x</mi><mi>i</mi></msub><mo>)</mo><mo>)</mo><mo>+</mo><mn>20</mn><mo>+</mo><mi>e</mi></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mo>-</mo><mn>32</mn><mo>≤</mo><msub><mi>x</mi><mi>i</mi></msub><mo>≤</mo><mn>32</mn></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mtext>minimum at </mtext><mi>f</mi><mo>(</mo><mn>0</mn><mo>,</mo><mo>⋯</mo><mo>,</mo><mn>0</mn><mo>)</mo><mo>=</mo><mn>0</mn></math>
</br>
===
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>f</mi><mo>(</mo><msub><mi>x</mi><mn>1</mn></msub><mo>⋯</mo><msub><mi>x</mi><mi>n</mi></msub><mo>)</mo><mo>=</mo><mn>1</mn><mo>+</mo><mfrac><mn>1</mn><mn>4000</mn></mfrac><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></munderover><msubsup><mi>x</mi><mi>i</mi><mn>2</mn></msubsup><mo>-</mo><munderover><mo>∏</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></munderover><mi>c</mi><mi>o</mi><mi>s</mi><mo>(</mo><mfrac><msub><mi>x</mi><mi>i</mi></msub><msqrt><mi>i</mi></msqrt></mfrac><mo>)</mo></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mo>-</mo><mn>512</mn><mo>≤</mo><msub><mi>x</mi><mi>i</mi></msub><mo>≤</mo><mn>512</mn></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mtext>minimum at </mtext><mi>f</mi><mo>(</mo><mn>0</mn><mo>,</mo><mo>⋯</mo><mo>,</mo><mn>0</mn><mo>)</mo><mo>=</mo><mn>0</mn></math>
</br>
===
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>f</mi><mo>(</mo><msub><mi>x</mi><mn>0</mn></msub><mo>⋯</mo><msub><mi>x</mi><mi>n</mi></msub><mo>)</mo><mo>=</mo><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>0</mn></mrow><mi>n</mi></munderover><mi>i</mi><msubsup><mi>x</mi><mi>i</mi><mn>4</mn></msubsup><mo>+</mo><mtext>random</mtext><mo>[</mo><mn>0</mn><mo>,</mo><mn>1</mn><mo>)</mo></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mo>-</mo><mn>1</mn><mo>.</mo><mn>28</mn><mo>≤</mo><msub><mi>x</mi><mi>i</mi></msub><mo>≤</mo><mn>1</mn><mo>.</mo><mn>28</mn></math>
</br>
<math xmlns="http://www.w3.org/1998/Math/MathML"><mtext>minimum at </mtext><mi>f</mi><mo>(</mo><mn>0</mn><mo>,</mo><mo>⋯</mo><mo>,</mo><mn>0</mn><mo>)</mo><mo>=</mo><mn>0</mn><mo>+</mo><mi>n</mi><mi>o</mi><mi>i</mi><mi>s</mi><mi>e</mi></math>
</br>
</body>
</html>
显示:
image.png
网友评论