471 - 480 of 621 for SolveSearch Results
View search results from all Wolfram sites (22877 matches)
Tolerance   (Built-in Mathematica Symbol)
Tolerance is an option for various numerical options which specifies the tolerance that should be allowed in computing results.
Function Approximations Package   (Function Approximations Package Tutorial)
This loads the package. Economized rational approximations. A Pad é approximation is very accurate near the center of expansion, but the error increases rapidly as you get ...
FindFit   (Built-in Mathematica Symbol)
FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
Integrate   (Built-in Mathematica Symbol)
Integrate[f, x] gives the indefinite integral \[Integral]f d x. Integrate[f, {x, x_min, x_max}] gives the definite integral \[Integral]_x_min^x_max\ f\ d x. Integrate[f, {x, ...
ParameterMixtureDistribution   (Built-in Mathematica Symbol)
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...
TruncatedDistribution   (Built-in Mathematica Symbol)
TruncatedDistribution[{x_min, x_max}, dist] represents the distribution obtained by truncating the values of dist to lie between x_min and ...
And   (Built-in Mathematica Symbol)
e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
MatrixRank   (Built-in Mathematica Symbol)
MatrixRank[m] gives the rank of the matrix m.
NullSpace   (Built-in Mathematica Symbol)
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
Or   (Built-in Mathematica Symbol)
e_1 || e_2 || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.
1 ... 45|46|47|48|49|50|51 ... 63 Previous Next

...