WeberE
(Built-in Mathematica Symbol) WeberE[\[Nu], z] gives the Weber function E \[Nu] (z).WeberE[\[Nu], \[Mu], z] gives the associated Weber function E_\[Nu]^\[Mu](z).
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
Picking out elements of lists. We will use this list for the examples. Here is the last element of t.
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1).HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
TraditionalForm differs from StandardForm, the default format for input and output. It is important to understand that TraditionalForm expressions cannot always be provided ...
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).