Given a one row matrix of polynomials, prints each entry in human-readable format.
Polynomials whose net representation is wider than StrWidth characters truncated.
i1 : R = QQ[t_1, t_2]; |
i2 : debugPrintMat(matrix {{t_1^2, t_1*t_2, t_2^2}}) 2 0: t 1 t t 1: 1 2 2 2: t 2 |
The object debugPrintMat is a method function with options.