Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
A real polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers and
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...
DiscreteUniformDistribution[{i_min, i_max}] represents a discrete uniform distribution over the integers from i_min to i_max.DiscreteUniformDistribution[{{i_min, i_max}, ...
ExponentialMovingAverage[list, \[Alpha]] gives the exponential moving average of list with smoothing constant \[Alpha].
PolynomialExtendedGCD[poly_1, poly_2, x] gives the extended GCD of poly_1 and poly_2 treated as univariate polynomials in x.PolynomialExtendedGCD[poly_1, poly_2, x, Modulus ...
f /: lhs := rhs assigns rhs to be the delayed value of lhs, and associates the assignment with the symbol f.
Mathematica uses various syntactic rules to interpret input that you give, and to convert strings and boxes into expressions. The version of these rules that is used for ...
TetGen is created by Hang Si, Research Group: Numerical Mathematics and Scientific Computing, Weierstrass Institute for Applied Analysis and Stochastics (WIAS), Berlin. More ...
FullSimplify[expr] tries a wide range of transformations on expr involving elementary and special functions, and returns the simplest form it finds. FullSimplify[expr, assum] ...