SpheroidalS2Prime[n, m, \[Gamma], z] gives the derivative with respect to z of the radial spheroidal function S_n^m, (2)(\[Gamma], z) of the second kind.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
TopHatTransform[image, ker] gives the morphological top-hat transform of image with respect to structuring element ker.TopHatTransform[image, r] gives the top-hat transform ...
Unique
(Built-in Mathematica Symbol) Unique[] generates a new symbol, whose name is of the form $nnn. Unique[x] generates a new symbol, with a name of the form x$nnn. Unique[{x, y, ...}] generates a list of new ...
WindowTitle is an option that specifies the title to give for a window.
$BaseDirectory gives the base directory in which systemwide files to be loaded by Mathematica are conventionally placed.
$UserBaseDirectory gives the base directory in which user-specific files to be loaded by Mathematica are conventionally placed.
When you see a two-dimensional expression on the screen, you can edit it much as you would edit text. You can for example place your cursor somewhere and start typing. Or you ...
When you execute a command like NotebookWrite[obj,data] the actual operation of inserting data into your notebook is performed in the front end. Normally, however, the kernel ...