Difference between revisions of "Polar 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 )
 
(6 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}}
+
;Polar( <Point>, <Conic> )
; Polar[Point, Conic]: Creates the polar line of the given point relative to the conic section.  
+
:Creates the polar line of the given point relative to the conic section.  
 +
:{{Example|1=<code>Polar((0,2), y = x^2 - 3x + 5)</code> creates the line 1.5''x'' + 0.5''y'' = 4}}
 +
{{Note| See also [[File:Mode polardiameter.svg|link=|24px]] [[Polar or Diameter Line Tool|Polar or Diameter Line]] tool.}}
  
{{Note| See also [[Image:Tool Polar_or_Diameter_Line.gif]] [[Polar or Diameter Line Tool|Polar or Diameter Line]] tool.}}
+
 
 +
;Polar(<Line>, <Conic>)
 +
:Creates the pole, given a polar line and a conic.
 +
:{{Example|1=<code>Polar(1.5x+0.5y=4, y = x^2 - 3x + 5)</code> creates the point ''(0, 2)''}}

Latest revision as of 08:21, 7 May 2021


Polar( <Point>, <Conic> )
Creates the polar line of the given point relative to the conic section.
Example: Polar((0,2), y = x^2 - 3x + 5) creates the line 1.5x + 0.5y = 4
Note: See also Mode polardiameter.svg Polar or Diameter Line tool.


Polar(<Line>, <Conic>)
Creates the pole, given a polar line and a conic.
Example: Polar(1.5x+0.5y=4, y = x^2 - 3x + 5) creates the point (0, 2)
© 2024 International GeoGebra Institute