<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — Suggestion: support graphing families of functions]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=907</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=907&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Suggestion: support graphing families of functions.]]></description>
		<lastBuildDate>Sun, 13 Apr 2014 08:35:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Suggestion: support graphing families of functions]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2592#p2592</link>
			<description><![CDATA[<p>Animations can do something a little similar. But instead of adding more functions it will change the existing one. That is you can add the function f(x)=x^n and animate n from 0 to 5.</p><p>A more advanced possibility is to use the scripting engine, which requires you to install <a href="https://www.python.org/download/releases/3.2.5">Python 3.2 32 bit</a>.</p><p>When you have Python installed you can press F11 inside Graph to get a Python interpreter and enter the following code to add the family of functions:<br /></p><div class="codebox"><pre><code>for n in range(6):
   F=Graph.TStdFunc(&quot;x^%d&quot; % n)
   Graph.FunctionList.append(F)
Graph.Redraw()     </code></pre></div><p>I will consider creating an easier way to do this in a future version.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sun, 13 Apr 2014 08:35:18 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2592#p2592</guid>
		</item>
		<item>
			<title><![CDATA[Suggestion: support graphing families of functions]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=2587#p2587</link>
			<description><![CDATA[<p>A friend just showed me this package last night to illustrate some functions we were looking at. Quite liked it. But when I asked her if she could plot a family of functions, no <br />can do.</p><p>Pretty important for looking at trends.</p><p>To clarify, imagine the very simple function:</p><p>y = x^n</p><p>it would be nice to ask Graph to plot this for n=0 to 5 step 1 say.</p><p>Thus a family of functions varying n.</p><p>The same applies to more complex functions indeed is where it becomes truly useful, to look at how a given coefficient alters the plot.</p><p>As it was she had to create a separate line manually for each value we wanted to look at, time consuming.</p>]]></description>
			<author><![CDATA[null@example.com (bernd)]]></author>
			<pubDate>Thu, 10 Apr 2014 00:17:14 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=2587#p2587</guid>
		</item>
	</channel>
</rss>
