<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — Can I create Stirling Number in Graph?]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=135</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=135&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Can I create Stirling Number in Graph?.]]></description>
		<lastBuildDate>Wed, 07 Jul 2010 14:03:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Can I create Stirling Number in Graph?]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=387#p387</link>
			<description><![CDATA[<p>You are right. It should be mentioned in the help. I will make sure to update the help file with this information.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Wed, 07 Jul 2010 14:03:55 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=387#p387</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can I create Stirling Number in Graph?]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=385#p385</link>
			<description><![CDATA[<p>This is a&nbsp; marvelous feature, that a custom function can call itself, allowing the definition and graphing of iterative and recursive functions. But the 4.3 help file does not appear to even mention this. Ivan, I encourage you to explicitly document this functionality in the help file of the next release.</p>]]></description>
			<author><![CDATA[null@example.com (zubaroo)]]></author>
			<pubDate>Tue, 06 Jul 2010 20:20:16 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=385#p385</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can I create Stirling Number in Graph?]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=371#p371</link>
			<description><![CDATA[<p>Stirling numbers of the first kind can be created as a recursive custom function:<br />s(n,k)=ifseq(n&lt;=k, 1, k&lt;=0, 0, s(n-1,k-1)-(n-1)*s(n-1,k))</p><p>I think you can do something similar with Bernoulli numbers.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Fri, 25 Jun 2010 18:57:31 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=371#p371</guid>
		</item>
		<item>
			<title><![CDATA[Can I create Stirling Number in Graph?]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=368#p368</link>
			<description><![CDATA[<p>Can I create Number and Polynomial?</p><p>Bernoulli, Stirling, or more.</p>]]></description>
			<author><![CDATA[null@example.com (MrSnakeHead)]]></author>
			<pubDate>Mon, 21 Jun 2010 07:03:53 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=368#p368</guid>
		</item>
	</channel>
</rss>
