StateSpaceTransform[ss, s_1] transforms the StateSpaceModel object ss using the similarity matrix s_1.StateSpaceTransform[ss, {s_1, s_2}] computes the transformation using ...
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...
General issues about the internal implementation of Mathematica are discussed in "The Internals of Mathematica". Given here are brief notes on particular features. These ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
PrincipalComponents[matrix] transforms elements of matrix into unscaled principal components.
ViewMatrix is an option for Graphics3D and related functions that can be used to specify a pair of explicit homogeneous transformation and projection matrices for 3D ...
Mathematica's matrix operations handle both numeric and symbolic matrices, automatically accessing large numbers of highly efficient algorithms. Mathematica uses ...
Reduce
(Built-in Mathematica Symbol) Reduce[expr, vars] reduces the statement expr by solving equations or inequalities for vars and eliminating quantifiers. Reduce[expr, vars, dom] does the reduction over the ...
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving ...