Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
ButterflyGraph[n] gives the order-n butterfly graph. ButterflyGraph[n, b] gives the base-b order-n butterfly graph.
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
SquareFreeQ[expr] gives True if expr is a square-free polynomial or number, and False otherwise.SquareFreeQ[expr, vars] gives True if expr is square free with respect to the ...
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
CreateNotationRules is a possible value for the Action option to Notation, Symbolize and InfixNotation.
RemoveNotationRules is a possible value for the Action option to Notation, Symbolize and InfixNotation.
A Diophantine polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers where the variables ...
DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
New functions SymmetricPolynomial and SymmetricReduction have been added to the built-in Mathematica kernel.