Parameter

ChopTolerance
ChopTolerance = Zahl

Tolerance of the Chop function.

ContinuousNumberOfTries
ContinuousNumberOfTries = Zahl

How many iterations to try to find the limit for continuity and limits.

ContinuousSFS
ContinuousSFS = Zahl

How many successive steps to be within tolerance for calculation of continuity.

ContinuousTolerance
ContinuousTolerance = Zahl

Tolerance for continuity of functions and for calculating the limit.

DerivativeNumberOfTries
DerivativeNumberOfTries = Zahl

How many iterations to try to find the limit for derivative.

DerivativeSFS
DerivativeSFS = Zahl

How many successive steps to be within tolerance for calculation of derivative.

DerivativeTolerance
DerivativeTolerance = Zahl

Tolerance for calculating the derivatives of functions.

ErrorFunctionTolerance
ErrorFunctionTolerance = Zahl

Tolerance of the ErrorFunction.

FloatPrecision
FloatPrecision = Zahl

Gleitkommagenauigkeit

FullExpressions
FullExpressions = boolean

Print full expressions, even if more than a line.

GaussDistributionTolerance
GaussDistributionTolerance = Zahl

Tolerance of the GaussDistribution function.

IntegerOutputBase
IntegerOutputBase = Zahl

Integer output base.

IsPrimeMillerRabinReps
IsPrimeMillerRabinReps = Zahl

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

LinePlotDrawLegends
LinePlotDrawLegends = true

Tells genius to draw the legends for line plotting functions such as 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"]

Tells genius which variable names are used as default names for line plotting functions such as LinePlot and friends.

Version 1.0.10 onwards.

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

Sets the limits for line plotting functions such as LinePlot.

MaxDigits
MaxDigits = Zahl

Maximal anzuzeigende Stellen.

MaxErrors
MaxErrors = Zahl

Maximal anzuzeigende Fehler.

MixedFractions
MixedFractions = boolean

If true, mixed fractions are printed.

NumericalIntegralFunction
NumericalIntegralFunction = Funktion

The function used for numerical integration in NumericalIntegral.

NumericalIntegralSteps
NumericalIntegralSteps = Zahl

Steps to perform in NumericalIntegral.

OutputChopExponent
OutputChopExponent = Zahl

When another number in the object being printed (a matrix or a value) is greater than 10-OutputChopWhenExponent, and the number being printed is less than 10-OutputChopExponent, then display 0.0 instead of the number.

Output is never chopped if OutputChopExponent is zero. It must be a non-negative integer.

If you want output always chopped according to OutputChopExponent, then set OutputChopWhenExponent, to something greater than or equal to OutputChopExponent.

OutputChopWhenExponent
OutputChopWhenExponent = Zahl

When to chop output. See OutputChopExponent.

OutputStyle
OutputStyle = String

Output style, this can be normal, latex, mathml or 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 = boolean

Wandelt alle Ergebnisse vor der Ausgabe in Gleitkommazahlen um.

ScientificNotation
ScientificNotation = boolean

Wissenschaftliche Notation verwenden.

SlopefieldTicks
SlopefieldTicks = [vertical,horizontal]

Sets the number of vertical and horizontal ticks in a slopefield plot. (See SlopefieldPlot).

Version 1.0.10 onwards.

SumProductNumberOfTries
SumProductNumberOfTries = Zahl

How many iterations to try for InfiniteSum and InfiniteProduct.

SumProductSFS
SumProductSFS = Zahl

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

SumProductTolerance
SumProductTolerance = Zahl

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]

Sets the limits for surface plotting (See SurfacePlot).

VectorfieldNormalized
VectorfieldNormalized = true

Should the vectorfield plotting have normalized arrow length. If true, vector fields will only show direction and not magnitude. (See VectorfieldPlot).

VectorfieldTicks
VectorfieldTicks = [vertical,horizontal]

Sets the number of vertical and horizontal ticks in a vectorfield plot. (See VectorfieldPlot).

Version 1.0.10 onwards.