next up previous contents index
suivant: 3D implicit surface monter: Implicit graph: plotimplicit implicitplot précédent: Implicit graph: plotimplicit implicitplot   Table des matières   Index


2D implicit curve

It is possible to add two arguments to specify the discretisation steps for x and y with xstep=... and ystep=....
Input :
plotimplicit(x^2+y^2-1,x,y)
Or :
plotimplicit(x^2+y^2-1,x,y,unfactored)
Output :
The unit circle
Input :
plotimplicit(x^2+y^2-1,x,y,xstep=0.2,ystep=0.3)
Or :
plotimplicit(x^2+y^2-1,[x,y],xstep=0.2,ystep=0.3)
Or :
plotimplicit(x^2+y^2-1,[x,y], xstep=0.2,ystep=0.3,unfactored)
Output :
The unit circle
Input :
plotimplicit(x^2+y^2-1,x=-2..2,y=-2..2, xstep=0.2,ystep=0.3)
Output :
The unit circle



giac documentation written by Renée De Graeve and Bernard Parisse