Student[LinearAlgebra][SetDefault] - set defaults for parameters
|
Calling Sequence
|
|
SetDefault(opts)
|
|
Parameters
|
|
opts
|
-
|
1 or more equations of the form option = value
|
|
|
|
|
Description
|
|
•
|
The SetDefault(opts) command sets the default value of the corresponding options for use in Student[LinearAlgebra] package routines. More than one such option setting can be given in the command invocation.
|
|
The options which can be set this way are:
|
Option name
|
Type
|
Purpose
|
hardwarefloats
|
truefalse or deduced
|
whether to use hardware in
|
|
|
float computations
|
conjugate
|
truefalse
|
whether to treat variables as
|
|
|
real (false) or complex (true)
|
infodigits
|
posint
|
number of digits to display in
|
|
|
messages associated with plots
|
|
|
|
|
|
•
|
The return value from a call to SetDefault is the previous value of each option given in the invocation. This allows you to save and restore the prior state when temporarily modifying the default setting of one or more options.
|
•
|
The conjugate option can also be locally adjusted by providing a conjugate parameter in the calling sequence to any package function which accepts it.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
>
|
|
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?