[AB04] Abell, M. L. and J. P. Braselton. Differential Equations with Mathematica. (3rd ed.) Elsevier Academic Press, 2004. [A89] Abramov, S. A. "Rational Solutions of Linear ...
DSolve returns a general solution for a problem if no initial or boundary conditions are specified. The general solution to this equation is returned. However, if initial or ...
Text strings. The quotes are not included in standard Mathematica output form. In input form, the quotes are included.
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
LayeredGraphPlot attempts to draw the vertices of a graph in a series of layers, placing dominant vertices at the top, and vertices lower in the hierarchy progressively ...
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...