Difference between revisions of "Product"

m (adding doc status category)
Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
   
 
   
 +
= Product(x,I) =
 +
 
Returns the product of all of the elements of X, along the dimension indexed by I.
 
Returns the product of all of the elements of X, along the dimension indexed by I.
  
Line 7: Line 9:
  
 
  Product( X : Array[I] ; I : Index )
 
  Product( X : Array[I] ; I : Index )
 +
 +
= Examples =
 +
 +
:Index I := 1..10
 +
 +
:Product( 1+1/J,J) &rarr; 11
  
 
= See Also =
 
= See Also =

Revision as of 07:56, 7 August 2008


Product(x,I)

Returns the product of all of the elements of X, along the dimension indexed by I.

Declaration

Product( X : Array[I] ; I : Index )

Examples

Index I := 1..10
Product( 1+1/J,J) → 11

See Also

Comments


You are not allowed to post comments.