RSolve::pdord
This tutorial reviews the functions that Mathematica provides for carrying out matrix computations. Further information on these functions can be found in standard ...
Matrices in Mathematica can be constructed from all the different types of objects that Mathematica holds. They can contain machine-precision real and complex floating-point ...
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.
The built-in function Fit finds a least-squares fit to a list of data as a linear combination of the specified basis functions. The functions Regress and DesignedRegress ...
BestFit
(Obsolete Regression Common Package Symbol) As of Version 7.0, BestFit has become a property of LinearModelFit and NonlinearModelFit.
As of Version 7.0, EigenstructureTable has become a property of LinearModelFit.