MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
Mathematica is available for Windows, Linux, and Mac OS X. For a complete list of platform availability, visit www.wolfram.com/mathematica/features/system-requirements.html. ...
Mathematica notebooks provide a state-of-the-art technical document system as well as being the primary working environment. The tools for creating publication-quality ...
Mathematica offers support for a large number of file formats for importing, exporting, or other operations. It has several standard locations where it looks for files. You ...
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
MakeGraph[v, f] constructs the graph whose vertices correspond to v and edges between pairs of vertices x and y in v for which the binary relation defined by the Boolean ...
StatusArea[expr, string] displays string in the status area of the current notebook when the mouse pointer is in the region where expr appears.
ShortestPath[g, start, end] finds a shortest path between vertices start and end in graph g.
LineGraph[g] constructs the line graph of graph g.
ResidualFlowGraph[g, flow] returns the directed residual flow graph for graph g with respect to flow.