AddEdges[g, edgeList] gives graph g with the new edges in edgeList added. edgeList can have the form {a, b} to add a single edge {a, b} or the form {{a, b}, {c, d}, ...}, to ...
ReplaceAllUnheld[expr, rules] applies a rule or list of rules in an attempt to transform each subpart of expr that would be automatically evaluated.
Mathematica's symbolic character allows it to provide deep integrated support for algebraic numbers. At the core are Root objects, which provide exact implicit ...
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 ...
Wolfram LibraryLink provides a powerful way to connect external code to Mathematica, enabling high-speed and memory-efficient execution. It does this by allowing dynamic ...
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.
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 ...