MATHEMATICA TUTORIAL
Graphics as Input
An image is equivalent to its symbolic expression. You can operate on an image as you would on a symbolic expression.
| In[1]:= |
| Out[1]= | ![]() |
Type // InputForm after the graphic to get the symbolic expression that corresponds to the graphic.
| In[2]:= |
| In[3]:= |
Out[3]//InputForm= | |
![]() | |
Type a Mathematica Replace command after the output graphic and evaluate.
| In[4]:= |
| Out[5]= | ![]() |





