TradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. TradingChart[{" name", daterange}] makes a ...
TetGenLink is a Mathematica application that makes the functions of TetGen available to Mathematica. This is done with Wolfram LibraryLink, which allows TetGen to be used in ...
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, ...
OrderStarPoles is an option to OrderStarPlot that specifies whether poles of an approximant and the function to be approximated should be displayed.
OrderStarZeros is an option to OrderStarPlot that specifies whether zeros of an approximant and the function to be approximated should be displayed.
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, ...
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
The standard way in which Mathematica works is to take any expression you give as input, evaluate the expression completely, and then return the result. When you are trying ...
Mathematically, sufficient conditions for a local minimum of a smooth function are quite straightforward: x^* is a local minimum if ∇f(x^*)=0 and the Hessian ∇^2f(x^*) is ...
The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...