IsSing:

Path: Math/Trigonometry

% Outputs 0 if the matrix is singular

   Since version 1.
--------------------------------------------------------------------------
   yes = IsSing( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a            Matrix

   -------
   Outputs
   -------
   yes          0 if matrix is singular

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

Back to the Math Module page