- ChopTolerance
Tolerance of the Chop function
- ContinuousNumberOfTries
ContinuousNumberOfTries = number |
How many iterations to try to find the limit for continuity and limits
- ContinuousSFS
How many successive steps to be within tolerance for calculation of continuity
- ContinuousTolerance
ContinuousTolerance = number |
Tolerance for continuity of functions and for calculating the limit
- DerivativeNumberOfTries
DerivativeNumberOfTries = number |
How many iterations to try to find the limit for derivative
- DerivativeSFS
How many successive steps to be within tolerance for calculation of derivative
- DerivativeTolerance
DerivativeTolerance = number |
Tolerance for calculating the derivatives of functions
- ErrorFunctionTolerance
ErrorFunctionTolerance = number |
Tolerance of the ErrorFunction
- FloatPrecision
Floating point precision
- FullExpressions
FullExpressions = boolean |
Print full expressions, even if more than a line
- GaussDistributionTolerance
GaussDistributionTolerance = number |
Tolerance of the GaussDistribution function
- IntegerOutputBase
IntegerOutputBase = number |
Integer output base
- IsPrimeMillerRabinReps
IsPrimeMillerRabinReps = number |
Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime
- MaxDigits
Maximum digits to display
- MaxErrors
Maximum errors to display
- MixedFractions
If true, mixed fractions are printed
- NumericalIntegralFunction
NumericalIntegralFunction = function |
The function used for numerical integration in NumericalIntegral
- NumericalIntegralSteps
NumericalIntegralSteps = number |
Steps to perform in NumericalIntegral
- OutputStyle
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:
- ResultsAsFloats
ResultsAsFloats = boolean |
Convert all results to floats before printing
- ScientificNotation
ScientificNotation = boolean |
Use scientific notation
- SumProductNumberOfTries
SumProductNumberOfTries = number |
How many iterations to try for InfiniteSum and InfiniteProduct
- SumProductSFS
How many successive steps to be within tolerance for InfiniteSum and InfiniteProduct
- SumProductTolerance
SumProductTolerance = number |
Tolerance for InfiniteSum and InfiniteProduct