NProduct
Usage
• NProduct[f, i, imin, imax ]给出乘积  的数值近似.
• NProduct[f, i, imin, imax, di ]在乘积中使用一个 di的步长.
Notes
• 参见 NSum的注释.可选项 NSumExtraTerms 和 NSumTerms使用 NProductExtraFactors以及 NProductFactors替换.
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]=
|
|