<?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>code that command #2</title>
		<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2</link>
		<description>Posts in the discussion thread &quot;code that command #2&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 12 Jul 2026 11:59:40 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-767204</guid>
				<title>Re: code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-767204</link>
				<description></description>
				<pubDate>Tue, 27 Apr 2010 01:51:59 +0000</pubDate>
				<wikidot:authorName>thornahawk</wikidot:authorName>				<wikidot:authorUserId>14508</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The algorithm is Gaussian elimination with partial pivoting as shown <a href="http://books.google.com/books?id=wqRARX3MXxQC&amp;pg=PA170">here</a>, appropriately adapted to TI-BASIC. If you search within the book you will also be able to see what a determinant is for.</p> <p>thornahawk</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-765548</guid>
				<title>Re: code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-765548</link>
				<description></description>
				<pubDate>Sun, 25 Apr 2010 16:15:50 +0000</pubDate>
				<wikidot:authorName>theUnnamed</wikidot:authorName>				<wikidot:authorUserId>468372</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to know where you learned that and what a determinant is.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-765400</guid>
				<title>Re: code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-765400</link>
				<description></description>
				<pubDate>Sun, 25 Apr 2010 10:44:53 +0000</pubDate>
				<wikidot:authorName>thornahawk</wikidot:authorName>				<wikidot:authorUserId>14508</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I guess knowing the exact algorithm the calculator uses could be construed as cheating, but here you go anyway:</p> <div class="code"> <pre><code>dim([A]→A ∟A(1→N If N≠∟A(2:Stop DelVar ∟A 1→P For(K,1,N-1 K→Q:DelVar V For(J,K,N abs([A](J,K If V&lt;Ans:Then Ans→V:J→Q End:End If Q≠K:Then -P→P rowSwap([A],K,Q→[A] End For(J,K+1,N *row+(-[A](J,K)/[A](K,K),[A],K,J→[A] End:End Pprod(seq([A](K,K),K,1,N</code></pre></div> <p>References will be supplied upon request.</p> <p>thornahawk</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-765028</guid>
				<title>Re: code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-765028</link>
				<description></description>
				<pubDate>Sat, 24 Apr 2010 21:39:50 +0000</pubDate>
				<wikidot:authorName>Zaetsi</wikidot:authorName>				<wikidot:authorUserId>471967</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Isn't that just as simple as downs minus ups or the minor method? Or does that only hold true up until a point?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-765004</guid>
				<title>Re: code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-765004</link>
				<description></description>
				<pubDate>Sat, 24 Apr 2010 20:53:04 +0000</pubDate>
				<wikidot:authorName>Chokladkakan</wikidot:authorName>				<wikidot:authorUserId>447893</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oh man, I won't be able to even being tackling this: I know only how to do it with 2*2 and 3*3 matrices&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-237053#post-764985</guid>
				<title>code that command #2</title>
				<link>http://tibasicdev.wikidot.com/forum/t-237053/code-that-command-2#post-764985</link>
				<description></description>
				<pubDate>Sat, 24 Apr 2010 20:05:47 +0000</pubDate>
				<wikidot:authorName>Nemo123</wikidot:authorName>				<wikidot:authorUserId>425527</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>try this one: det(<br /> given a square matrix of any size in Ans (under 99x99 of course), find the determinant without the det( command.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>