Paramètres

ChopTolerance
ChopTolerance = nombre

Tolérance pour la fonction Chop.

ContinuousNumberOfTries
ContinuousNumberOfTries = nombre

Nombre d'itérations à essayer pour rechercher la continuité et les limites d'une fonction.

ContinuousSFS
ContinuousSFS = nombre

Nombre d'étapes successives pour atteindre la tolérance pour le calcul de la continuité.

ContinuousTolerance
ContinuousTolerance = nombre

Tolérance pour la continuité d'une fonction et pour le calcul de la limite.

DerivativeNumberOfTries
DerivativeNumberOfTries = nombre

Nombre d'itérations à essayer pour trouver la limite pour la dérivée.

DerivativeSFS
DerivativeSFS = nombre

Nombre d'étapes successives pour atteindre la tolérance pour le calcul de la dérivée.

DerivativeTolerance
DerivativeTolerance = nombre

Tolérance pour le calcul de la dérivée des fonctions.

ErrorFunctionTolerance
ErrorFunctionTolerance = nombre

Tolerance of the ErrorFunction.

FloatPrecision
FloatPrecision = nombre

Précision en virgule flottante.

FullExpressions
FullExpressions = booléen

Affiche les expressions complètes, même celles de plus d'une ligne.

GaussDistributionTolerance
GaussDistributionTolerance = nombre

Tolerance of the GaussDistribution function.

IntegerOutputBase
IntegerOutputBase = nombre

Base de sortie pour les entiers.

IsPrimeMillerRabinReps
IsPrimeMillerRabinReps = nombre

Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime.

LinePlotDrawLegends
LinePlotDrawLegends = true

Indique à genius de tracer les légendes pour les fonctions de tracé de graphiques telles que LinePlot.

LinePlotDrawAxisLabels
LinePlotDrawAxisLabels = true

Tells genius to draw the axis labels for line plotting functions such as LinePlot.

Version 1.0.16 onwards.

LinePlotVariableNames
LinePlotVariableNames = ["x","y","z","t"]

Indique à Genius les noms des variables utilisés pour les fonctions de tracé de graphiques telles que LinePlot et autres.

Version 1.0.10 onwards.

LinePlotWindow
LinePlotWindow = [x1,x2,y1,y2]

Définit les limites pour les fonctions de tracé de graphiques telles que LinePlot.

MaxDigits
MaxDigits = nombre

Nombre maximum de chiffres à afficher.

MaxErrors
MaxErrors = nombre

Nombre maximum d'erreurs à afficher.

MixedFractions
MixedFractions = booléen

Si vrai, les fractions mixtes sont affichées.

NumericalIntegralFunction
NumericalIntegralFunction = fonction

The function used for numerical integration in NumericalIntegral.

NumericalIntegralSteps
NumericalIntegralSteps = nombre

Steps to perform in NumericalIntegral.

OutputChopExponent
OutputChopExponent = nombre

Lorsqu'un autre nombre dans l'objet qui est affiché (une matrice ou une valeur) est plus grand que 10-OutputChopWhenExponent et que le nombre actuellement affiché est inférieur à 10-OutputChopExponent alors afficher 0.0 au lieu du nombre.

La sortie n'est jamais tronquée si OutputChopExponent vaut zéro. Cela doit être un nombre entier positif.

Si vous voulez toujours que la sortie soit tronquée selon OutputChopExponent alors définissez OutputChopWhenExponent à quelque chose de supérieur ou égal à OutputChopExponent.

OutputChopWhenExponent
OutputChopWhenExponent = nombre

Définit quand la sortie est tronquée. Consultez OutputChopExponent.

OutputStyle
OutputStyle = chaîne

Style des affichages, cela peut être normal, latex, mathml ou troff.

This affects mostly how matrices and fractions are printed out and is useful for pasting into documents. For example you can set this to the latex by:

OutputStyle = "latex"

ResultsAsFloats
ResultsAsFloats = booléen

Convertit tous les résultats en nombres flottants avant de les afficher.

ScientificNotation
ScientificNotation = booléen

Utilise la notation scientifique.

SlopefieldTicks
SlopefieldTicks = [verticale,horizontale]

Définit le nombre de petits traits verticaux et horizontaux dans un graphique de champ de tangente (consultez SlopefieldPlot).

Version 1.0.10 onwards.

SumProductNumberOfTries
SumProductNumberOfTries = nombre

How many iterations to try for InfiniteSum and InfiniteProduct.

SumProductSFS
SumProductSFS = nombre

How many successive steps to be within tolerance for InfiniteSum and InfiniteProduct.

SumProductTolerance
SumProductTolerance = nombre

Tolerance for InfiniteSum and InfiniteProduct.

SurfacePlotDrawLegends
SurfacePlotDrawLegends = true

Tells genius to draw the legends for surface plotting functions such as SurfacePlot.

Version 1.0.16 onwards.

SurfacePlotVariableNames
SurfacePlotVariableNames = ["x","y","z"]

Tells genius which variable names are used as default names for surface plotting functions using SurfacePlot. Note that the z does not refer to the dependent (vertical) axis, but to the independent complex variable z=x+iy.

Version 1.0.10 onwards.

SurfacePlotWindow
SurfacePlotWindow = [x1,x2,y1,y2,z1,z2]

Définit les limites pour les tracés de surface (consultez SurfacePlot).

VectorfieldNormalized
VectorfieldNormalized = true

Indique si les longueurs de flèches du tracé de champ de vecteurs doivent être normalisées. Si true (vrai), les tracés de champ de vecteurs n'affichent que la direction et pas l'amplitude (consultez VectorfieldPlot).

VectorfieldTicks
VectorfieldTicks = [verticale,horizontale]

Définit le nombre de petits traits verticaux et horizontaux dans un graphique de champ de vecteurs (consultez VectorfieldPlot).

Version 1.0.10 onwards.