<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3APolargc</id>
	<title>TI-BASIC:Polargc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3APolargc"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Polargc&amp;action=history"/>
	<updated>2026-04-19T02:16:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Polargc&amp;diff=1089&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Polargc&amp;diff=1089&amp;oldid=prev"/>
		<updated>2016-02-24T18:34:04Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=POLARGC.GIF&lt;br /&gt;
|summary=Sets the calculator to display point coordinates using polar coordinates.&lt;br /&gt;
|syntax=PolarGC&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd FORMAT to access the graph format screen&lt;br /&gt;
# Use arrows and ENTER to select PolarGC.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The PolarGC (&amp;quot;Polar Grid Coordinates&amp;quot;) command (like its opposite, the [[TI-BASIC:Rectgc|RectGC]]) command, affects how the coordinates of a point on the graph screen are displayed. When PolarGC is enabled, the coordinates of a point are displayed as (R,θ).&lt;br /&gt;
&lt;br /&gt;
The polar coordinates of a point can be interpreted as the distance R it is away from the origin (0,0), and the direction θ. θ is the angle that a ray to the point would make with the positive X-axis (so polar coordinates are affected by [[TI-BASIC:Degree_Mode|Degree]]/[[TI-BASIC:Radian_Mode|Radian]] mode). An angle of 0 means the point is to the left of the origin; an angle of 90° (π/2 radians) means it&amp;#039;s up from the origin, and so on. So, for example, the point with R=2 and θ=270° (3π/2 radians) would be two units down from the origin.&lt;br /&gt;
&lt;br /&gt;
Of course, coordinates are only displayed with the [[TI-BASIC:Coordon|CoordOn]] setting; however, with [[TI-BASIC:Coordoff|CoordOff]], RectGC and PolarGC are still useful, because in a variety of cases, the coordinates of a point are also stored to variables. PolarGC doesn&amp;#039;t change the fact that they&amp;#039;re stored to X and Y, as with RectGC; however, with PolarGC, they are also stored to R and θ.&lt;br /&gt;
&lt;br /&gt;
Although the PolarGC command naturally goes with [[TI-BASIC:Polar_Mode|Polar]] graphing mode, the two settings are independent; you can use both PolarGC and RectGC with any graphing mode.&lt;br /&gt;
&lt;br /&gt;
= Advanced =&lt;br /&gt;
&lt;br /&gt;
The following situations involve storing coordinates of a point to variables:&lt;br /&gt;
* Graphing an equation&lt;br /&gt;
* Tracing an equation or plot&lt;br /&gt;
* Moving the cursor on the graph screen&lt;br /&gt;
* Using the interactive mode of one of the 2nd DRAW commands&lt;br /&gt;
* Using one of [[TI-BASIC:Drawf|DrawF]], [[TI-BASIC:Drawinv|DrawInv]], or [[TI-BASIC:Tangent|Tangent(]]&lt;br /&gt;
* Anything in the 2nd CALC menu.&lt;br /&gt;
&lt;br /&gt;
Naturally, any command like [[TI-BASIC:Input|Input]] or [[TI-BASIC:Select|Select(]] which involves the above, will also store coordinates of a point.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Polargc|PolarGC]]&lt;br /&gt;
* [[TI-BASIC:Coordon|CoordOn]]&lt;br /&gt;
* [[TI-BASIC:Coordoff|CoordOff]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>