|
|
||
|
|
| 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:
|