Previous Up Next

26.16.6  Polar reciprocal

The reciprocation command finds poles and polars.

Example

C:=circle(0,1); P:=point((1+i)/2); L:=line(1,-1+i); RP,RL:=op(reciprocation(C,[P,L]))

Previous Up Next