TNumber.Determinant Method

Computes the determinant of a matrix according to the type of obj.
  • In case of TMatrix calculates the determinant of the matrix.
  • In case of TSystem applies Determinant() to all elements of the system.
  • For any other type of obj throws GeneralException.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Determinant()

Return Value

TNumber
Determinant value(s).

Exceptions

GeneralException Thrown unless the type of obj is TMatrix or TSystem.

See Also