Polar 命令

Polar( <Point>, <Conic> )

创建给定点相对于圆锥曲线的极线。

Polar((0,2), y = x^2 - 3x + 5) 创建直线 1.5 x + 0.5 y = 4

另请参阅 Mode polardiameter.svg Polar_or_Diameter_Line 工具。

Polar(<Line>, <Conic>)

给定极线和圆锥曲线,创建极点。

Polar(1.5x+0.5y=4, y = x^2 - 3x + 5) 创建点 (0, 2)