|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SetSystemOptions
SetSystemOptions["name"->value]
resets the value for the internal system option with the specified name.
DetailsDetails
- Suboptions can be reset using SetSystemOptions["name"->"subname"->value].
- System options specify parameters relevant to the internal operation of Mathematica. They should not normally be modified except under specific direction. If they are modified, Mathematica may not operate correctly.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Use SystemOptions to check a group of options:
| In[1]:= |
| Out[1]= | ![]() |
By default the system is set up to reorder the output from BooleanConvert:
| In[2]:= |
| Out[2]= |
Specify that no such ordering should happen:
| In[3]:= |
| In[4]:= |
| Out[4]= |
| In[5]:= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

