Chapter 13. Paramètres

Table of Contents

Sortie
Précision
Terminal
Mémoire

To configure Genius Mathematics Tool, choose SettingsPreferences. There are several basic parameters provided by the calculator in addition to the ones provided by the standard library. These control how the calculator behaves.

Modifications des paramètres avec GEL

Beaucoup de paramètres dans Genius ne sont simplement que des variables globales qui peuvent être évaluées et auxquelles on peut attribuer des valeurs de la même manière que pour des variables normales. Consultez the section called “Utilisation des variables” à propos de l'évaluation et the section called “Paramètres” pour une liste des réglages qui peuvent être modifiés de cette façon.

As an example, you can set the maximum number of digits in a result to 12 by typing:

MaxDigits = 12

Sortie

Maximum digits to output

The maximum digits in a result (MaxDigits)

Results as floats

If the results should be always printed as floats (ResultsAsFloats)

Floats in scientific notation

If floats should be in scientific notation (ScientificNotation)

Always print full expressions

Should we print out full expressions for non-numeric return values (longer than a line) (FullExpressions)

Use mixed fractions

If fractions should be printed as mixed fractions such as "1 1/3" rather than "4/3". (MixedFractions)

Display 0.0 when floating point number is less than 10^-x (0=never chop)

How to chop output. But only when other numbers nearby are large. See the documentation of the parameter OutputChopExponent.

Only chop numbers when another number is greater than 10^-x

When to chop output. This is set by the parameter OutputChopWhenExponent. See the documentation of the parameter OutputChopExponent.

Remember output settings across sessions

Si les réglages concernant la sortie dans le cadre Options pour la sortie des nombres/expressions doivent être conservés pour la session suivante. Ne s'applique pas au cadre Options pour la sortie erreurs/information.

Si ce n'est pas coché, les réglages précédemment enregistrés ou ceux par défaut sont utilisés à chaque lancement de Genius. Notez que les paramètres sont enregistrés à la fin de la session donc si vous souhaitez modifier la valeur par défaut, cochez cette case, redémarrez Genius puis décochez-la à nouveau.

Display errors in a dialog

If set the errors will be displayed in a separate dialog, if unset the errors will be printed on the console.

Display information messages in a dialog

If set the information messages will be displayed in a separate dialog, if unset the information messages will be printed on the console.

Maximum errors to display

The maximum number of errors to return on one evaluation (MaxErrors). If you set this to 0 then all errors are always returned. Usually if some loop causes many errors, then it is unlikely that you will be able to make sense out of more than a few of these, so seeing a long list of errors is usually not helpful.

En plus de ces préférences, il existe d'autres préférences qui ne peuvent être modifiées qu'en les paramétrant dans l'espace de la console. Pour celles qui peuvent affecter la sortie, consultez the section called “Paramètres”.

IntegerOutputBase

La base utilisée pour afficher les entiers.

OutputStyle

A string, can be "normal", "latex", "mathml" or "troff" and it will affect how matrices (and perhaps other stuff) is printed, useful for pasting into documents. Normal style is the default human readable printing style of Genius Mathematics Tool. The other styles are for typesetting in LaTeX, MathML (XML), or in Troff.