Mathematical Tools for Materials Scientists and Engineers

Learning to use Mathematica as a tool.

Mathematica is a tool for exploring mathematics and solving problems that can be posed as a mathematical problem.  Mathematica's coverage of mathematics and its applications is both very wide and very deep.   The depth of Mathematica is such that years must be invested before it can wielded masterfully.  However, students must begin to use Mathematica immediately.  This means that you must use this tool before you can master it.   Don't worry—you can't master this tool unless you use it!

There are several software programs like Mathematica (Maple, Matlab, Macsyma, to mention a few).  These programs allow you to solve equations, perform mathematical operations, and visualize mathematics and data.  Each one has it benefits.  Mathematica, perhaps, has a steep learning curve because it integrates so many aspects of mathematics.  Nevertheless, I believe that your intellectual and time investment in learning Mathematica will be have very profitable returns on both your future intellect and your future time.

Finally, just as there are many good ways to solve a mathematics problem, there are many different ways to solve a particular problem using Mathematica.   Some methods are perhaps more elegant than others; some methods are perhaps more clever than others—these judgements are subjective.  What is important, in the end, is 1) that the solution method works, 2) the method and solution can be communicated to others, and 3) the solution or the knowledged obtained is as valuable as the time spent acquiring it.

Starting up Mathematica

First you must locate or obtain Mathematica and permission to use it.
    
    As an MIT student, you have an Athena account from which you can run Mathematica.  There are a number of
ways to open and run a Mathematica session.  Of course,you must first login, and then one method would be to:
    1. open a shell
    2. Add the Mathematica locker by typing: add math
     2. At the shell prompt, type mathematica.  (An interface to mathematica's software (properly known as Mathematica's  kernel) called the Front End will open as well as menus and palettes).
     3. Solve problems by defining symbols, performing mathematical operations, employing Mathematica's functions,defining your own functions, and graphically displaying results.
    
    Also, as an MIT student, you are entitled to download a  copy and license for a modest fee so that you can run Mathematica on your own computer.  Instructions can be found at this URL: http://itinfo.mit.edu/article.php?id=6842
    The colors on your sceen may not appear to be the same as what is presented in the lectures. I use my own style sheet, you may download my style sheet from here.  Information on where to put the style sheet can be found below.  Let's get started with some simple Mathematica commands.
    If you are reading this in the Mathematica FrontEnd, then you can go ahead and familiarize yourself with some basics by executing the following lines which are Mathematica Input.  Typically, Mathematica's FrontEnd asks Mathematica's Kernal to do its job of evaluating by hitting [SHIFT]—[ENTER] while the mouse in an "Input Cell." Input Cells can be identified with the ↓-thingy at the right.  One can evaluate one or more cells by selecting their ↓-thingies and hitting [SHIFT]—[ENTER].

    Try executing the cells below.  Try to guess what the output might be or represent—and observe carefully whether Mathematica is doing what you would anticipate.  Notice that answers can depend on the history of commands that precede it.

Variable Assignment and Variable Types

Mathematica Functions and Basic Operations on Expressions

Basic Calculus and Plotting

Lists {} and Matrices {{}} (Lists of Lists)

Rules  →   and    Replacement /.
Getting Help...


Created by Wolfram Mathematica 6.0  (28 August 2007) Valid XHTML 1.1!