<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mathematical Science &#38; Technologies &#187; Mathematics-Technical</title>
	<atom:link href="http://mathscitech.org/articles/category/mathematics/mathematics-technical/feed" rel="self" type="application/rss+xml" />
	<link>http://mathscitech.org/articles</link>
	<description>... journeys, in a nutshell ...</description>
	<lastBuildDate>Thu, 05 Jan 2012 13:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Finite Summation of Integer Powers (Part 3)</title>
		<link>http://mathscitech.org/articles/finite-summations-3</link>
		<comments>http://mathscitech.org/articles/finite-summations-3#comments</comments>
		<pubDate>Fri, 02 Apr 2010 10:41:39 +0000</pubDate>
		<dc:creator>Assad Ebrahim</dc:creator>
				<category><![CDATA[Mathematics-Technical]]></category>
		<category><![CDATA[Discrete Mathematics]]></category>
		<category><![CDATA[Finite Summation]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Maxima]]></category>
		<category><![CDATA[Octave]]></category>
		<category><![CDATA[Problem-Solving]]></category>
		<category><![CDATA[Software-Tools]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://mathscitech.org/articles/?p=1030</guid>
		<description><![CDATA[<p>(Discrete Mathematics Techniques III)</p>
<p>Abstract
We find a direct closed-form solution, i.e. one that does not require iteration, for the general case of the finite-summation-of-integer-powers problem .  Having established in Part 2 that the closed-form solution is a polynomial, the summation is here rewritten as the sum of the  independent monomials  (), where the [...]]]></description>
		<wfw:commentRss>http://mathscitech.org/articles/finite-summations-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Zero Raised to the Zero Power IS One</title>
		<link>http://mathscitech.org/articles/zero-to-zero-power</link>
		<comments>http://mathscitech.org/articles/zero-to-zero-power#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:56:16 +0000</pubDate>
		<dc:creator>Assad Ebrahim</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Mathematics-Phenomenology]]></category>
		<category><![CDATA[Mathematics-Technical]]></category>
		<category><![CDATA[Discrete Mathematics]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Maxima]]></category>
		<category><![CDATA[Octave]]></category>
		<category><![CDATA[Phenomenology]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mathscitech.org/articles/?p=672</guid>
		<description><![CDATA[<p>The question of what value 0^0  should evaluate to has been discussed since the time of Euler (1700s). There are three candidate choices: 1,0, or &#8220;indeterminate&#8221; (i.e., throw an error).  </p>
<p>In this article, I argue that the only reasonable choice (for discrete mathematics) is 0^0=1 (), and I&#8217;ll give a tangible, feel-the-grit-in-your-palms reason [...]]]></description>
		<wfw:commentRss>http://mathscitech.org/articles/zero-to-zero-power/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finite Summation of Integer Powers (Part 2)</title>
		<link>http://mathscitech.org/articles/finite-summations-2</link>
		<comments>http://mathscitech.org/articles/finite-summations-2#comments</comments>
		<pubDate>Mon, 08 Feb 2010 19:57:14 +0000</pubDate>
		<dc:creator>Assad Ebrahim</dc:creator>
				<category><![CDATA[Mathematics-Technical]]></category>
		<category><![CDATA[Discrete Mathematics]]></category>
		<category><![CDATA[Finite Summation]]></category>
		<category><![CDATA[Maxima]]></category>
		<category><![CDATA[Problem-Solving]]></category>
		<category><![CDATA[Results]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mathscitech.org/articles/?p=622</guid>
		<description><![CDATA[<p>(Discrete Mathematics Techniques II)</p>
<p>Abstract
We solve the general case of the finite-summation-of-integer-powers problem  for arbitrary , and obtain a -th order recurrence relation that can be used to iteratively obtain the closed form polynomial for  for any given .  Source code is given for computing these polynomials using Maxima, an open-source (free) symbolic [...]]]></description>
		<wfw:commentRss>http://mathscitech.org/articles/finite-summations-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finite Summation of Integer Powers (Part 1)</title>
		<link>http://mathscitech.org/articles/finite-summations-1</link>
		<comments>http://mathscitech.org/articles/finite-summations-1#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:50:47 +0000</pubDate>
		<dc:creator>Assad Ebrahim</dc:creator>
				<category><![CDATA[Mathematics-Technical]]></category>
		<category><![CDATA[Discrete Mathematics]]></category>
		<category><![CDATA[Finite Summation]]></category>
		<category><![CDATA[Heuristics]]></category>
		<category><![CDATA[Maxima]]></category>
		<category><![CDATA[Problem-Solving]]></category>
		<category><![CDATA[Results]]></category>

		<guid isPermaLink="false">http://mathscitech.org/articles/?p=585</guid>
		<description><![CDATA[<p>(Discrete Mathematics Techniques I)</p>
<p>Abstract
We motivate an approach that uses recurrence relations to find closed form solutions to the finite-summation-of-integer-powers problem  for any individual .  The approach is illustrated for small : .  Maxima, an open-source (free) software package, is used to demonstrate how a symbolic computation platform can speed up the accurate [...]]]></description>
		<wfw:commentRss>http://mathscitech.org/articles/finite-summations-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

