Prints the generators of a subring in a human readable-format.
Polynomials whose net representation is wider than StrWidth characters truncated.
i1 : R = QQ[t_1, t_2]; |
i2 : subR = subring matrix(R, {{t_1^2, t_1*t_2, t_2^2}});
|
i3 : debugPrintGens(subR)
2
p : t
2 2
t t
p : 1 2
3
2
p : t
4 1
|
The object debugPrintGens is a method function with options.