Forgot password
 Register account
View 128|Reply 1

Integrate MathML

[Copy link]

3203

Threads

7842

Posts

48

Reputation

Show all posts

hbghlyj posted 2022-8-5 22:02 |Read mode
MathML central
例如,输入$\sin x$为
<math xmlns='http://www.w3.org/1998/Math/MathML'>
    <mi>sin</mi>
    <mo>&ApplyFunction;</mo>
    <mi>x</mi>
</math>
输出
$$-\cos x$$

3203

Threads

7842

Posts

48

Reputation

Show all posts

original poster hbghlyj posted 2022-8-5 22:04

About MathML Tools

The MathML tools on this website take advantage of Mathematica's built-in capabilities for importing, processing, and exporting MathML. Each tool is essentially a web-based interface for doing a specific type of computation with Mathematica. The interaction between the web page and the server is handled by webMathematica, a Java-based application that integrates Mathematica with standard web technologies to deliver dynamic computations over the web.

webMathematica uses Java Servlet technology to allow Mathematica commands to be embedded in a standard web page. The Mathematica commands are inserted into the HTML document in the form of special Mathlet tags. When you type in some input and press a button, the input is sent to the web server. The Mathlet tags in the page are interpreted and converted into standard Mathematica commands, which are then evaluated by a copy of Mathematica running on the server. The result of the evaluation is embedded in an HTML document, which is then sent back to the client machine and displayed in your browser.

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-3 05:33 GMT+8

Powered by Discuz!

Processed in 0.017173 seconds, 22 queries