Insert
(Built-in Mathematica Symbol) Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
$ControlActiveSetting is a symbol whose value is True if it is evaluated while a control is active, or in certain other previewing situations.
NetCDF
(Mathematica Import/Export Format) MIME type: application/x-netcdf NetCDF data file format. Self-describing format for exchanging scientific data. Used in atmospheric research, GIS, and related fields. NetCDF ...
Some basic matrix operations. Transposing a matrix interchanges the rows and columns in the matrix. If you transpose an m×n matrix, you get an n×m matrix as the result. ...
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
KelvinBei[z] gives the Kelvin function bei(z).KelvinBei[n, z] gives the Kelvin function bei_n (z).
KelvinBer[z] gives the Kelvin function ber(z).KelvinBer[n, z] gives the Kelvin function ber_n (z).
KelvinKei[z] gives the Kelvin function kei(z).KelvinKei[n, z] gives the Kelvin function kei_n (z).
KelvinKer[z] gives the Kelvin function ker(z).KelvinKer[n, z] gives the Kelvin function ker_n (z).
Method
(Built-in Mathematica Symbol) Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.