OrderStarPlot[r, f] draws the order star depicting the region where | r/f | < 1 for the functions r and f.OrderStarPlot[r, f, z] draws the order star where r and f are ...
MusicScale[{i_1, i_2, ...}, freq, dur] creates a Sound object that is a sequence of pitches corresponding to numbers i_1, i_2, ..., a list of intervals measured in cents, ...
EulerSum
(Numerical Calculus Package Symbol) EulerSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f using Euler's transformation.EulerSum[f, {i, i_min, i_max, di}] uses a step ...
Remove
(Built-in Mathematica Symbol) Remove[symbol_1, ...] removes symbols completely, so that their names are no longer recognized by Mathematica. Remove["form_1", "form_2", ...] removes all symbols whose names ...
Just as Mathematica allows you to define how expressions should be evaluated, so also it allows you to define how expressions should be formatted for output. The basic idea ...
Database schema and catalogs can be used to hold collections of database components and objects suitable for particular users. They can be particularly useful when working ...
$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...