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, ...
RationalInterpolation[expr, {x, m, n}, {x_1, x_2, ..., x n + m + 1}] gives the rational interpolant to expr with numerator order m and denominator order n, where x_1, x_2, ...
The built-in functions D, Limit, Residue and Series perform computations using symbolic and analytic methods. The functions ND, NLimit, NResidue and NSeries, in this package, ...
CrossProduct[v_1, v_2] gives the cross product of the two 3-vectors v_1, v_2 in the default coordinate system. CrossProduct[v_1, v_2, coordsys] gives the cross product of v_1 ...
Curl
(Vector Analysis Package Symbol) Curl[f] gives the curl, \[Del]*f, of the vector field f in the default coordinate system. Curl[f, coordsys] gives the curl of f in the coordinate system coordsys.
Div
(Vector Analysis Package Symbol) Div[f] gives the divergence, \[Del]\[CenterDot]f, of the vector field f in the default coordinate system. Div[f, coordsys] gives the divergence of f in the coordinate system ...
Mathematica's symbolic architecture and dynamic interface make possible a uniquely flexible and convenient approach to charting and information visualization. With ...
From overall layout to details of particular features, Mathematica allows broad manual and programmatic control of the appearance of charts —fully integrated with its ...
Financial visualization is used to understand how the price of stocks, commodities, currencies, etc. changes over time. Candlesticks and related charts use stylized glyphs to ...
Long viewed as an important theoretical idea, functional programming finally became truly convenient and practical with the introduction of Mathematica's symbolic language. ...