<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Matrix multiplication</title>
		<link>http://tibasicdev.wikidot.com/forum/t-9009339/matrix-multiplication</link>
		<description>Posts in the discussion thread &quot;Matrix multiplication&quot; - Fastest way to perform a matrix multiplication on a list?</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 13 May 2026 04:53:59 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-9009339#post-4076112</guid>
				<title>Re: Matrix multiplication</title>
				<link>http://tibasicdev.wikidot.com/forum/t-9009339/matrix-multiplication#post-4076112</link>
				<description></description>
				<pubDate>Tue, 04 Dec 2018 19:53:04 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to point out that this is how the calcs store matrices internally, anyways. Not sure how it is compressing :|</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-9009339#post-4071469</guid>
				<title>Re: Matrix multiplication</title>
				<link>http://tibasicdev.wikidot.com/forum/t-9009339/matrix-multiplication#post-4071469</link>
				<description></description>
				<pubDate>Thu, 29 Nov 2018 19:40:55 +0000</pubDate>
				<wikidot:authorName>lirtosiast</wikidot:authorName>				<wikidot:authorUserId>2005367</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What is this for? You might just be better off converting the lists to matrices, multiplying, and converting back.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-9009339#post-4069840</guid>
				<title>Re: Matrix multiplication</title>
				<link>http://tibasicdev.wikidot.com/forum/t-9009339/matrix-multiplication#post-4069840</link>
				<description></description>
				<pubDate>Wed, 28 Nov 2018 05:44:00 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Still working on the other stuff (m*n and p*m), here's what I got so far:</p> <div class="code"> <pre><code>SetUpEditor L1 For(I,1,[dimension of rows] For(J,1,[dimension of collumns]] [Matrix]-&gt;L1(1+dim(L1 End:End</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-9009339#post-4069741</guid>
				<title>Matrix multiplication</title>
				<link>http://tibasicdev.wikidot.com/forum/t-9009339/matrix-multiplication#post-4069741</link>
				<description></description>
				<pubDate>Wed, 28 Nov 2018 03:08:39 +0000</pubDate>
				<wikidot:authorName>CloudVariable</wikidot:authorName>				<wikidot:authorUserId>4590504</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Does anybody have a matrix multiplication algorithm for matrices stored in lists? I need a way to perform massive matrix multiplications on matrices compressed into lists. In my compression, a matrix<br /> [[a,b,c][d,e,f][g,h,i]] is stored row by row in a list: {a,b,c,d,e,f,g,h,i}. I would like an algorithm for multiplying an m*n matrix by a p*m matrix and keeping it in this list compression syntax.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>