SymmetricMatrix<T>.GetDeterminant Method

Calculates the determinant of the symmetric matrix underlying this system of equations.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override T GetDeterminant()

Return Value

T
The determinant of the SymmetricMatrix<T>.

Remarks

A system of simultaneous linear equations has a unique solution if its determinant is not equal to zero.

See Also