Skip to content Skip to navigation

Connexions

You are here: Home » Content » Using Mathematica to Output MathML

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the author
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • CNX Documentation display tagshide tags

    This module is included inLens: Connexions Documentation
    By: ConnexionsAs a part of collection:"Connexions Tutorial and Reference"

    Comments:

    "The canonical how-to guide to using Connexions."

    Click the "CNX Documentation" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Using Mathematica to Output MathML

Module by: Adan Galvan

Summary: This module shows how to use Mathematica to output content MathML for use in Connexions modules.

Introduction

In short, Mathematica is a powerful math program that can be used to manipulate, evaluate, and solve mathematical equations. One of the features new to recent versions of Mathematica is the ability to output MathML. This includes the support of content MathML as well as presentation MathML. This document will show you how to use Mathematica to output content MathML to input into CNXML documents.

Warning:

This method of creating content MathML only works in Mathematica 4.2 and above. We recommend you use at least version 5.0.

Mathml Content Notebook

I have created a simple MathML notebook that anyone can use to set up Mathematica to output content MathML. The sample notebook is available as a download from this module.

Using the Notebook

There are a few steps you will have to follow to use the notebook:

  1. Start Mathematica
  2. Load the content_MathML.nb by clicking the file -> open.. menu option.
  3. Evaluate the notebook by clicking the Kernel -> Evaluation -> Evaluate Notebook menu option.
Evaluating the notebook actually sets the options that we need. If you do not evalute the notebook, the options will not be set. Once you have followed these steps and ensured that there are no errors, you can proceed to the next step.

note:

This document does not have any operating-system-specific info. For example, there will be no info on how to start Mathematica since this varies depending on what operating system the user is working with.

Exporting Content Mathml

Follow the instructions below to use Mathematica palettes:

  1. Open the palette by clicking the File -> Palettes-> Basic Input menu option. (If it is not already open on startup.)
  2. Build the equation you wish to export into MathML using the palette.

Now that you have created the equation using whatever method you have chosen, it is time to export the equation as MathML.

  1. Highlight the equation you wish to export
  2. Copy the equation as MathML by clicking the edit -> copy as -> MathML menu option.(This will put the equation into a buffer that you will not see!)
  3. Paste the equation in the appropriate place in your CNXML document
That's it! You now have content MathML embedded into your CNXML document.

Problems to Look Out For

There may be a few differences in the format of the math that comes out of Mathematica. Following is a list of possible problems to look out for. This list will be updated as problems are found.

  • If you plan to have your equations numbered you will need to have the MathML inside of an equation tag.
  • When exporting an equation that has a radical, the exported math will not use the root tag, but instead will export math with a power. For example, if you attempt to export the square root of two, the resulting MathML will be two to the one-half power.
  • You may need to delete the extraneous xmlns:mathematica and mathematica:form attributes from the MathML output.
If you encounter a problem contact techsupport@cnx.rice.edu.

Comments, questions, feedback, criticisms?

Send feedback