next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Cremona
::
degrees(RationalMap)
degrees(RationalMap) -- projective degrees of a rational map
Synopsis
Usage:
degrees phi
multidegree phi
Function:
degrees
Inputs:
phi
,
an object of class
RationalMap
Outputs:
a
list
, the list of projective degrees of
phi
Description
This is a shortcut for
projectiveDegrees(phi,MathMode=>true,Verbose=>false)
, see
projectiveDegrees
.