Implizite Darstellung

f(x,y)=0

Beispiel 1: Kreis x^2+y^2=r^2, (x-m)^2+(y-n)^2=r^2

> with(plots):

> implicitplot(x^2+y^2-4,x=-3..3,y=-3..3,scaling=constrained);

[Maple Plot]

Beispiel 2: Pascalschnecke (x^2+y^2-b*x)^2-a^2*(x^2+y^2)=0

> implicitplot((x^2+y^2-4*x)^2-4*(x^2+y^2),x=-1..6,y=-5..5,numpoints=5000,scaling=constrained);

[Maple Plot]