|
SOLUTIONS
|
Null
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
When a sequence of commands ends with a semicolon, no output is shown:
| In[1]:= |
The full form of the output is Null:
| In[2]:= |
Out[2]//FullForm= | |
If you forget a semicolon in a program you may see output with Null in it:
| In[1]:= |
| In[2]:= |
| Out[2]= |
This is because the whitespace is interpreted as multiplication. Redefine with a semicolon:
| In[3]:= |
| In[4]:= |
| Out[4]= |
New in 1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


