761 - 770 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
Factor   (Built-in Mathematica Symbol)
Factor[poly] factors a polynomial over the integers. Factor[poly, Modulus -> p] factors a polynomial modulo a prime p. Factor[poly, Extension -> {a_1, a_2, ...}] factors a ...
ForAll   (Built-in Mathematica Symbol)
ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
FunctionExpand   (Built-in Mathematica Symbol)
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
Row   (Built-in Mathematica Symbol)
Row[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a row, potentially extending over several lines. Row[list, s] inserts s as a separator ...
SortBy   (Built-in Mathematica Symbol)
SortBy[list, f] sorts the elements of list in the order defined by applying f to each of them.
Total   (Built-in Mathematica Symbol)
Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...
Polynomial Orderings   (Mathematica Tutorial)
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
SymbolicC User Guide   (SymbolicC Package Overview)
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
Mod   (Built-in Mathematica Symbol)
Mod[m, n] gives the remainder on division of m by n. Mod[m, n, d] uses an offset d.
Functions and Programs   (Mathematica Overview)
Defining Functions Functions as Procedures Manipulating Options
1 ... 74|75|76|77|78|79|80 ... 216 Previous Next

...