Parametrar

AdaptiveGaussKronrodAbsoluteTolerance
AdaptiveGaussKronrodAbsoluteTolerance = 1e-12

The 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
AdaptiveGaussKronrodMaxIterations = 10000

The 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
AdaptiveGaussKronrodRelativeTolerance = 1e-12

The 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
ChopTolerance = tal

Chop-funktionens tolerans.

ContinuousNumberOfTries
ContinuousNumberOfTries = tal

Hur många iterationer för att försöka hitta gränsvärdet för kontinuitet och gränsvärden.

ContinuousSFS
ContinuousSFS = tal

Hur många efter varandra följande steg att vara inom tolerans för kontinuitetsberäkning.

ContinuousTolerance
ContinuousTolerance = tal

Toleransen för kontinuiteten för funktioner och för att beräkna gränsvärdet.

DerivativeNumberOfTries
DerivativeNumberOfTries = tal

Hur många iterationer för att försöka hitta gränsvärdet för derivatan.

DerivativeSFS
DerivativeSFS = tal

Hur många efter varandra följande steg att vara inom tolerans för beräkning av derivata.

DerivativeTolerance
DerivativeTolerance = tal

Toleransen för att beräkna derivatorna för funktioner.

ErrorFunctionTolerance
ErrorFunctionTolerance = tal

Toleransen för funktionen ErrorFunction.

FloatPrecision
FloatPrecision = tal

Flyttalsprecision.

FullExpressions
FullExpressions = boolean

Skriv ut fullständiga uttryck, även om det tar mer än en rad.

GaussDistributionTolerance
GaussDistributionTolerance = tal

Toleransen för funktionen GaussDistribution.

IntegerOutputBase
IntegerOutputBase = tal

Bas för heltalsutdata.

IsPrimeMillerRabinReps
IsPrimeMillerRabinReps = tal

Antal extra Miller-Rabin-test att köra på ett tal innan det deklareras som ett primtal i IsPrime.

LinePlotDrawLegends
LinePlotDrawLegends = true

Säger till genius att rita ut förklaringar för linjegrafsfunktioner som LinePlot.

LinePlotDrawAxisLabels
LinePlotDrawAxisLabels = true

Säger till genius att rita ut axeletiketter för linjegrafsfunktioner som LinePlot.

Version 1.0.16 och framåt.

LinePlotVariableNames
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
LinePlotWindow = [x1,x2,y1,y2]

Ställer in gränserna för linjegrafsfunktioner som LinePlot.

MaxDigits
MaxDigits = tal

Maximalt antal siffror att visa.

MaxErrors
MaxErrors = tal

Maximalt antal fel att visa.

MixedFractions
MixedFractions = boolean

Om true (sant) skrivs blandade bråk ut.

NumericalIntegralFunction
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
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
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
OutputChopWhenExponent = tal

När utdata ska klippas. Se OutputChopExponent.

OutputStyle
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
ResultsAsFloats = boolean

Konvertera alla resultat till flyttal innan de skrivs ut.

ScientificNotation
ScientificNotation = boolean

Använd vetenskaplig notation.

SlopefieldTicks
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
SumProductNumberOfTries = tal

Hur många iterationer att försöka för InfiniteSum och InfiniteProduct.

SumProductSFS
SumProductSFS = tal

Hur många efter varandra följande steg att vara inom tolerans för InfiniteSum och InfiniteProduct.

SumProductTolerance
SumProductTolerance = tal

Toleransen för InfiniteSum och InfiniteProduct.

SurfacePlotDrawLegends
SurfacePlotDrawLegends = true

Säger till genius att rita ut förklaringar för ytgrafsfunktioner som SurfacePlot.

Version 1.0.16 och framåt.

SurfacePlotVariableNames
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
SurfacePlotWindow = [x1,x2,y1,y2,z1,z2]

Ställer in gränserna för ytgrafer (Se SurfacePlot).

VectorfieldNormalized
VectorfieldNormalized = true

Ska vektorfältsgrafen ha normaliserad pillängd. Om true kommer vektorfält endast visa riktning och inte magnitud. (Se VectorfieldPlot).

VectorfieldTicks
VectorfieldTicks = [vertikalt,horisontellt]

Ställer in antalet vertikala och horisontella skalstreck i en vektorfältsgraf. (Se VectorfieldPlot).

Version 1.0.10 och framåt.