One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
Numerical sums and products. This gives a numerical approximation to ∑_(i=1)^∞((1)/(i^3+i!)). There is no exact result for this sum, so Mathematica leaves it in a symbolic ...
Patterns stand for classes of expressions. They contain pattern objects that represent sets of possible expressions. Pattern objects. When several pattern objects with the ...
3DS
(Mathematica Import/Export Format) MIME types: application/x-3ds, image/x-3ds Autodesk 3DS file format. Scene description and 3D modeling format. Used for 3D modeling and animation. Native format of Autodesk ...
JSON
(Mathematica Import/Export Format) MIME type: application/json. Data interchange format. Commonly used in web service implementations. Contains collections of unordered name-value pairs or ordered values. JSON ...
FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
KatzCentrality[g, \[Alpha]] gives a list of Katz centralities for the vertices in the graph g and weight \[Alpha].KatzCentrality[g, \[Alpha], \[Beta]] gives a list of Katz ...
PolynomialQuotient[p, q, x] gives the quotient of p and q, treated as polynomials in x, with any remainder dropped.