next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
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 Certify.

i1 : f = toMap vars(QQ[x_0..x_2]);

o1 : RingMap QQ[x ..x ] <--- QQ[x ..x ]
                 0   2           0   2
i2 : isBirational(f,Certify=>true)
Certify: output certified!

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

o3 = true

Further information

Functions with optional argument named Verbose :