|
7.7.15.0. qminor
Procedure from library qmatrix.lib (see qmatrix_lib).
- Usage:
- qminor(I,J,n); I,J intvec, n int
- Return:
- poly, the quantum minor of a generic n*n quantum matrix
- Assume:
- I is the ordered list of the rows to consider in the minor,
J is the ordered list of the columns to consider in the minor,
I and J must have the same number of elements,
n is the order of the quantum matrix algebra you are working with (quantMat(n)).
The base ring should be constructed using quantMat .
Example:
See also:
quantMat.
|