Difference between revisions of "Parabola Command"

From GeoGebra Manual
Jump to: navigation, search
m
(command syntax: changed [ ] into ( ))
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|conic}}
{{command|conic}}
+
; Parabola( <Point>, <Line> )
; Parabola[ <Point>, <Line> ]
+
:Returns a parabola with focal point and the line as directrix.  
:Returns a parabola with focal point ''F'' and directrix ''g''.  
+
:{{example|1=Let a = Line((0,1), (2,1)).  <code><nowiki>Parabola((3, 3), a)</nowiki></code> yields '' x² - 6x - 4y = -17 ''.}}
:{{example|1=Let a = Line[(0,1), (2,1)].  <code><nowiki>Parabola[(3, 3), a]</nowiki></code> yields '' x² - 6x - 4y = -17 ''.}}
+
{{Note| See also [[File:Mode parabola.svg|link=|24px]] [[Parabola Tool|Parabola]] tool .}}
{{Note| See also [[Image:Mode parabola.png]] [[Parabola Tool|Parabola]] tool .}}
 

Latest revision as of 16:36, 4 October 2017

© 2024 International GeoGebra Institute