next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Cremona :: inverseMap(..., Verbose => ...)

inverseMap(..., Verbose => ...)

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 , x ] <--- QQ[x , x , x ]
                 0   1   2           0   1   2
i2 : isBirational(f,MathMode=>true)
MathMode: output certified!

o2 = true
i3 : isBirational(f,MathMode=>true,Verbose=>false)

o3 = true

Further information