Exponent[expr, form] gives the maximum power with which form appears in the expanded form of expr. Exponent[expr, form, h] applies h to the set of exponents with which form ...
IndependentSetQ[g, i] yields True if the vertices in list i define an independent set in graph g.
MaximumIndependentSet[g] finds a largest independent set of graph g.
The core of Mathematica's unique power for building interfaces is in its extremely flexible high-level symbolic paradigm. But Mathematica also allows you to build interfaces ...
Mathematica allows detailed control of the overall look and operation of notebook windows.
DefaultLabelStyle is a low-level option for formatting and related constructs that specifies the default style to use in displaying their label-like elements.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.