Version

MinorMatrix Method

Returns the (i,j) minor Matrix of x. The (i,j) minor Matrix of x is the result of removing the ith row and jth column of x.
Overload List
OverloadDescription
MinorMatrix(Matrix,Int32,Int32)Returns the (i,j) minor Matrix of x. The (i,j) minor Matrix of x is the result of removing the ith row and jth column of x.  
MinorMatrix(ComplexMatrix,Int32,Int32)Returns the (i,j) minor ComplexMatrix of x. The (i,j) minor ComplexMatrix of x is the result of removing the ith row and jth column of x.  
MinorMatrix(BooleanMatrix,Int32,Int32)Returns the (i,j) minor BooleanMatrix of x. The (i,j) minor BooleanMatrix of x is the result of removing the ith row and jth column of x.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also