1001 - 1010 of 8564 for solution of equationsSearch Results
View search results from all Wolfram sites (69105 matches)
Inverse   (Built-in Mathematica Symbol)
Inverse[m] gives the inverse of a square matrix m.
Functions like Factor usually assume that all coefficients in the polynomials they produce must involve only rational numbers. But by setting the option Extension you can ...
StringTake   (Built-in Mathematica Symbol)
StringTake["string", n] gives a string containing the first n characters in " string". StringTake["string", -n] gives the last n characters in " string". StringTake["string", ...
MixtureDistribution   (Built-in Mathematica Symbol)
MixtureDistribution[{w_1, ..., w_n}, {dist_1, ..., dist_n}] represents a mixture distribution whose CDF is given as a sum of the CDFs of the component distributions dist_i, ...
BellY   (Built-in Mathematica Symbol)
BellY[n, k, {x_1, ..., x n - k + 1}] gives the partial Bell polynomial Y n, k (x_1, ..., x n - k + 1). BellY[n, k, m] gives the generalized partial Bell polynomial of a ...
Catch   (Built-in Mathematica Symbol)
Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
BetaNegativeBinomialDistribution   (Built-in Mathematica Symbol)
BetaNegativeBinomialDistribution[\[Alpha], \[Beta], n] represents a beta negative binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n ...
Condition   (Built-in Mathematica Symbol)
patt /; test is a pattern which matches only if the evaluation of test yields True. lhs :> rhs /; test represents a rule which applies only if the evaluation of test yields ...
Offset   (Built-in Mathematica Symbol)
Offset[{dx, dy}, position] gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
Throw   (Built-in Mathematica Symbol)
Throw[value] stops evaluation and returns value as the value of the nearest enclosing Catch. Throw[value, tag] is caught only by Catch[expr, form] where form is a pattern ...
1 ... 98|99|100|101|102|103|104 ... 857 Previous Next

...