Mathematica allows you to specify in detail what should happen when you press Shift+Enter to evaluate a cell in a notebook, or Ctrl+Shift+Enter to evaluate an expression in ...
NotebookFileName[] gives the file name of the current evaluation notebook. NotebookFileName[nb] gives the file name for the notebook specified by nb.
Mathematica is to its core a fundamentally extensible system, in which efficient, modular, reusable packages of any size can readily be created. Mathematica's symbolic ...
AbsoluteFileName["name"] gives the full absolute version of the name for a file in your filesystem.
Important points to remember in Mathematica. If you have used other computer systems before, you will probably notice some similarities and some differences. Often you will ...
Context
(Built-in Mathematica Symbol) Context[] gives the current context. Context[symbol] gives the context in which a symbol appears.
Complex Polynomial Systems Real Polynomial Systems Diophantine Polynomial Systems
RenameDirectory["dir_1", "dir_2"] renames the directory dir_1 to dir_2.
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
The default behavior for a function in Mathematica is carefully chosen to be suitable for the vast majority of cases. Mathematica also gives you fine-grained control over the ...