Skip to main content
\( \newcommand{\lt}{ < } \newcommand{\gt}{ > } \newcommand{\amp}{ & } \)

Section6Mathematica

  • 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