<?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%3AParam</id>
	<title>TI-BASIC:Param - 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%3AParam"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Param&amp;action=history"/>
	<updated>2026-04-17T18:39:20Z</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:Param&amp;diff=961&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:Param&amp;diff=961&amp;oldid=prev"/>
		<updated>2016-02-24T18:27:29Z</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=PARAM.GIF&lt;br /&gt;
|summary=Enables parametric graphing mode.&lt;br /&gt;
|syntax=Param&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# MODE to access the mode menu.&lt;br /&gt;
# Use arrows to select Par.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Param command enables [[TI-BASIC:Graphing_Mode#parametric|parametric]] graphing mode.&lt;br /&gt;
&lt;br /&gt;
Parametric mode is in many ways a generalization of function mode. Instead of writing y as a function of x, both x and y are written as a function of a parameter t (hence the name, parametric mode). You can easily see that equations in function mode are just a special case of equations in parametric mode: if you set x equal to t, then writing y=f(t) is equivalent to writing y=f(x). Of course, graphing a function this way on a calculator will be slightly slower than doing it in function mode directly, because of the overhead.&lt;br /&gt;
&lt;br /&gt;
Parametric mode allows you the greatest freedom of all the possible graphing modes - nearly every curve you could encounter can be expressed in parametric form. &lt;br /&gt;
&lt;br /&gt;
In mathematics, the parameter t is commonly allowed to take on all values from negative to positive infinity. However, this would be impossible to do on a calculator, since the equation would never stop graphing (unlike function mode, there&amp;#039;s no easy way to check for which values of t the equation will go off the screen and there&amp;#039;s no need to graph it). Instead, the calculator has [[TI-BASIC:System_Variables|window variables]] Tmin, Tmax, and Tstep: it will evaluate the parameter at every value from Tmin to Tmax, increasing by Tstep each time, and &amp;#039;connect the dots&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Polar mode, which you&amp;#039;ll read about in the next section, is also a special case of parametric mode: To graph r=f(θ), you can instead graph x=f(t)cos(t) and y=f(t)sin(t), with t graphed over the same interval as θ.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
The [[TI-BASIC:System_Variables#window|window variables]] that apply to parametric mode are:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tmin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum T-value graphed for equations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tmax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum T-value graphed for equations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tstep&amp;#039;&amp;#039;&amp;#039; -- Determines the difference between consecutive T-values.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xmin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum X-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xmax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum X-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Xscl&amp;#039;&amp;#039;&amp;#039; -- Determines the horizontal space between marks on the X-axis in [[TI-BASIC:Axeson|AxesOn]] mode or dots in [[TI-BASIC:Gridon|GridOn]] mode.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ymin&amp;#039;&amp;#039;&amp;#039; -- Determines the minimum Y-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ymax&amp;#039;&amp;#039;&amp;#039; -- Determines the maximum Y-value shown on the screen.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Yscl&amp;#039;&amp;#039;&amp;#039; -- Determines the vertical space between marks on the Y-axis in [[TI-BASIC:Axeson|AxesOn]] mode or dots in [[TI-BASIC:Gridon|GridOn]] mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Func|Func]]&lt;br /&gt;
* [[TI-BASIC:Polar_Mode|Polar]]&lt;br /&gt;
* [[TI-BASIC:Seq_Mode|Seq]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>