As of Version 7.0, PartialSumOfSquares has become a property of LinearModelFit.
FindMinimum::cvmit FindMaximum::cvmit FindFit::cvmit FindRoot::cvmit
Introduction Matrix and Tensor Operations Working with Sparse Arrays
As of Version 7.0, NonlinearRegress has been superseded by NonlinearModelFit and is part of the built-in Mathematica kernel.
Some of the functionality of the World Plotting Package is now available in CountryData.
Displaying a map. To make a map of an entire continent, you can give the name of the continent in place of the list of country names. Thus, for example, WorldPlot[Oceania] is ...
Mathematica has a broad range of functions to support linear algebra operations and to integrate them into the system. It can work with vectors, matrices, and tensors that ...
This tutorial covers issues related to performance. One of the challenges of building Mathematica is to make sure that the system is general enough to support symbolic ...
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 ...
The built-in function FindFit allows you to perform nonlinear least squares fitting. The function NonlinearRegress gives a number of regression diagnostics and allows you to ...