Factorl:

Path: Math/Linear

% Computes the factorial matrix for a matrix.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   s = Factorl( n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   n           (:,:)  Integer

   -------
   Outputs
   -------
   s           (:,:)  n!

--------------------------------------------------------------------------

Back to the Math Module page