rationalMap X <==> multirationalMap {rationalMap ideal X}
rationalMap(X,a) <==> multirationalMap {rationalMap(ideal X,a)}
rationalMap(X,a,b) <==> multirationalMap {rationalMap(ideal X,a,b)}
multirationalMap f <==> multirationalMap {f}
|
|
|
|
|
|
|
|
If you want to consider $X$ as a subvariety of another multi-projective variety $Y$, you may use the command X_Y. For instance, rationalMap(X_Y,a) returns the rational map from $Y$ defined by a basis of the linear system $|H^0(Y,\mathcal{I}_{X\subseteq Y}(a))|$ (basically, this is equivalent to trim((rationalMap(X,a))|Y)).
|
|
|
The source of this document is in MultiprojectiveVarieties.m2:3725:0.