4621 - 4630 of 8576 for Descartes rule of signsSearch Results
View search results from all Wolfram sites (350121 matches)
Do   (Built-in Mathematica Symbol)
Do[expr, {i_max}] evaluates expr i_max times. Do[expr, {i, i_max}] evaluates expr with the variable i successively taking on the values 1 through i_max (in steps of 1). ...
Eigenvalues   (Built-in Mathematica Symbol)
Eigenvalues[m] gives a list of the eigenvalues of the square matrix m. Eigenvalues[{m, a}] gives the generalized eigenvalues of m with respect to a. Eigenvalues[m, k] gives ...
Floor   (Built-in Mathematica Symbol)
Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.
FoldList   (Built-in Mathematica Symbol)
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
Im   (Built-in Mathematica Symbol)
Im[z] gives the imaginary part of the complex number z.
InverseContinuousWaveletTransform   (Built-in Mathematica Symbol)
InverseContinuousWaveletTransform[cwd] gives the inverse continuous wavelet transform of a ContinuousWaveletData object cwd. InverseContinuousWaveletTransform[cwd, wave] ...
KroneckerProduct   (Built-in Mathematica Symbol)
KroneckerProduct[m_1, m_2, ...] constructs the Kronecker product of the arrays m_i.
LaunchKernels   (Built-in Mathematica Symbol)
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
LogSeriesDistribution   (Built-in Mathematica Symbol)
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
Min   (Built-in Mathematica Symbol)
Min[x_1, x_2, ...] yields the numerically smallest of the x_i. Min[{x_1, x_2, ...}, {y_1, ...}, ...] yields the smallest element of any of the lists.
1 ... 460|461|462|463|464|465|466 ... 858 Previous Next

...