Download User`s manual

Transcript
Example
The following constructs the Maple record for the configurations settings described in Table 6.
> Settings := defaultExpSettings();
> Settings:-algorithm := 0;
> Settings:-arithmeticType := 1;
> Settings:-precision := 192;
6.4
defaultSettings
The Maple procedure defaultSettings constructs the Maple record containing the default configuration settings.
Settings := defaultSettings();
• Settings
A Maple record containing the default configuration settings. The fields in this record are:
– algorithm
– arithmeticType
– precision
– refineDigits
– numRandomSystems
– randomDigits
– randomSeed
– newtonOnly
– numIterations
– realityCheck
– realityTest
– deleteFiles
Example
The following constructs the Maple record for the configurations settings described in Table 6.
> Settings := defaultSettings();
> Settings:-algorithm := 0;
> Settings:-arithmeticType := 1;
> Settings:-precision := 192;
11