ChopTolerance = nombre
Tolérance pour la fonction Chop
.
ContinuousNumberOfTries = nombre
Nombre d'itérations à essayer pour rechercher la continuité et les limites d'une fonction.
ContinuousSFS = nombre
Nombre d'étapes successives pour atteindre la tolérance pour le calcul de la continuité.
ContinuousTolerance = nombre
Tolérance pour la continuité d'une fonction et pour le calcul de la limite.
DerivativeNumberOfTries = nombre
Nombre d'itérations à essayer pour trouver la limite pour la dérivée.
DerivativeSFS = nombre
Nombre d'étapes successives pour atteindre la tolérance pour le calcul de la dérivée.
DerivativeTolerance = nombre
Tolérance pour le calcul de la dérivée des fonctions.
ErrorFunctionTolerance = nombre
Tolerance of the ErrorFunction
.
FloatPrecision = nombre
Précision en virgule flottante.
FullExpressions = booléen
Affiche les expressions complètes, même celles de plus d'une ligne.
GaussDistributionTolerance = nombre
Tolerance of the GaussDistribution
function.
IntegerOutputBase = nombre
Base de sortie pour les entiers.
IsPrimeMillerRabinReps = nombre
Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime
.
LinePlotDrawLegends = true
Indique à genius de tracer les légendes pour les fonctions de tracé de graphiques telles que LinePlot
.
LinePlotDrawAxisLabels = true
Tells genius to draw the axis labels for line plotting
functions such as LinePlot
.
Version 1.0.16 onwards.
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 = [x1,x2,y1,y2]
Définit les limites pour les fonctions de tracé de graphiques telles que LinePlot
.
MaxDigits = nombre
Nombre maximum de chiffres à afficher.
MaxErrors = nombre
Nombre maximum d'erreurs à afficher.
MixedFractions = booléen
Si vrai, les fractions mixtes sont affichées.
NumericalIntegralFunction = fonction
The function used for numerical integration in NumericalIntegral
.
NumericalIntegralSteps = nombre
Steps to perform in NumericalIntegral
.
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 = nombre
Définit quand la sortie est tronquée. Consultez OutputChopExponent
.
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 = booléen
Convertit tous les résultats en nombres flottants avant de les afficher.
ScientificNotation = booléen
Utilise la notation scientifique.
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 = nombre
How many iterations to try for InfiniteSum
and InfiniteProduct
.
SumProductSFS = nombre
How many successive steps to be within tolerance for InfiniteSum
and InfiniteProduct
.
SumProductTolerance = nombre
Tolerance for InfiniteSum
and InfiniteProduct
.
SurfacePlotDrawLegends = true
Tells genius to draw the legends for surface plotting
functions such as SurfacePlot
.
Version 1.0.16 onwards.
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 = [x1,x2,y1,y2,z1,z2]
Définit les limites pour les tracés de surface (consultez SurfacePlot
).
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 = [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.