|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| SetOptions[s, name1->value1, name2->value2, ...] sets the specified default options for a symbol s. |
| SetOptions[stream, ...] or SetOptions["name", ...] sets options associated with a particular stream. |
| SetOptions[object, ...] sets options associated with an external object such as a NotebookObject. |
Reset the default precision for HilbertMatrix:
Now HilbertMatrix uses machine numbers by default:
A specific option setting overrides the new default:
Restore the system default:
Change the style for plots to use dashed curves:
Restore the system default:
|
| © 2008 Wolfram Research, Inc. |