Mathematica supports state-of-the-art splines for use both in graphics and computational applications. Mathematica allows not just cubic splines, but splines of any ...
Testing for numeric quantities. Pi is a symbol, so Pi+3 is not explicitly a number. It does however have a numerical value.
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
ToCanonicalSetPartition[sp, set] reorders sp into a canonical order with respect to set. ToCanonicalSetPartition[sp] reorders sp into canonical order, assuming that ...
Mathematica can import and export hundreds of data formats and subformats. These "How tos" give step-by-step instructions for tasks related to importing and exporting some of ...
You can do arithmetic with Mathematica just as you would on an electronic calculator. This is the sum of two numbers. Here the / stands for division, and the ^ stands for ...
The first argument given to DSolve is the differential equation, the second argument is the unknown function, and the last argument identifies the independent variable. Here ...
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...