ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.
MatrixExp[m] gives the matrix exponential of m. MatrixExp[m, v] gives the matrix exponential of m applied to the vector v.
MatrixForm[list] prints with the elements of list arranged in a regular array.
SparseArray[{pos_1 -> val_1, pos_2 -> val_2, ...}] yields a sparse array in which values val_i appear at positions pos_i. SparseArray[{pos_1, pos_2, ...} -> {val_1, val_2, ...
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
MathLink allows you to exchange data of any type with external programs. For more common types of data, you simply need to give appropriate :ArgumentTypes: or :ReturnType: ...
The IDA package is part of the SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) developed at the Center for Applied Scientific Computing of Lawrence ...
Consider the matrix differential equation where the initial value y_0 y(0)∈^m×p is given. Assume that y_0^Ty_0I, that the solution has the property of preserving ...
With <<, you can read files that contain Mathematica expressions given in input form. Sometimes, however, you may instead need to read files of data in other formats. For ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...