Question: Minors of a matrix

Let's say you have a m times n matrix and you want to ask Maple to computes all of its p minors (p smaller than minimum of m and n). Is there any prepared command for it at Maple? I can write a procedure myself, I just want to know if there is a command in Maple or not. The minor command in LinearAlgebra package is just computing determinant of a square matrix after removing a given row and a given column which is not what I'm talking about.

Please Wait...