FunctionInterpolation[expr, {x, x_min, x_max}] evaluates expr with x running from x_min to x_max and constructs an InterpolatingFunction object which represents an ...
Transparency is useful in plots when you need an unobstructed view of multiple components of one plot, or simply want to lighten a single plot component against a white ...
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
KelvinBei[z] gives the Kelvin function bei(z).KelvinBei[n, z] gives the Kelvin function bei_n (z).
KelvinKei[z] gives the Kelvin function kei(z).KelvinKei[n, z] gives the Kelvin function kei_n (z).
InverseWeierstrassP[p, {g_2, g_3}] gives a value of u for which the Weierstrass function \[WeierstrassP] (u; g_2, g_3) is equal to p.
KelvinKer[z] gives the Kelvin function ker(z).KelvinKer[n, z] gives the Kelvin function ker_n (z).
LaguerreL[n, x] gives the Laguerre polynomial L_n (x). LaguerreL[n, a, x] gives the generalized Laguerre polynomial L_n^a(x).
FileBaseName["file"] gives the base name for a file without its extension.
This tutorial describes the principles behind Dynamic, DynamicModule, and related functions, and goes into detail about how they interact with each other and with the rest of ...