|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Options[symbol] gives the list of default options assigned to a symbol. |
| Options[expr] gives the options explicitly specified in a particular expression such as a graphics object. |
| Options[stream] or Options["sname"] gives options associated with a particular stream. |
| Options[object] gives options associated with an external object such as a NotebookObject. |
| Options[obj, name] gives the setting for the option name. |
| Options[obj, {name1, name2, ...}] gives a list of the settings for the options namei. |
Get the list of options for the LinearSolve function:
|