Determinant
[Visual Basic]Overridable Public Function Determinant() As Double
Return Value
det(A)
Exceptions
Exception Type | Condition |
---|---|
ArgumentException | Matrix must be square |
Determinant
det(A)
Exception Type | Condition |
---|---|
ArgumentException | Matrix must be square |