phc[drawPaths] - draws the continuation paths
drawPaths(L,S)
Parameters
L - a list of lists of solutions records (usually produced by phc[track])
S - a polynomial system
Return value
R - a list of plots of the projections of the paths.
| > | with(phc): setPHCloc("C:\\PHCmaple"): |
| > | T := makeSystem([x,y], [], [x^2+y^2-1, y^3+x^3-1]): |
| > | S := makeSystem([x,y], [], expand((1+I)*[x^2-1, y^3-1])): |
| > | rt := evalf(-0.5+sqrt(3)/2*I): # principal cubic root of 1 |
| > | startSolutions := [makeSolution([1,1]), makeSolution([-1,1]), makeSolution([1,rt]), makeSolution([-1,rt]), makeSolution([1,rt^2]), makeSolution([-1,rt^2])]: |
| > | L := track(T,S,startSolutions,20): |
| > | R := drawPaths(L,S): |
| > | for i from 1 to nops(R) do plots[display](R[i], thickness=2); end do; |
Maple
TM is a registered trademark of Waterloo Maple Inc.
Math rendered by
WebEQ