AdaptiveGaussKronrodAbsoluteTolerance = 1e-12The absolute tolerance bound used in
AdaptiveGaussKronrod function which is the default algorithm for
NumericalIntegral. The algorithm runs until the error
is less than the maximum of the absolute tolerance and the relative tolerance times the integral approximation.
Version 1.0.28 onwards.
AdaptiveGaussKronrodMaxIterations = 10000The maximal number of iterations used in the
AdaptiveGaussKronrod function which is the default algorithm for
NumericalIntegral. After this limit is reached, an error is printed
and null is returned.
Version 1.0.28 onwards.
AdaptiveGaussKronrodRelativeTolerance = 1e-12The relative tolerance bound used in
AdaptiveGaussKronrod function which is the default algorithm for
NumericalIntegral. The algorithm runs until the error
is less than the maximum of the absolute tolerance and the relative tolerance times the integral approximation.
Version 1.0.28 onwards.
ChopTolerance = numberTolerance of the Chop function.
ContinuousNumberOfTries = numberHow many iterations to try to find the limit for continuity and limits.
ContinuousSFS = numberHow many successive steps to be within tolerance for calculation of continuity.
ContinuousTolerance = numberTolerance for continuity of functions and for calculating the limit.
DerivativeNumberOfTries = numberHow many iterations to try to find the limit for derivative.
DerivativeSFS = numberHow many successive steps to be within tolerance for calculation of derivative.
DerivativeTolerance = numberTolerance for calculating the derivatives of functions.
ErrorFunctionTolerance = numberTolerance of the ErrorFunction.
FloatPrecision = число
Точность чисел с плавающей точкой.
FullExpressions = логическое значение
Выводить полные выражения, даже если они превышают длину строки.
GaussDistributionTolerance = numberTolerance of the GaussDistribution function.
IntegerOutputBase = numberInteger output base.
IsPrimeMillerRabinReps = numberNumber of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime.
LinePlotDrawLegends = trueTells genius to draw the legends for line plotting
functions such as LinePlot.
LinePlotDrawAxisLabels = trueTells genius to draw the axis labels for line plotting
functions such as LinePlot.
Version 1.0.16 onwards.
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 = [x1,x2,y1,y2]Sets the limits for line plotting
functions such as LinePlot.
MaxDigits = numberMaximum digits to display.
MaxErrors = numberMaximum errors to display.
MixedFractions = логическое значение
Если true, выводятся смешанные дроби.
NumericalIntegralFunction = functionThe function used for numerical integration in NumericalIntegral.
The function should take three arguments, the function, and the left and right limits of integration.
By default it is the AdaptiveGaussKronrod which implements an adaptive
algorithm based on the Gauss-Kronrod G7 K15 rule.
The function should take three arguments, the function, and the left and right limits of integration.
Since version 1.0.28 onwards, the function does not take the 4th parameter with the number of steps.
NumericalIntegralSteps = numberDefault number of steps to perform in midpoint, left-hand, right-hand, trapezoid, and composite Simpson's rule. If any of these rules are used
as the NumericalIntegralFunction, then that is the number of steps
used when NumericalIntegral is called. By default,
the adaptive Gauss-Kronrod method is used and it does not use this parameter.
OutputChopExponent = numberWhen 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 = numberWhen to chop output. See
OutputChopExponent.
OutputStyle = строка
Стиль вывода, может быть normal, latex, mathml или 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 = booleanConvert all results to floats before printing.
ScientificNotation = booleanUse scientific notation.
SlopefieldTicks = [vertical,horizontal]Sets the number of vertical and horizontal ticks in a
slopefield plot. (See SlopefieldPlot).
Version 1.0.10 onwards.
SumProductNumberOfTries = numberHow many iterations to try for InfiniteSum and InfiniteProduct.
SumProductSFS = numberHow many successive steps to be within tolerance for InfiniteSum and InfiniteProduct.
SumProductTolerance = numberTolerance for InfiniteSum and InfiniteProduct.
SurfacePlotDrawLegends = trueTells 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]Sets the limits for surface plotting (See SurfacePlot).
VectorfieldNormalized = trueShould the vectorfield plotting have normalized arrow length. If true, vector fields will only show direction
and not magnitude. (See VectorfieldPlot).
VectorfieldTicks = [vertical,horizontal]Sets the number of vertical and horizontal ticks in a
vectorfield plot. (See VectorfieldPlot).
Version 1.0.10 onwards.