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 ...
This tutorial reviews the functions that Mathematica provides for carrying out matrix computations. Further information on these functions can be found in standard ...
Same functionality now provided by ExportString[boxes, {"MathML", "Boxes"}].
Same functionality now provided by ExportString[expr, {"MathML", "Expression"}].
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 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 ...
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 ...