Mathematica Cheat Sheet



Description and Overview¶

  • Mathematica Cheat Sheet Wolfram Mathematica is a very useful piece of software that basically acts as a highly powerful and versatile computer graphing calculator. You don’t need any Texas Instruments junk for Math 118: all you need is a free Haverford license of Mathematica, which can be obtained at this page.
  • Fork the zeroclickinfo-goodies repository on GitHub to get started. For more information see the documentation on choosing the correct repo.
  • Contents Tableofcontentsii Listoffiguresxvii Listoftablesxix Listofalgorithmsxx Prefacexxi Resourcesxxii 1 Introduction1 1.1.

All cheat sheets, round-ups, quick reference cards, quick reference guides and quick reference sheets in one page. Just Enough Mathematica to Make.

Mathematica is a fully integrated environment for technical computing. It performs symbolic manipulation of equations, integrals, differential equations, and most other mathematical expressions. Numeric results can be evaluated as well.

Arithmetic Cheat Sheet

How to Use Mathematica¶

Running in the Notebook Interface¶

Simple math formula sheet

To use the graphical interface to Mathematica, you will need to connect to a NERSC machine with X11.

Tip

Basic Math Cheat Sheet Pdf

We highly recommend the use of NX to invoke an X11 session and run the Mathematica notebook interface.

Next, you will need to load the Mathematica module. To use the default version of Mathematica, use

To start up Mathematica once the module is loaded, you can simply type

You should see the Mathematica logo ('Spikey') appear, followed by the application interface.

Simple math formula sheet

Mathematica Licensing¶

NERSC's Mathematica licenses are for a limited number of seats. Once you are finished using Mathematica, please be sure you disconnect your X11 session so that your seat becomes available to the next user. If you use NX, remember to exit Mathematica within your NX session before closing, as NX will otherwise keep the session alive, preventing other users from launching Mathematica.

When starting up a new Mathematica session, check to be sure that you don't already have an instance of Mathematica running. The most common issue with Mathematica licensing at NERSC is that another user is inadvertently using multiple seats.

Running Mathematica Scripts¶

To run Mathematica scripts, you can do so in interactive mode or in batch mode. Both approaches require the use of the job scheduler.

To run in interactive mode, use salloc to obtain access to a compute node. To avoid using multiple license seats at once (always a good thing), specify a single node and a single task per node. If you want to take advantage of parallelism in your script, you can specify more than one cpu per task. An allocation to run on four cores in the regular queue would be obtained with a command like the following:

Cheat

Running the script is then as simple as

To run in batch mode, you will need to write a Slurm batch script and then use sbatch to put your job into the queue. An example batch script that makes 4 cores available to your script follows.

If you want to take advantage of parallelism in Mathematica, you can use the application's built-in parallel commands. (See the Wolfram web site for more about parallel commands in Mathematica.) Following is an example script that works on Cori. With Cori, you can use up to 16 cores. Be sure the first line of your script points to the correct directory for the machine on which you're running.

Documentation¶

Extensive on-line documentation is available at the Wolfram web site.

Elementary math cheat sheet

Description and Overview¶

Mathematica is a fully integrated environment for technical computing. It performs symbolic manipulation of equations, integrals, differential equations, and most other mathematical expressions. Numeric results can be evaluated as well.

Cheat

How to Use Mathematica¶

Running in the Notebook Interface¶

To use the graphical interface to Mathematica, you will need to connect to a NERSC machine with X11.

Tip

We highly recommend the use of NX to invoke an X11 session and run the Mathematica notebook interface.

Next, you will need to load the Mathematica module. To use the default version of Mathematica, use

To start up Mathematica once the module is loaded, you can simply type

You should see the Mathematica logo ('Spikey') appear, followed by the application interface.

Mathematica Licensing¶

NERSC's Mathematica licenses are for a limited number of seats. Once you are finished using Mathematica, please be sure you disconnect your X11 session so that your seat becomes available to the next user. If you use NX, remember to exit Mathematica within your NX session before closing, as NX will otherwise keep the session alive, preventing other users from launching Mathematica.

When starting up a new Mathematica session, check to be sure that you don't already have an instance of Mathematica running. The most common issue with Mathematica licensing at NERSC is that another user is inadvertently using multiple seats.

Running Mathematica Scripts¶

To run Mathematica scripts, you can do so in interactive mode or in batch mode. Both approaches require the use of the job scheduler.

To run in interactive mode, use salloc to obtain access to a compute node. To avoid using multiple license seats at once (always a good thing), specify a single node and a single task per node. If you want to take advantage of parallelism in your script, you can specify more than one cpu per task. An allocation to run on four cores in the regular queue would be obtained with a command like the following:

Running the script is then as simple as

Mathematica Syntax Cheat Sheet

To run in batch mode, you will need to write a Slurm batch script and then use sbatch to put your job into the queue. An example batch script that makes 4 cores available to your script follows.

Elementary Math Cheat Sheet

If you want to take advantage of parallelism in Mathematica, you can use the application's built-in parallel commands. (See the Wolfram web site for more about parallel commands in Mathematica.) Following is an example script that works on Cori. With Cori, you can use up to 16 cores. Be sure the first line of your script points to the correct directory for the machine on which you're running.

Documentation¶

Mathematica Cheat Sheet

Extensive on-line documentation is available at the Wolfram web site.