GUILoad[src] loads an interface definition and returns immediately with a GUIObject result.GUILoad[src, args] passes arguments to the interface definition.
Graph
(Combinatorica Package Symbol) Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...
InverseFourierCoefficient[expr, n, t] gives the function of t whose Fourier exponential series representation has coefficients given by expr, where expr is a function of n.
NFourierSeries[expr, t, n] gives a numerical approximation to the order n Fourier exponential series expansion of expr, where expr is a periodic function of t with period 2 ...
PageRanks[g] give the page rank of the graph g as a rule list.
DirectAgglomerate[m] constructs a cluster hierarchy based on the distance or dissimilarity matrix m.DirectAgglomerate[m, list] associates the elements of list with the rows ...
ToCompactXML[expr] generates an equivalent SymbolicXML expression that suppresses all the redundant namespace information for elements and attributes in expr. ...
ToSymbolicXML[expr] converts an expression expr to an appropriate XML format and returns the result as SymbolicXML.
When plotting curves from data, there are several methods you can use to display the data points along the curve. While the default settings for displaying such plots are ...
The main expression or object that a built-in Mathematica function acts on is given as the first argument to the function. As part of the syntax, a built-in Mathematica ...