101 - 110 of 458 for HeadSearch Results
View search results from all Wolfram sites (4973 matches)
Part   (Built-in Mathematica Symbol)
expr[[i]] or Part[expr, i] gives the i\[Null]^th part of expr. expr[[-i]] counts from the end. expr[[i, j, ...]] or Part[expr, i, j, ...] is equivalent to expr[[i]][[j]] .... ...
NumberQ   (Built-in Mathematica Symbol)
NumberQ[expr] gives True if expr is a number, and False otherwise.
NumberTheory`PrimitiveElement`   (Mathematica Compatibility Information)
The functionality of PrimitiveElement is now available in the newly added built-in Mathematica kernel function ToNumberField.
Most   (Built-in Mathematica Symbol)
Most[expr] gives expr with the last element removed.
Tuples   (Built-in Mathematica Symbol)
Tuples[list, n] generates a list of all possible n-tuples of elements from list. Tuples[{list_1, list_2, ...}] generates a list of all possible tuples whose i\[Null] ...
Uncompress   (Built-in Mathematica Symbol)
Uncompress["string"] recovers an expression from a compressed string representation generated by Compress.Uncompress["string", h] wraps the head h around the expression ...
Developing an Import Converter   (Mathematica Tutorial)
Mathematica provides functions that allow users to write their own file format converters and integrate them with the Mathematica Import and Export framework. You can ...
Patterns Involving Alternatives   (Mathematica Tutorial)
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
EndModal   (JLink Symbol)
EndModal[] is the head of an expression sent by Java to signal the end of a DoModal[] loop.
LeafCount   (Built-in Mathematica Symbol)
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
1 ... 8|9|10|11|12|13|14 ... 46 Previous Next

...