Dotted
(Built-in Mathematica Symbol) Dotted is a graphics directive specifying that lines that follow should be drawn dotted.
EdgeWeight is an option and property for Graph and related functions that specifies an edge weight.
Subresultants[poly_1, poly_2, var] generates a list of the principal subresultant coefficients of the polynomials poly_1 and poly_2 with respect to the variable var.
KroneckerProduct[m_1, m_2, ...] constructs the Kronecker product of the arrays m_i.
If you have a list of elements, it is often important to be able to apply a function separately to each of the elements. You can do this in Mathematica using Map. This ...
PolynomialGCD[poly_1, poly_2, ...] gives the greatest common divisor of the polynomials poly_i. PolynomialGCD[poly_1, poly_2, ..., Modulus -> p] evaluates the GCD modulo the ...
Mathematica has a built-in high-level interface to all standard SQL databases that allows immediate searching, reading, and writing of arbitrary data and expressions, as well ...
Mathematica can export tables of numerical and textual data to all common database file formats. It can also import from database formats to give Mathematica arrays and ...
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
StreamPoints is an option to StreamPlot, ListStreamPlot, and related functions that determines how many streamlines to draw.