EnterTextPacket[string] is a MathLink packet that requests the parsing and evaluation of string as an expression.
EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
EvaluatePacket[expr] is a MathLink packet requesting evaluation of expr.
EvaluationNotebook[] gives the notebook in which this function is being evaluated.
ExcludedForms is an option for FullSimplify which can be set to a list of patterns for expressions that should not be touched if they are encountered at intermediate steps in ...
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.
Extract
(Built-in Mathematica Symbol) Extract[expr, list] extracts the part of expr at the position specified by list. Extract[expr, {list_1, list_2, ...}] extracts a list of parts of expr. Extract[expr, list, h] ...
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.