For many applications, high-level constructs like Manipulate and TabView will immediately give you the dynamic interactivity you need. Mathematica also allows you to create ...
Building on Mathematica's integrated symbolic architecture, it becomes easy to introduce powerful dynamic behavior into any aspect of visualization. Single Mathematica ...
One of the unique strengths of Mathematica's core language is its powerful and succinct—yet highly readable—symbolic pattern language. Convenient both for immediate use in ...
Mathematica supports a sophisticated symbolic cascading stylesheet mechanism that allows modular control of all aspects of notebook formatting and operation.
BorderDimensions[image] gives the pixel width of uniform borders of image in the form {{left, right}, {bottom, top}}.BorderDimensions[image, t] finds borders whose pixels ...
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
CurvatureFlowFilter[image] applies a mean curvature flow filter to image.CurvatureFlowFilter[image, t] specifies the amount t of curvature flow to be ...
DMSString[\[Theta]] converts an angle \[Theta] given in decimal degrees to a degrees-minutes-seconds string.DMSString[{\[Phi], \[Lambda]}] converts latitude and longitude ...
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
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.