Show::shx
As of Version 6.0, ContourGraphics has been superseded by GraphicsComplex and related functionality.
As of Version 6.0, DensityGraphics has been superseded by GraphicsComplex and related functionality.
As of Version 6.0, SurfaceGraphics has been superseded by GraphicsComplex and related functionality.
This tutorial reviews the functions that Mathematica provides for building and working with matrices, vectors, and tensors. It focuses on functions that are specific to ...
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
As of Version 7.0, FourierSeries is part of the built-in Mathematica kernel.
As of Version 7.0, FourierTrigSeries is part of the built-in Mathematica kernel.
In Version 6, ListIntegrate has been superseded by Integrate[Interpolation[data, InterpolationOrder -> k][x], {x, Max[x_c], Min[x_c]}], for data = {{x_1, y_1}, ..., {x_n, ...
As of Version 6.0, NIntegrate natively supports InterpolatingFunction objects.