NDSolve::lsopt
SetOptions::optf
Set::setraw SetDelayed::setraw UpSet::setraw UpSetDelayed::setraw TagSet::setraw TagSetDelayed::setraw
This tutorial shows a number of examples of the use of Mathematica for computations that involve linear algebra. Certain sparse matrix techniques try to reorder the matrix so ...
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 ...
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 ...
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, FindDivisions has been added to the built-in Mathematica kernel.
As of Version 7.0, DesignMatrix is part of the built-in Mathematica kernel.
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 ...