PolynomialMapImage - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RegularChains[ConstructibleSetTools]

  

PolynomialMapImage

  

compute the image of a variety under a polynomial map

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

PolynomialMapImage(F, PM, R, S)

PolynomialMapImage(F, H, PM, R, S)

PolynomialMapImage(CS, PM, R, S)

Parameters

F

-

list of polynomials in R

PM

-

list of polynomials in R

R

-

polynomial ring (source)

S

-

polynomial ring (target)

H

-

list of polynomials in R

CS

-

constructible set

Description

• 

The command PolynomialMapImage(F, PM, R, S) returns a constructible set cs which is the image of the variety  under the polynomial map PM.

• 

The command PolynomialMapImage(F, H, PM, R, S) returns a constructible set cs which is the image of the difference of the variety  by the variety  under the polynomial map PM.

• 

The command PolynomialMapImage(CS, PM, R, S) returns a constructible set cs which is the image of the constructible set CS under the polynomial map PM.

• 

Both rings R and S should be over the same base field.

• 

The variable sets of R and S should be disjoint.

• 

The number of polynomials in PM is equal to the number of variables of ring S.

• 

This command is part of the RegularChains[ConstructibleSetTools] package, so it can be used in the form PolynomialMapImage(..) only after executing the command with(RegularChains[ConstructibleSetTools]).  However, it can always be accessed through the long form of the command by using RegularChains[ConstructibleSetTools][PolynomialMapImage](..).

Examples

The following example is related to the Whitney umbrella.

(1)

(2)

(3)

(4)

(5)

(6)

See Also

ConstructibleSet

ConstructibleSetTools

Difference

MakePairwiseDisjoint

Projection

RegularChains

 


Download Help Document