<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: PyMite and Matrix Inversion</title>
		<link>http://forums.leaflabs.com/topic.php?id=1459</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:07:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1459" rel="self" type="application/rss+xml" />

		<item>
			<title>liam.ll on "PyMite and Matrix Inversion"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1459#post-9007</link>
			<pubDate>Sat, 17 Mar 2012 04:18:12 +0000</pubDate>
			<dc:creator>liam.ll</dc:creator>
			<guid isPermaLink="false">9007@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;poslathian ~ Have you tried including the &#34;numpy&#34; library, which is the scientific computing package?  &#60;/p&#62;
&#60;p&#62;Let me share a wish with the Leafblowers.  For me, the most ideal programming language for a microcontroller would be the Matlab vectorized scripting language.  I realize it's a pipe dream. But the next best thing would be Python.  Now let's be honest, once the Arduino 32-but Due is released, the Maple product line will be in jeopardy, unless you progress with Python.&#60;/p&#62;
&#60;p&#62;If I had a choice right now between the Arduino 32bit Due and a Maple Native programmable in either C or Python-WITH-NUMPY, I would buy the Maple right now, even if its more expensive.  The C and Python option will be your discriminating advantage.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "PyMite and Matrix Inversion"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1459#post-8663</link>
			<pubDate>Thu, 15 Mar 2012 22:12:25 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">8663@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;poslathian - has LeafLabs got PyMite v10 working on Maple? &#60;/p&#62;
&#60;p&#62;Edit: Did LeafLabs try to get PyMite running on Maple mini?&#60;br /&#62;
According to &#60;a href=&#34;http://code.google.com/p/python-on-a-chip/&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/python-on-a-chip/&#60;/a&#62; Maple mini might work:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Requires roughly 55 KB program memory&#60;br /&#62;
Initializes in 4KB RAM; print &#34;hello world&#34; needs 5KB; 8KB is the minimum recommended RAM.&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>poslathian on "PyMite and Matrix Inversion"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1459#post-8651</link>
			<pubDate>Thu, 15 Mar 2012 13:40:58 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">8651@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;PyMite only works on the RET6 and Native boards because of memory requirements. but yeah, works well!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "PyMite and Matrix Inversion"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1459#post-8612</link>
			<pubDate>Tue, 13 Mar 2012 10:32:31 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">8612@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;liam.ll - AFAIK, PyMite is still available on STM32F processors:&#60;br /&#62;
&#60;a href=&#34;http://code.google.com/p/python-on-a-chip/&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/python-on-a-chip/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The last update to the LeafLabs wiki page was 3 October 2011&#60;br /&#62;
&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=PyMite&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=PyMite&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think you might get a quicker answer to your numpy question from the PyMite group &#60;a href=&#34;http://groups.google.com/group/python-on-a-chip&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/python-on-a-chip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liam.ll on "PyMite and Matrix Inversion"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1459#post-8607</link>
			<pubDate>Tue, 13 Mar 2012 03:08:54 +0000</pubDate>
			<dc:creator>liam.ll</dc:creator>
			<guid isPermaLink="false">8607@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Is PyMite still available for the Maple and MapleMini boards?&#60;/p&#62;
&#60;p&#62;Does PyMite support standard matrix multiplication (C=A*B) and matrix inversion via numpy [example: B=linalg.inv(A) ]?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
