<?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%3AFunc</id>
	<title>TI-BASIC:Func - 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%3AFunc"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Func&amp;action=history"/>
	<updated>2026-06-07T06:03:33Z</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:Func&amp;diff=957&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:Func&amp;diff=957&amp;oldid=prev"/>
		<updated>2016-02-24T18:27:16Z</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=FUNC.GIF&lt;br /&gt;
|summary=Enables function graphing mode.&lt;br /&gt;
|syntax=Func&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 Func.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Func command enables [[TI-BASIC:Graphing_Mode#function|function]] graphing mode. This is usually unnecessary in a program, but if you want to graph a Y# equation, you&amp;#039;d want to make sure the calculator is in function mode first.&lt;br /&gt;
&lt;br /&gt;
In function mode, you can graph equations where y (the vertical coordinate) is a function of x (the horizontal coordinate). This mode is most commonly discussed in algebra and single-variable calculus courses. Many curves, such as a parabola, have simple expressions when written in the form y=f(x).&lt;br /&gt;
&lt;br /&gt;
However, in function mode, many expressions cannot be graphed at all. For example, a circle can&amp;#039;t be easily graphed in function mode, since for some x-values, there are two y-values. Using two functions, you can achieve a circle, but it will still require a friendly graphing window to display perfectly.&lt;br /&gt;
&lt;br /&gt;
Many calculator features are specifically targeted at function mode graphing. For example, two graphing styles (see [[TI-BASIC:Graphstyle|GraphStyle(]]) can be only used with function mode. The [[TI-BASIC:Drawf|DrawF]] command draws a function in graphing mode.&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 function mode are:&lt;br /&gt;
&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;
* &amp;#039;&amp;#039;&amp;#039;Xres&amp;#039;&amp;#039;&amp;#039; -- Determines the pixel distance between points used for graphing. This is a value 1-8: 1 for best quality, 8 for best speed.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Param|Param]]&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>