The function Flatten allows you to explicitly flatten out all sublists. FlattenAt lets you specify at what positions you want sublists flattened. Sequence objects ...
GeneralRationalInterpolation[{f_x, f_y}, {t, m, n}, x, {t_1, ..., t m + n + 1}]] gives the rational polynomial function of x, with numerator order m and denominator order n, ...
OrderStarKind is an option to OrderStarPlot that specifies the type of order star to be displayed.
All the functionality of NumericalMath`Approximations` is now available in the newly created Function Approximations Package.
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...
OrderStarInterpolation is an option to OrderStarPlot that specifies whether interpolation points of an approximant to a function should be displayed.
Documentation Center opens the Wolfram Mathematica Documentation Center.
Virtual Book opens the Wolfram Mathematica Virtual Book, an updated and expanded electronic version of The Mathematica Book.
DifferentialRootReduce[expr, x] attempts to reduce expr to a single DifferentialRoot object as a function of x.DifferentialRootReduce[expr, {x, x_0}] takes the initial ...
With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....