Numerical solution of differential equations. This generates a numerical solution to the equation y^′(x)y(x) with 0<x<2. The result is given in terms of an ...
Finding and setting values of symbols. Mathematica effectively stores all definitions you give as lists of transformation rules. When a particular symbol is encountered, the ...
MathLM Mathematica
This constructs the sum ∑_(i=1)^7 (x^i)/(i) . You can leave out the lower limit if it is equal to 1. This makes i increase in steps of 2, so that only odd-numbered values are ...
In almost every area where probability and statistics are used there have been found a few parametric distribution families that are known to be good models. The origins vary ...
Mathematica has immedate built-in access to extensive scientific and technical data—all carefully curated and updated at Wolfram Research.
ButtonBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for buttons within the cell.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
Erosion
(Built-in Mathematica Symbol) Erosion[image, ker] gives the morphological erosion of image with respect to the structuring element ker.Erosion[image, r] gives the erosion with respect to a range-r square.