Basic Arithmetic


In[1]:= 1 + 2
Out[1]= 3

In[2]:= 2 ^ 5
Out[2]= 32

In[3]:= N[Pi, 20]
Out[3]= 3.1415926535897932385

In[4]:= 4 5 / 8


        5
Out[4]= -
        2

http://math.arizona.edu/~swig/documentation/mathematica/basic_arithmetic.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!