WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
Waveform[type, freq, dur] creates a Sound object that is a standard waveform of type type, having a fundamental frequency of freq hertz, and a duration of dur seconds.
FromAdjacencyMatrix[m] constructs a graph from a given adjacency matrix m, using a circular embedding. FromAdjacencyMatrix[m, v] uses v as the embedding for the resulting ...
NetworkFlow[g, source, sink] returns the value of a maximum flow through graph g from source to sink. NetworkFlow[g, source, sink, Edge] returns the edges in g that have ...
OrderStarPoles is an option to OrderStarPlot that specifies whether poles of an approximant and the function to be approximated should be displayed.
OrderStarZeros is an option to OrderStarPlot that specifies whether zeros of an approximant and the function to be approximated should be displayed.
CrossProduct[v_1, v_2] gives the cross product of the two 3-vectors v_1, v_2 in the default coordinate system. CrossProduct[v_1, v_2, coordsys] gives the cross product of v_1 ...