Science Fair Projects Ideas - MathML

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

MathML

In computing, Mathematical Markup Language (MathML) is an application of XML that is used to render mathematical symbols and formulas, so that they can be presented in a familiar way in world wide web documents. It is a recommendation of the W3C math working group.

The specification of version 1.01 of the format was released in July 1999 and version 2.0 appeared in February 2001. In October 2003, the second edition of MathML Version 2.0 was published as the final release by the W3C math working group.

MathML deals not only with the presentation but also with the meaning of formula components. A system for marking up mathematical semantics, intended to complement MathML, is also under development. It is called OpenMath.

Contents

Example

The equivalent of the LaTeX syntax

x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

which is rendered as the formula:

x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Would be marked up inline like so in MathML:

<math xmlns="http://www.w3.org/1998/Math/MathML">
 <mrow>
  <mi>x</mi>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mrow>
        <mo>-</mo>
        <mi>b</mi>
      </mrow>
      <mo>±</mo>
      <msqrt>
        <mrow>
          <msup>
            <mi>b</mi>
            <mn>2</mn>
          </msup>
          <mo>-</mo>
          <mrow>
            <mn>4</mn>
            <mo>⁢</mo>
            <mi>a</mi>
            <mo>⁢</mo>
            <mi>c</mi>
          </mrow>
        </mrow>
      </msqrt>
    </mrow>
    <mrow>
      <mn>2</mn>
      <mo>⁢</mo>
      <mi>a</mi>
    </mrow>
  </mfrac>
 </mrow>
</math>

On the other hand, the XML structuring promises to make it widely usable and allows for instant display in applications like web browsers and facilitates a straightforward interpretation of its meaning in mathematical software products.

Software support

Several utilities for converting mathematical expressions to MathML are available, including converters [1] between TeX and MathML. Also, Wolfram Research provides a utility to convert any mathematical expression to MathML.

Of the major web browsers, those that directly support the format are recent versions of Mozilla and its derivatives [2]. Other browsers support the format if external plugins are installed. For example, Internet Explorer supports MathML with a MathPlayer plugin.

MathML is also supported by major office products such as Microsoft Word and OpenOffice.org and by mathematical software products such as Mathematica.

See also

External links

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice