Difference between revisions of "Conic 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 )
(Add Conic(list))
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|conic}}
{{command|conic}}
+
; Conic( <Point>, <Point>, <Point>, <Point>, <Point> )
; Conic[Point A, Point B, Point C, Point D, Point E]
+
:Returns a conic section through the five given points.
: Returns a conic section through the five given points ''A'', ''B'', ''C'', ''D'', and ''E''.
+
:{{example|1=<code><nowiki>Conic((0, -4), (2, 4), (3,1), (-2,3), (-3,-1))</nowiki></code> yields ''151x² - 37x y + 72y² + 14x - 42y = 1320 ''.}}
: {{Note| If four of the points lie on one line the conic section is not defined.}}
+
: {{Note| If four of the points lie on one line, then the conic section is not defined.}}
;Conic[ <Number a>, <Number b>, <Number c>, <Number d>, <Number e>, <Number f> ]
 
:Returns a conic section <math>a\cdot x^2+b\cdot y^2+c+d\cdot x\cdot y+e\cdot x+f\cdot y=0</math>.
 
  
{{Note| See also [[Conic through Five Points Tool|Conic through Five Points]] tool and [[Coefficients Command]].}}
+
;Conic( <Number a>, <Number b>, <Number c>, <Number d>, <Number e>, <Number f> )
 +
:Returns a conic section <math>a\cdot x^2+d\cdot xy+b\cdot y^2+e\cdot x+f\cdot y=-c</math>.
 +
:{{example|1=<code><nowiki>Conic(2, 3, -1, 4, 2, -3)</nowiki></code> yields '' 2x² + 4x y + 3y² + 2x - 3y = 1 ''.}}
 +
 
 +
;Conic( <List> )
 +
:Returns a conic section <math>a\cdot x^2+d\cdot xy+b\cdot y^2+e\cdot x+f\cdot y=-c</math>.
 +
:{{example|1=<code><nowiki>Conic({2, 3, -1, 4, 2, -3})</nowiki></code> yields '' 2x² + 4x y + 3y² + 2x - 3y = 1 ''.}}
 +
 
 +
{{Note| See also [[File:Mode conic5.svg|link=|24px]] [[Conic through 5 Points Tool|Conic through 5 Points]] tool and [[Coefficients Command|Coefficients]] command.}}

Latest revision as of 14:37, 22 February 2021


Conic( <Point>, <Point>, <Point>, <Point>, <Point> )
Returns a conic section through the five given points.
Example: Conic((0, -4), (2, 4), (3,1), (-2,3), (-3,-1)) yields 151x² - 37x y + 72y² + 14x - 42y = 1320 .
Note: If four of the points lie on one line, then the conic section is not defined.
Conic( <Number a>, <Number b>, <Number c>, <Number d>, <Number e>, <Number f> )
Returns a conic section a\cdot x^2+d\cdot xy+b\cdot y^2+e\cdot x+f\cdot y=-c.
Example: Conic(2, 3, -1, 4, 2, -3) yields 2x² + 4x y + 3y² + 2x - 3y = 1 .


Conic( <List> )
Returns a conic section a\cdot x^2+d\cdot xy+b\cdot y^2+e\cdot x+f\cdot y=-c.
Example: Conic({2, 3, -1, 4, 2, -3}) yields 2x² + 4x y + 3y² + 2x - 3y = 1 .


Note: See also Mode conic5.svg Conic through 5 Points tool and Coefficients command.
© 2024 International GeoGebra Institute