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 = tal
Chop-funktionens tolerans.
ContinuousNumberOfTries = tal
Hur många iterationer för att försöka hitta gränsvärdet för kontinuitet och gränsvärden.
ContinuousSFS = tal
Hur många efter varandra följande steg att vara inom tolerans för kontinuitetsberäkning.
ContinuousTolerance = tal
Toleransen för kontinuiteten för funktioner och för att beräkna gränsvärdet.
DerivativeNumberOfTries = tal
Hur många iterationer för att försöka hitta gränsvärdet för derivatan.
DerivativeSFS = tal
Hur många efter varandra följande steg att vara inom tolerans för beräkning av derivata.
DerivativeTolerance = tal
Toleransen för att beräkna derivatorna för funktioner.
ErrorFunctionTolerance = tal
Toleransen för funktionen ErrorFunction.
FloatPrecision = tal
Flyttalsprecision.
FullExpressions = boolean
Skriv ut fullständiga uttryck, även om det tar mer än en rad.
GaussDistributionTolerance = tal
Toleransen för funktionen GaussDistribution.
IntegerOutputBase = tal
Bas för heltalsutdata.
IsPrimeMillerRabinReps = tal
Antal extra Miller-Rabin-test att köra på ett tal innan det deklareras som ett primtal i IsPrime.
LinePlotDrawLegends = true
Säger till genius att rita ut förklaringar för linjegrafsfunktioner som LinePlot.
LinePlotDrawAxisLabels = true
Säger till genius att rita ut axeletiketter för linjegrafsfunktioner som LinePlot.
Version 1.0.16 och framåt.
LinePlotVariableNames = ["x","y","z","t"]
Säger till genius vilka variabelnamn som används som standardnamn för linjegrafsfunktioner som LinePlot och dylikt.
Version 1.0.10 och framåt.
LinePlotWindow = [x1,x2,y1,y2]
Ställer in gränserna för linjegrafsfunktioner som LinePlot.
MaxDigits = tal
Maximalt antal siffror att visa.
MaxErrors = tal
Maximalt antal fel att visa.
MixedFractions = boolean
Om true (sant) skrivs blandade bråk ut.
NumericalIntegralFunction = funktion
Funktionen som används för numerisk integration i 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 = tal
Default 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 = tal
Då ett annat tal i objektet som skrivs ut (en matris eller ett värde) är större än 10-OutputChopWhenExponent, och talet som skrivs ut är mindre än 10-OutputChopExponent visas 0.0 i stället för talet.
Utdata klipps aldrig om OutputChopExponent är noll. De måste vara ett icke-negativt heltal.
Om du vill att utdata alltid ska klippas enligt OutputChopExponent, ställ då in OutputChopWhenExponent till något större än eller lika med OutputChopExponent.
OutputChopWhenExponent = tal
När utdata ska klippas. Se OutputChopExponent.
OutputStyle = sträng
Utdatastil, detta kan vara normal, latex, mathml eller troff.
Detta påverkar främst hur matriser och bråk skrivs ut och är användbart då du vill klistra in i dokument. Till exempel kan du ställa in detta till latex med:
OutputStyle = "latex"
ResultsAsFloats = boolean
Konvertera alla resultat till flyttal innan de skrivs ut.
ScientificNotation = boolean
Använd vetenskaplig notation.
SlopefieldTicks = [vertikalt,horisontellt]
Ställer in antalet vertikala och horisontella skalstreck i en riktningsfältsgraf. (Se SlopefieldPlot).
Version 1.0.10 och framåt.
SumProductNumberOfTries = tal
Hur många iterationer att försöka för InfiniteSum och InfiniteProduct.
SumProductSFS = tal
Hur många efter varandra följande steg att vara inom tolerans för InfiniteSum och InfiniteProduct.
SumProductTolerance = tal
Toleransen för InfiniteSum och InfiniteProduct.
SurfacePlotDrawLegends = true
Säger till genius att rita ut förklaringar för ytgrafsfunktioner som SurfacePlot.
Version 1.0.16 och framåt.
SurfacePlotVariableNames = ["x","y","z"]
Säger till genius vilka variabelnamn som används som standardnamn för ytgrafsfunktioner med SurfacePlot. Observera att z inte avser den beroende (vertikala) axeln, utan den oberoende komplexa variabeln z=x+iy.
Version 1.0.10 och framåt.
SurfacePlotWindow = [x1,x2,y1,y2,z1,z2]
Ställer in gränserna för ytgrafer (Se SurfacePlot).
VectorfieldNormalized = true
Ska vektorfältsgrafen ha normaliserad pillängd. Om true kommer vektorfält endast visa riktning och inte magnitud. (Se VectorfieldPlot).
VectorfieldTicks = [vertikalt,horisontellt]
Ställer in antalet vertikala och horisontella skalstreck i en vektorfältsgraf. (Se VectorfieldPlot).
Version 1.0.10 och framåt.