<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — use of min function in animation]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=24</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=24&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in use of min function in animation.]]></description>
		<lastBuildDate>Tue, 06 Oct 2009 06:23:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: use of min function in animation]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=49#p49</link>
			<description><![CDATA[<p>If I understand you correctly, you want to show something like <em>b=5</em>. Every time you use the %() syntax you get one value. So to get something like <em>b=5</em> you need to write it as <em>b=%(min(a, 2a-3))</em>.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Tue, 06 Oct 2009 06:23:33 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=49#p49</guid>
		</item>
		<item>
			<title><![CDATA[use of min function in animation]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=48#p48</link>
			<description><![CDATA[<p>Suppose my parameter is a, initally defined =0<br />in animation, suppose I want to show the changing values of min (a,2a-3)<br />In label I type b=min(%(a),%(2a-3).<br />It will not display the changing value of b in animation.<br />I assume, b=min(%(a),%(2a-3) is not typed in the right format.</p><p>By the way, your program is wonderful. In my class I showed an animation of changing value of delta with changing value of epsilon in limit of a function.</p><p>i have two values of deltas, I want to show the min of these two in my animation.<br />Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (bahaud)]]></author>
			<pubDate>Tue, 06 Oct 2009 02:24:39 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=48#p48</guid>
		</item>
	</channel>
</rss>
