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

Online Help

All Products    Maple    MapleSim


RootFinding

  

Homotopy

  

find numerical approximations to roots of systems of polynomial equations

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

Homotopy(eqns, options)

Parameters

eqns

-

set or list of polynomials

options

-

(optional) equations of the form option=value where option is one of MaxPredictorSteps, MinimumStepSize, or Tolerance; control solution method

Description

• 

The Homotopy(eqns, options) function finds isolated non-repeated roots of square systems of polynomial equations (that is, the zeros of the polynomials in eqns), returning them as a list.

  

Homotopy attempts to find all isolated multiplicity one roots for the system of equations that are not part of a solution manifold.

• 

The basic concepts used by the algorithm are straightforward.

  

Computation of the roots is by a homotopy, which is a continuous map from a set of known solutions to the solutions of the input system. The known solutions are generated by Homotopy from a simple random start system.

  

For an input system p1x1,x2,,xn,,pnx1,x2,,xn and automatically generated random start system q1x1,,qnxn, this map is of the form Hx,t=11t2p1x1,x2,,xn1t2q1x1,,11t2pnx1,x2,,xn1t2qnxn, which is called the homotopy system. When t=0, solutions of Hx,0 are solutions of the generated system, and when t=1, solutions of Hx,1 are solutions of the input system.

  

Once this map is created, then follow each path from a known solution to a possible solution of the input system by varying t from 0 to 1.

  

Homotopy then differentiates the homotopy system, turning the problem into the integration of an ODE system over t=0..1. The path is then followed by discrete steps, using an ODE solution method as a predictor for each step, and an application of Newton's method as a corrector for each step, thus ensuring the computed solution stays on the path.

• 

Potential difficulties include paths that are close at some time, or isolated roots that are close. The default for Homotopy is to compute the roots that it can obtain easily, and stop for more expensive roots indicating that the computation becomes too difficult for the current settings. These settings can be controlled through a number of options.

• 

MaxPredictorSteps = M controls the maximum number of steps taken from t=0..1, and by default has a value of M=400. As an option, M must be in the range 10...

• 

MinimumStepSize = m controls the smallest step that can be taken on any path before abandoning it. The default value is 1.×10−7, but can be set in the range 1.×10−9..0.001. The smaller the value, the harder Homotopy works.

• 

Tolerance = tol is used as a partial criterion throughout the computation of a path for when the correction steps have sufficiently converged. It also has a second purpose, which is to provide a strict limit for the accuracy of the output isolated roots, in that these should satisfy the normalized input polynomials (that is, each polynomial is divided by the modulus of its largest coefficient) to within a maximum error of tol. The default value is 1.×10−8, but it can be set in the range 1.×10−14..0.0001. There is an additional constraint that the tolerance value tol must be smaller than 1/10 the minimum step size m.

• 

In summary, the default settings are sufficient for many problems, but for difficult problems a combination of increasing the maximum number of predictor steps and decreasing the minimum step size and tolerance may produce the desired solutions when the default values are insufficient.

• 

In addition, for cases in which only a few solutions are needed, these can be obtained more efficiently by increasing the minimum step size and tolerance.

Examples

withRootFinding

Analytic,AnalyticZerosFound,BivariatePolynomial,EnclosingBox,EvaluateAtRoot,HasRealRoots,Homotopy,Isolate,NextZero,Parametric,RefineRoot,WitnessPoints

(1)

Intersection points of a hyperbola and circle:

Homotopy25xy11,x2+y21

x=−0.51236037930.I,y=−0.8587705408+0.I,x=−0.85877054150.I,y=−0.5123603786+0.I,x=0.8587705415+0.I,y=0.51236037860.I,x=0.5123603793+0.I,y=0.85877054080.I

(2)

Random system:

sysrandpolyu,v,degree=2,randpolyu,v,degree=3

sys62u2+97uv73v256u+87,71u317uv2+80u244v2+62u82v

(3)

sols1Homotopysys

sols1u=−0.21400653400.7500992223I,v=−1.4061796760.6741681736I,u=0.84684753650.I,v=1.0622431470.I,u=−0.2140065344+0.7500992219I,v=−1.406179676+0.6741681732I,u=−1.069439412+0.I,v=−1.953758199+0.I,u=−1.0645446290.8455148939I,v=0.64874410500.5933444492I,u=−1.064544629+0.8455148939I,v=0.6487441050+0.5933444492I

(4)

foriinsols1doevalf20evalsys,ienddo

−6.465266131×10−82.0357009682×10−8I,3.6448225044×10−8+1.8841671843×10−8I

−4.9664346603×10−8+0.I,3.20577096702×10−7+0.I

4.75657086×10−9+1.0616556201×10−8I,8.1478504576×10−81.5266867773×10−8I

−1.770939873×10−8+0.I,−1.358429716×10−8+0.I

1.21639664×10−9+1.31210215858×10−7I,6.664198762×10−8+2.3924219086×10−8I

1.21639664×10−91.31210215858×10−7I,6.664198762×10−82.3924219086×10−8I

(5)

Tighter tolerance:

sols2Homotopysys,Tolerance=1.×10−12

sols2u=−0.2140065347+0.7500992219I,v=−1.406179677+0.6741681731I,u=−1.064544629+0.8455148939I,v=0.6487441050+0.5933444492I,u=−1.069439412+0.I,v=−1.953758199+0.I,u=0.84684753560.I,v=1.062243147+0.I,u=−0.21400653470.7500992219I,v=−1.4061796770.6741681731I,u=−1.0645446290.8455148939I,v=0.64874410500.5933444492I

(6)

foriinsols2doevalf20evalsys,ienddo

−5.5873201710×10−8+2.33098301×10−10I,−1.333952708×10−88.54076131×10−10I

1.21639664×10−91.31210215858×10−7I,6.664198762×10−82.3924219086×10−8I

−1.770939873×10−8+0.I,−1.358429716×10−8+0.I

2.510011687×10−9+0.I,2.2617168569×10−80.I

−5.5873201710×10−82.33098301×10−10I,−1.333952708×10−8+8.54076131×10−10I

1.21639664×10−9+1.31210215858×10−7I,6.664198762×10−8+2.3924219086×10−8I

(7)

References

  

Allgower, E.L., and Georg, K.  "Numerical path following." Handbook of Numerical Analysis, Vol. 5. North-Holland, 1997.

  

Verschelde, J. "Algorithm 795: PHCpack: A general-purpose solver for polynomial systems by homotopy continuation." Transactions on Mathematical Software, Vol. 25, No. 2 (1999): 251-276.

See Also

dsolve

evalf

fsolve

Groebner[Solve]

LinearAlgebra[LinearSolve]

randpoly

RootFinding

RootFinding[BivariatePolynomial]

solve