Παράμετροι

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 = number

Ανοχή της συνάρτησης Chop.

ContinuousNumberOfTries
ContinuousNumberOfTries = number

Αριθμός επαναλήψεων για την εύρεση του ορίου για τη συνέχεια και τα όρια.

ContinuousSFS
ContinuousSFS = number

Αριθμός διαδοχικών βημάτων για να είναι μέσα στην ανοχή για τον υπολογισμό της συνέχειας.

ContinuousTolerance
ContinuousTolerance = number

Η ανοχή για συνέχεια των συναρτήσεων και για υπολογισμό του ορίου.

DerivativeNumberOfTries
DerivativeNumberOfTries = number

Αριθμός επαναλήψεων για την εύρεση του ορίου για την παράγωγο.

DerivativeSFS
DerivativeSFS = number

Αριθμός διαδοχικών βημάτων για να είναι μέσα στην ανοχή για τον υπολογισμό της παραγώγου.

DerivativeTolerance
DerivativeTolerance = number

Ανοχή για τον υπολογισμό των παραγώγων των συναρτήσεων.

ErrorFunctionTolerance
ErrorFunctionTolerance = number

Ανοχή της ErrorFunction.

FloatPrecision
FloatPrecision = number

Ακρίβεια κινητής υποδιαστολής.

FullExpressions
FullExpressions = boolean

Εμφάνιση πλήρων εκφράσεων, ακόμα κι αν είναι περισσότερες από μία γραμμή.

GaussDistributionTolerance
GaussDistributionTolerance = number

Ανοχή της συνάρτησης GaussDistribution.

IntegerOutputBase
IntegerOutputBase = number

Βάση εξόδου ακεραίων.

IsPrimeMillerRabinReps
IsPrimeMillerRabinReps = number

Αριθμός των πρόσθετων δοκιμών Miller-Rabin που θα εκτελεστούν σε έναν αριθμό πριν τη δήλωση του ως πρώτου στην IsPrime.

LinePlotDrawLegends
LinePlotDrawLegends = true

Λέει στο Genius να σχεδιάσει τα υπομνήματα για τις συναρτήσεις γραφικής παράστασης γραμμής όπως LinePlot.

LinePlotDrawAxisLabels
LinePlotDrawAxisLabels = true

Λέει στο Genius να σχεδιάσει τις ετικέτες του άξονα για τις συναρτήσεις γραφικής παράστασης γραμμής όπως LinePlot.

Version 1.0.16 onwards.

LinePlotVariableNames
LinePlotVariableNames = ["x","y","z","t"]

Λέει στο Genius ποια ονόματα μεταβλητών χρησιμοποιούνται ως προεπιλεγμένα ονόματα για τις συναρτήσεις γραφικής παράστασης γραμμής όπως LinePlot και παρόμοιες.

Version 1.0.10 onwards.

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

Ορίζει τα όρια για τις συναρτήσεις γραφικής παράστασης γραμμής όπως LinePlot.

MaxDigits
MaxDigits = number

Μέγιστα αριθμός ψηφίων που θα εμφανίζονται.

MaxErrors
MaxErrors = number

Μέγιστος αριθμός σφαλμάτων που θα εμφανίζονται.

MixedFractions
MixedFractions = boolean

Αν είναι αληθές, εμφανίζονται μικτά κλάσματα.

NumericalIntegralFunction
NumericalIntegralFunction = function

Η χρησιμοποιούμενη συνάρτηση για αριθμητική ολοκλήρωση στη 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 = number

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 = number

Όταν ένας άλλος αριθμός στο αντικείμενο εμφανίζεται (πίνακας ή τιμή) που είναι μεγαλύτερος από 10-OutputChopWhenExponent και ο εμφανιζόμενος αριθμός είναι μικρότερος από 10-OutputChopExponent, τότε εμφανίζεται ο 0.0 αντί για τον αριθμό.

Η έξοδος δεν είναι ποτέ κομμένη αν η OutputChopExponent είναι μηδέν. Πρέπει να είναι ένας μη αρνητικός ακέραιος.

Αν θέλετε η έξοδος να περικόπτεται πάντα σύμφωνα με την OutputChopExponent, τότε ορίστε την OutputChopWhenExponent, σε κάτι μεγαλύτερο από ή ίσο με OutputChopExponent.

OutputChopWhenExponent
OutputChopWhenExponent = number

Πότε να περικόψετε την έξοδο. Δείτε OutputChopExponent.

OutputStyle
OutputStyle = string

Η τεχνοτροπία εξόδου μπορεί να είναι κανονική, 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
ResultsAsFloats = boolean

Μετατροπή όλων των αποτελεσμάτων σε αριθμούς κινητής υποδιαστολής πριν την εμφάνιση.

ScientificNotation
ScientificNotation = boolean

Χρήση επιστημονικής σημειογραφίας.

SlopefieldTicks
SlopefieldTicks = [vertical,horizontal]

Ορίζει τον αριθμό των κάθετων και οριζόντιων υποδιαιρέσεων σε μια γραφική παράσταση πεδίου κλίσης. (Δείτε SlopefieldPlot).

Version 1.0.10 onwards.

SumProductNumberOfTries
SumProductNumberOfTries = number

Πόσες επαναλήψεις να δοκιμαστούν για InfiniteSum και InfiniteProduct.

SumProductSFS
SumProductSFS = number

Πόσα διαδοχικά βήματα να γίνουν μέσα στην ανοχή για InfiniteSum και InfiniteProduct.

SumProductTolerance
SumProductTolerance = number

Ανοχή για InfiniteSum και InfiniteProduct.

SurfacePlotDrawLegends
SurfacePlotDrawLegends = true

Λέει στο Genius να σχεδιάσει τα υπομνήματα για τις συναρτήσεις γραφικής παράστασης επιφάνειας όπως 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]

Ορίζει τα όρια για τη γραφική παράσταση επιφάνειας (Δείτε SurfacePlot).

VectorfieldNormalized
VectorfieldNormalized = true

Αν θα πρέπει η γραφική παράσταση του διανυσματικού πεδίου να έχει κανονικοποιημένο μήκος βέλους. Αν είναι αληθές, τα διανυσματικά πεδία θα εμφανίσουν μόνο την κατεύθυνση και όχι το μέγεθος. (Δείτε VectorfieldPlot).

VectorfieldTicks
VectorfieldTicks = [vertical,horizontal]

Ορίζει τον αριθμό των κάθετων και οριζόντιων υποδιαιρέσεων σε μια γραφική παράσταση διανυσματικού πεδίου. (Δείτε VectorfieldPlot).

Version 1.0.10 onwards.