When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
"Graphics and Sound" discusses how to use functions like Plot and ListPlot to plot graphs of functions and data. This tutorial discusses how Mathematica represents such ...
Mathematica has a wide coverage of named functions defined by sums and recurrence relations. Often using original algorithms developed at Wolfram Research, Mathematica ...
Mathematica is the tool that has made possible Stephen Wolfram's exploration of the computational universe, and the emerging field of Wolfram Science (NKS). Whether for ...
PlotLayout is an option used by WaveletListPlot and similar functions to specify the layout of multiple plots.
WaveletMatrixPlot[dwd] plots the basis tree of wavelet matrix coefficients in the DiscreteWaveletData dwd.WaveletMatrixPlot[dwd, r] plots coefficients up to refinement level ...
Bringing together Mathematica's powerful capabilities in numerics, algebraic computation and now also geometric computation, Version 6.0 took the state of the art for ...
Throughout Mathematica there is support not only for approximate real numbers, but also for exact numbers represented in algebraic or symbolic form. Functions like Floor, ...
Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D histogram of the values {x_i, y_i}.Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a 3D histogram with bins ...
MathLink allows you to run external programs under whatever debugger is provided in your software environment. MathLink-compatible programs are typically set up to take ...