MMatrixAlg Method

Algebraic matrix complement.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public MItem Alg(
	int row,
	int col
)

Parameters

row  Int32
Row number.
col  Int32
Column number.

Return Value

MItem
Result of the operation.

See Also