Description
This option accepts a Boolean value. Set this to false if you don't want to get the certification message from MathMode.
i1 : f = toMap vars(QQ[x_0..x_2]);
o1 : RingMap QQ[x ..x ] <--- QQ[x ..x ]
0 2 0 2
|
i2 : isBirational(f,MathMode=>true)
MathMode: output certified!
o2 = true
|
i3 : isBirational(f,MathMode=>true,Verbose=>false)
o3 = true
|