|
1.5.14 Mathematical Notation in Notebooks
If you use the notebook front end for Mathematica, then you can enter some of the operations discussed in this section in special ways.

Special and ordinary ways to enter mathematical operations in notebooks.
This shows part of the standard palette for entering mathematical operations. When you press a button in the palette, the form shown in the button is inserted into your notebook, with the black square replaced by whatever you had selected in the notebook.


Ways to enter special notations on a standard English-language keyboard.
You can enter an integral like this. Be sure to use the special differential entered as dd , not just an ordinary d.
In[1]:= 
Out[1]= 
Here is the actual key sequence you type to get the input.
In[2]:= int x ^ n  dd x
Out[2]= 
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |