481 - 490 of 760 for parallel mapSearch Results
View search results from all Wolfram sites (184797 matches)
Fourier   (Built-in Mathematica Symbol)
Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
Table   (Built-in Mathematica Symbol)
Table[expr, {i_max}] generates a list of i_max copies of expr. Table[expr, {i, i_max}] generates a list of the values of expr when i runs from 1 to i_max. Table[expr, {i, ...
Tuning & Debugging   (Mathematica Guide)
Mathematica's highly optimized architecture makes it easy to create programs that are both elegant and efficient. Its symbolic character lets you immediately run and test ...
Permutations   (Mathematica Tutorial)
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
CompiledFunction   (Built-in Mathematica Symbol)
CompiledFunction[args...] represents compiled code for evaluating a compiled function.
NestWhileList   (Built-in Mathematica Symbol)
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
UniformDistribution   (Built-in Mathematica Symbol)
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
WeibullDistribution   (Built-in Mathematica Symbol)
WeibullDistribution[\[Alpha], \[Beta]] represents a Weibull distribution with shape parameter \[Alpha] and scale parameter \[Beta].WeibullDistribution[\[Alpha], \[Beta], ...
An important subset of optimization problems is constrained nonlinear optimization, where the function is not linear and the parameter values are constrained to certain ...
BSplineFunction   (Built-in Mathematica Symbol)
BSplineFunction[{pt_1, pt_2, ...}] represents a B-spline function for a curve defined by the control points pt_i.BSplineFunction[array] represents a B-spline function for a ...
1 ... 46|47|48|49|50|51|52 ... 76 Previous Next

...