New functions RegionPlot and RegionPlot3D have been added to the built-in Mathematica kernel. RegionPlot includes the functionality of InequalityPlot. RegionPlot3D includes ...
All the functionality of NumericalMath`Butcher`is now available in the newly created Numerical Differential Equation Analysis Package.
All the functionality of NumericalMath`EquationTrekker` is now available in the newly created Equation Trekker Package.
Plotting an atmospheric property. This package provides support for plotting how U.S. Standard Atmosphere properties vary with altitude. This loads the package.
Mathematica provides not only automatic parallelization capabilities, but also a full built-in symbolic language for specifying concurrent computation.
Hypothesis tests give quantitative answers to common questions, such as how good the fit is between data and a particular distribution, whether these distributions have the ...
Many times in statistical analysis you may need to know if a population mean is significantly different from some reference value. This is a type of t-test if the population ...
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...
Count
(Built-in Mathematica Symbol) Count[list, pattern] gives the number of elements in list that match pattern. Count[expr, pattern, levelspec] gives the total number of subexpressions matching pattern that ...