ByteCount[expr] gives the number of bytes used internally by Mathematica to store expr.
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
By far the largest release since Version 1.0 in 1988, Version 6.0 added a remarkable breadth of new functionality. As well as introducing several major new fundamental ...
FractionalPart[x] gives the fractional part of x.
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
When plotting curves from data, there are several methods you can use to display the data points along the curve. While the default settings for displaying such plots are ...
PolarAxesOrigin is an option for sector charts and polar plots that specifies where polar axes should be drawn.
StreamPlot[{v_x, v_y}, {x, x_min, x_max}, {y, y_min, y_max}] generates a stream plot of the vector field {v_x, v_y} as a function of x and y. StreamPlot[{{v_x, v_y}, {w_x, ...