The solutions to many second-order ODEs can be expressed in terms of special functions. Solutions to certain higher-order ODEs can also be expressed using AiryAi, BesselJ, ...
PolyGamma[z] gives the digamma function \[Psi](z). PolyGamma[n, z] gives the n\[Null]^th derivative of the digamma function \[Psi] (n) (z).
NSolve
(Built-in Mathematica Symbol) NSolve[expr, vars] attempts to find numerical approximations to the solutions of the system expr of equations or inequalities for the variables vars. NSolve[expr, vars, ...
GraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
ListPointPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a 3D scatter plot of points with coordinates {x_i, y_i, z_i}. ListPointPlot3D[array] generates a 3D scatter ...
EllipsoidQuantile[matrix, q] gives the ellipsoidal locus of the q\[Null]^th quantile of matrix.EllipsoidQuantile[matrix, {q_1, q_2, ...}] gives ellipsoidal loci for multiple ...
Mathematica 8 adds a number of new areas for visualization, including statistical, financial, wavelet, and control-related visualizations. These areas all provide a high ...
Bit
(Mathematica Import/Export Format) Uniform sequence of bits. Binary data format.
C
(Mathematica Import/Export Format) C programming language. General purpose implementation language for computer systems and applications. Developed at Bell Telephone Laboratories in 1972.
Uniform sequence of IEEE double-precision complex numbers. Binary data format.