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

Online Help

All Products    Maple    MapleSim


RegularChains[ChainTools]

  

NumberOfSolutions

  

number of solutions of a regular chain

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

NumberOfSolutions(rc, R)

Parameters

rc

-

regular chain of R

R

-

polynomial ring

Description

• 

The command NumberOfSolutions(rc, R) returns the number of complex solutions of rc.

• 

If rc has a positive dimension, then infinity is returned.

• 

If rc has dimension zero, the number of roots is returned.

• 

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

Examples

withRegularChains:

withChainTools:

RPolynomialRingx,a,b,c

Rpolynomial_ring

(1)

sysax2+bx+c

sysax2+bx+c

(2)

decTriangularizesys,R,output=lazard

decregular_chain,regular_chain

(3)

mapEquations,dec,R

ax2+bx+c,bx+c,a

(4)

mapDimension,dec,R

1,0

(5)

mapNumberOfSolutions,dec,R

,1

(6)

See Also

Dimension

Equations

PolynomialRing

RegularChains

SeparateSolutions

Triangularize