<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AList_Matrix_One_Liners</id>
	<title>TI-BASIC:List Matrix One Liners - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AList_Matrix_One_Liners"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:List_Matrix_One_Liners&amp;action=history"/>
	<updated>2026-06-10T14:01:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:List_Matrix_One_Liners&amp;diff=570&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:List_Matrix_One_Liners&amp;diff=570&amp;oldid=prev"/>
		<updated>2016-02-24T18:07:50Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is dedicated to showcase small snippets of code may be useful. These small routines are designed to accomplish tasks involving lists, matrices, and their attributes. Unless specified, output is in Ans.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Index of Maximum List Element – jonbush&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This line finds the index of first occurrence of a specific value in a list.&lt;br /&gt;
The list to be searched is in Ans at the beginning.&lt;br /&gt;
&lt;br /&gt;
 1+sum(not(cumSum(Ans=max(Ans&lt;br /&gt;
&lt;br /&gt;
This can also be used to find the index of the minimum or of any other value in place of &amp;quot;max(Ans&amp;quot;[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>