Prints a single RingMap in a human-readable format.
i1 : R = QQ[t_1, t_2]; |
i2 : subR = subring matrix(R, {{t_1^2, t_1*t_2, t_2^2}}); |
i3 : debugPrintMap(subR#"presentation"#"substitution") maps p_0 to p_0 maps p_1 to p_1 maps p_2 to p_1^2 maps p_3 to p_0*p_1 maps p_4 to p_0^2 |
The object debugPrintMap is a method function.