Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Calculus /

NProduct

FilledSmallSquare NProduct[f, {i, imin, imax}] gives a numerical approximation to the product .

FilledSmallSquare NProduct[f, {i, imin, imax, di}] uses a step di in the product.

FilledSmallSquare NProduct can be used for products with both finite and infinite limits.

FilledSmallSquare NProduct[f, {i, ... }, {j, ... }, ... ] can be used to evaluate multidimensional products.

FilledSmallSquare NProduct[f, {i, imin, imax}] can be entered as .

FilledSmallSquare can be entered as AliasIndicatorprodAliasIndicator or \[Product].

FilledSmallSquare See also: NSum.

Examples

Using InstantCalculators

Here are the InstantCalculators for the NProduct function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

Out[1]=

In[2]:=

Out[2]=

In[3]:=

Out[3]=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the NProduct Function Controller.

This gives approximations to the factorial function.

In[4]:=

Out[4]=

Ordinary Mathematical Notation

This gives approximations to the factorial function.

In[5]:=

Out[5]=



ja