The Interactive Geometry Software Cinderella

Forum: Cinderella Support (E)

Forums->Cinderella Support (E)->Is there a way to plot an implicit function ?->Aw: Is there a way to plot an implicit function ?

Aw: Is there a way to plot an implicit function ?


Dennis,

while there is no direct command to do implicit plots, you can use the colorplot function for this.

For example: if you have points A and B as upper right and lower left corner of the area where you want to see the plot, you can use the following script in the draw section to see an implicit plot of x^2 = y. See also the attached file.

colorplot( (1,0,0),alpha->(.5-abs(#.x^2 - #.y)), A, B, startres->8)


If this does help, I can create a CindyScript function that you can use to plot other equations.

Ulli



attachment ImplicitPlotParabola.cdy (1.28 Kb)
 
on: Fri 02 of Nov, 2007 [16:22 UTC] reads: 5987

Show posts:
 
Language