<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>requesting a function</title>
		<link>http://tibasicdev.wikidot.com/forum/t-595437/requesting-a-function</link>
		<description>Posts in the discussion thread &quot;requesting a function&quot; - I would like to request a function in a program to be used later in the program.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 15:48:23 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-595437#post-1628546</guid>
				<title>Re: requesting a function</title>
				<link>http://tibasicdev.wikidot.com/forum/t-595437/requesting-a-function#post-1628546</link>
				<description></description>
				<pubDate>Tue, 27 Nov 2012 00:06:27 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Try something like this:</p> <div class="code"> <pre><code>Input &quot;f(x,y)&quot;,f ;Now f is the function in terms of x and y Input &quot;x&quot;,x ;input an X value Input &quot;y&quot;,y ;Input a Y value Disp f ;This will evaluate f</code></pre></div> <p>I hope that helps!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-595437#post-1628467</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-595437/requesting-a-function#post-1628467</link>
				<description></description>
				<pubDate>Mon, 26 Nov 2012 22:39:59 +0000</pubDate>
				<wikidot:authorName>Rich</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Sorry&#8230;. This is for a TI-89, someone in another forum showed me how to do it on an 84, but their method doesn't work for 89</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-595437#post-1628464</guid>
				<title>requesting a function</title>
				<link>http://tibasicdev.wikidot.com/forum/t-595437/requesting-a-function#post-1628464</link>
				<description></description>
				<pubDate>Mon, 26 Nov 2012 22:38:13 +0000</pubDate>
				<wikidot:authorName>Rich</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I posted this in a different forum so if you are seeing it for the second time I apologize, someone suggested I post it here as well.<br /> I would like to prompt, input, request (or whatever) a function, store it as y1(x) (doesn't have to be y1(x) could be a(x) or anything else) and use the function later in a program. Here is an example although it clearly does not work.</p> <p>Input &quot;f(x)&quot;,f<br /> f→ f(x,y)<br /> Input &quot;x&quot;,a<br /> Input &quot;y&quot;,b<br /> Disp f(a,b)<br /> Pause</p> <p>The program will use two variables at most so no need to start using matrices. Any suggestions appreciated, I am fairly new to TI Basic so you might have to walk me though!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>