Difference between revisions of "ImplicitCurve Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|function}}
 
{{command|function}}
;ImplicitCurve[<List of Points>]
+
;ImplicitCurve[ <List of Points> ]
 
:Creates [[Curves|implicit curve]] through given set of points. The length of the list must be <math>\frac{n(n+3)}2</math> for implicit curve of degree <math>n</math>.
 
:Creates [[Curves|implicit curve]] through given set of points. The length of the list must be <math>\frac{n(n+3)}2</math> for implicit curve of degree <math>n</math>.
;ImplicitCurve[<f(x,y)>]
+
;ImplicitCurve[ <f(x,y)> ]
 
:Creates the [[Curves|implicit curve]] f(x,y) = 0. Currently f(x,y) must be a polynomial in x and y.
 
:Creates the [[Curves|implicit curve]] f(x,y) = 0. Currently f(x,y) must be a polynomial in x and y.

Revision as of 10:52, 22 March 2013



ImplicitCurve[ <List of Points> ]
Creates implicit curve through given set of points. The length of the list must be \frac{n(n+3)}2 for implicit curve of degree n.
ImplicitCurve[ <f(x,y)> ]
Creates the implicit curve f(x,y) = 0. Currently f(x,y) must be a polynomial in x and y.
© 2024 International GeoGebra Institute