Not only can Mathematica perform very complicated data analysis, it can also display these results in a formatted, easy-to-read display that can be used in other documents or ...
The flexibility of Mathematica's symbolic architecture is reflected in its rich collection of carefully defined constructs for localization and modularization. The use of ...
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
MaxStepFraction is an option to functions like NDSolve that specifies the maximum fraction of the total range to cover in a single step.
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
The aim of these tutorials is to provide a self-contained working guide for solving different types of problems with DSolve. The first step in using DSolve is to set up the ...
Compiled is an option for various numerical and plotting functions which specifies whether the expressions they work with should automatically be compiled.
TukeyLambdaDistribution[\[Lambda]] represents Tukey's lambda distribution with shape parameter \[Lambda].TukeyLambdaDistribution[\[Lambda], \[Mu], \[Sigma]] represents ...
DavisDistribution[b, n, \[Mu]] represents a Davis distribution with scale parameter b, shape parameter n, and location parameter \[Mu].
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.