J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
When many rows of data are returned from a database query, a significant amount of memory may be required to hold the result. If all of the data does not need to be available ...
OrderStarSymbolSize is an option to OrderStarPlot that specifies the size of the symbols used to represent poles, zeros and interpolation points.
OrderStarSymbolThickness is an option to OrderStarPlot that specifies the thickness of the outline of the symbols used to represent interpolation points, poles and zeros.
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
Constructing matrices with special shapes. This creates a matrix of 0s containing a radius 4 diamond of 1s. The result is a 9×9 matrix. The size of the matrix can be ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
Locator
(Built-in Mathematica Symbol) Locator[{x, y}] represents a locator object at position {x, y} in a graphic. Locator[Dynamic[pos]] takes the position to be the dynamically updated current value of pos, with ...
MultivariateHypergeometricDistribution[n, {m_1, m_2, ..., m_k}] represents a multivariate hypergeometric distribution with n draws without replacement from a collection ...