<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — Explicit arguments]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=53</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=53&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Explicit arguments.]]></description>
		<lastBuildDate>Thu, 31 Dec 2009 20:26:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Explicit arguments]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=126#p126</link>
			<description><![CDATA[<p>The beta version does contain some support for scripting, but not enough to be useful to you. And there is no documentation for it yet.</p><p>Unfortunately the development is going very slowly, so Graph 4.4 is not close to be released. My best guess is that it will take at least 6 months yet.</p><p>There should be no problem installing several version of Graph if you install them into different directories. However only the last installed version will have an icon in the start menu, but you can add another icon yourself.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Thu, 31 Dec 2009 20:26:12 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=126#p126</guid>
		</item>
		<item>
			<title><![CDATA[Re: Explicit arguments]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=125#p125</link>
			<description><![CDATA[<p>Good suggestion, Ivan. I want to expand a product of binomials into a sum of terms. Recursion is well suited to this task, but may be challenging without scripting.</p><p>Does the latest build include some scripting yet?<br />Any speculation on if 4.4 is getting close to finished?<br />Can the Beta and Latest Release be installed together?</p><p>Keep up the great work and excellent support.</p>]]></description>
			<author><![CDATA[null@example.com (zubaroo)]]></author>
			<pubDate>Thu, 31 Dec 2009 08:39:49 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=125#p125</guid>
		</item>
		<item>
			<title><![CDATA[Re: Explicit arguments]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=121#p121</link>
			<description><![CDATA[<p>When Graph 4.4 is finished it will have some scripting possibilities, which should help support what you want.</p><p>As you have found, ifseq will help with some of the things currently. You may also be able to do some things with recursive functions.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Tue, 29 Dec 2009 22:36:29 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=121#p121</guid>
		</item>
		<item>
			<title><![CDATA[Re: Explicit arguments]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=118#p118</link>
			<description><![CDATA[<p>Oops, I found the ifseq function, so that should cover the last part reasonably well. I&#039;ll play with it and see.</p>]]></description>
			<author><![CDATA[null@example.com (zubaroo)]]></author>
			<pubDate>Tue, 22 Dec 2009 23:48:20 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=118#p118</guid>
		</item>
		<item>
			<title><![CDATA[Explicit arguments]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=116#p116</link>
			<description><![CDATA[<p>Great program. It&#039;s my playground for exploring math ideas. Everything works intuitively. The program rarely interferes with the creative process. Thanks especially for including gamma and zeta functions.</p><p>I&#039;d like to take a product of a function over a range of primes. There doesn&#039;t appear to be a way to do this currently.</p><p>Some functions, like product() require arguments for start and end of a range of integers. It&#039;s not uncommon to need arguments which are irregular, like the divisors of n or roots of zeta. I&#039;d like to be able to explicitly specify a list of arguments that is not simply a range of integers. Eg. product((x-1)/x, [2,3,5,7,11]).</p><p>To enhance this, it would be useful to have a function , say vector(f(x),a,b) that simply returns a list of values from evaluating f over the range a to b. Then product() and sum() could allow a single range argument like so: sum(1/x^2, vector(fact(x),1,7)) where sum takes each value from vector() as an argument.</p><p>A BASIC-like case() function and/or index() type function would also be nice for custom functions to return a specified member of a sequence. eg. nth_prime(x) := Return item x in [2,3,5,7,11,13,17].</p>]]></description>
			<author><![CDATA[null@example.com (zubaroo)]]></author>
			<pubDate>Tue, 22 Dec 2009 23:13:01 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=116#p116</guid>
		</item>
	</channel>
</rss>
