372. INVALID @DETERMINANT USAGE.
The @DETERMINANT function returns the determinant value for matrix A. The syntax for @DETERMINANT is:
@DETERMINANT( A);
The A matrix must be dense and cannot be defined on a sparse set, and @DETERMINANT may only be used in a model's calc section.
For more information, refer to the section Matrix Functions.