This function executes the alpha test based on the value computed by computeConstants.
i1 : R = QQ[x1,x2,y1,y2]; |
i2 : f = polySystem {3*y1 + 2*y2 -1, 3*x1 + 2*x2 -7/2,x1^2 + y1^2 -1, x2^2 + y2^2 - 1}; |
Input should be a list of Point type objects.
i3 : p = point{{.95,.32,-.30,.95}}; |
i4 : certifySolution(f,{p}) o4 = ({p}, {(.0505356, .00526407, 9.60011)}) o4 : Sequence |
The object certifySolution is a method function.