Make a new text cell below this one and type your name.
The text cell with your name should be above this one.
In[]:=
2+2(*Thisisanin-linecomment.Alsoveryuseful.*)
x=5;(*Noticethatthesemicolonsupressestheoutput.*)
Below this cell, make a conditional that prints “Five” if x=5 and “Not Five” if x is not 5.
Now let’s make a few loops. I’ll let you create the cells from here on out.
Now create a list of the first 1000 prime numbers.
Graphing in Mathematica: Scatterplots and graphs.