Mathematica 9 is now available

NProduct

Usage

NProduct[f,  i, imin, imax ]给出乘积  的数值近似.
NProduct[f,  i, imin, imax, di ]在乘积中使用一个di的步长.


Notes

• 参见 NSum的注释.可选项NSumExtraTermsNSumTerms使用NProductExtraFactors以及NProductFactors替换.
• 参见Mathematica 全书: 1.6.2节, 3.9.1节 and 3.9.4节.
• 相关包: NumericalMath`NLimit`.
Further Examples

This gives approximations to the factorial function.

In[1]:=  

Out[1]=

Here is an exact value that we will use for comparison.

In[2]:=  

The numerical product is not very accurate.

In[3]:=  

Out[3]=

Increasing NProductFactors improves the result.

In[4]:=  

Out[4]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.