35 public override string[]
Aliases =>
new string[] {
"det" };
52 if (M2 is
null ||
Rank < N || Factor is
null)
Script runtime exception.
Class managing a script expression.
override string FunctionName
Name of the function
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function.
Determinant(ScriptNode Argument, int Start, int Length, Expression Expression)
Determinant(x)
Base class for funcions of one variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of commutative ring with identity elements.
Basic interface for all types of elements.
Basic interface for matrices.
IMatrix Reduce(bool Eliminate, bool BreakIfZero, out int Rank, out ICommutativeRingWithIdentityElement Factor)
Reduces a matrix.