<?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%3ARectgc</id>
	<title>TI-BASIC:Rectgc - 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%3ARectgc"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Rectgc&amp;action=history"/>
	<updated>2026-04-17T22:17:27Z</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:Rectgc&amp;diff=678&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:Rectgc&amp;diff=678&amp;oldid=prev"/>
		<updated>2016-02-24T18:13:09Z</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=RECTGC.GIF&lt;br /&gt;
|summary=Sets the calculator to display point coordinates using rectangular (Cartesian) coordinates.&lt;br /&gt;
|syntax=RectGC&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 RectGC.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The RectGC (&amp;quot;Rectangular Grid Coordinates&amp;quot;) command (like its opposite, the [[TI-BASIC:Polargc|PolarGC]]) command, affects how the coordinates of a point on the graph screen are displayed. When RectGC is enabled, the coordinates of a point are displayed as (X,Y).&lt;br /&gt;
&lt;br /&gt;
The X and Y coordinates of a point are interpreted as the horizontal and vertical distance from the origin (the point (0,0)) Up and right are positive directions, while down and left are negative. For example, the point (1,-2) -- that is, the point with x-coordinate 1 and y-coordinate -2 -- is one horizontal unit right and two horizontal units down from (0,0).&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. With RectGC enabled, they are stored to X and Y.&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>