Get Started
|
Run the code to calculate 2+2:
Hint: click anywhere in the code, hold and press .
1.
2+2
In[]:=
Get a list of numbers from 1 to 10. Try numbers other than 10:
2.
Range[
10
]In[]:=
Draw a size-100 disk. Try sizes other than 100:
3.
Graphics[Disk[],ImageSize
100
]In[]:=
Get a picture of a horse. Get pictures of some other common animals:
4.
In[]:=
Apply an oil painting effect to a picture. Try some other pictures:
5.
ImageEffect
,"OilPainting"
In[]:=
Explore this further, or try another Exploration!