Section6Mathematica¶ permalink
-
Some Useful Commands
-
A comment on the Clear command....
Clear[x] -- clears just x
-
Clear["Global `*"] -- clears everything
Is a good command to put at the top of a file (although someone might get mad if you slip that in on them and they have expended a lot of energy getting some results, which will get lost!).
- If you're working interactively, you can quit the kernel from the Evaluation menu.
-
-
Other Stuff