961 - 970 of 1178 for ApplySearch Results
View search results from all Wolfram sites (314993 matches)
Sort   (Built-in Mathematica Symbol)
Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
Take   (Built-in Mathematica Symbol)
Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
Basic Objects   (Mathematica Tutorial)
Expressions are the main type of data in Mathematica. Expressions can be written in the form h[e_1,e_2,…]. The object h is known generically as the head of the expression. ...
Curve Fitting   (Mathematica Tutorial)
There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
Descriptive Statistics   (Mathematica Tutorial)
Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
Discrete Distributions   (Mathematica Tutorial)
The functions described here are among the most commonly used discrete univariate statistical distributions. You can compute their densities, means, variances, and other ...
Making Power Series Expansions   (Mathematica Tutorial)
Functions for creating power series. Here is the power series expansion for exp(x) about the point x0 to order x^4. Here is the series expansion of exp(x) about the point ...
Minimization and Maximization   (Mathematica Tutorial)
Minimization and maximization. Minimize and Maximize yield lists giving the value attained at the minimum or maximum, together with rules specifying where the minimum or ...
Projection Method for NDSolve   (Mathematica Tutorial)
When a differential system has a certain structure, it is advantageous if a numerical integration method preserves the structure. In certain situations it is useful to solve ...
Non-Standard Evaluation   (Mathematica Tutorial)
While most built-in Mathematica functions follow the standard evaluation procedure, some important ones do not. For example, most of the Mathematica functions associated with ...
1 ... 94|95|96|97|98|99|100 ... 118 Previous Next

...