<?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%3ADeltalist</id>
	<title>TI-BASIC:Deltalist - 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%3ADeltalist"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Deltalist&amp;action=history"/>
	<updated>2026-04-30T01:27:15Z</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:Deltalist&amp;diff=711&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:Deltalist&amp;diff=711&amp;oldid=prev"/>
		<updated>2016-02-24T18:14:48Z</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;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=DELTALIST.GIF&lt;br /&gt;
|summary=Calculates the differences between consecutive terms of a list.&lt;br /&gt;
|syntax=ΔList(&amp;#039;&amp;#039;list&amp;#039;&amp;#039;)&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd LIST to access the list menu.&lt;br /&gt;
# RIGHT to access the OPS submenu.&lt;br /&gt;
# 7 to select ΔList(, or use arrows.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ΔList( calculates the differences between consecutive terms of a list, and returns them in a new list.&lt;br /&gt;
&lt;br /&gt;
 ΔList({0,1,4,9,16,25,36})&lt;br /&gt;
 	{1 3 5 7 9 11}&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
The ΔList( command is very nearly the inverse of the [[TI-BASIC:Cumsum|CumSum(]] command, which calculates the cumulative sums of a list. For any list, ΔList(cumSum(&amp;#039;&amp;#039;list&amp;#039;&amp;#039;)) will return the same list, but without its first element:&lt;br /&gt;
&lt;br /&gt;
 ΔList(cumSum({1,2,3,4,5,6,7}))&lt;br /&gt;
     {2 3 4 5 6 7}&lt;br /&gt;
&lt;br /&gt;
Removing the first element would otherwise be a difficult procedure involving the [[TI-BASIC:Seq_List|seq(]] command, so this is a useful trick to know.&lt;br /&gt;
&lt;br /&gt;
If a list is sorted in ascending order, min(ΔList(&amp;#039;&amp;#039;list&amp;#039;&amp;#039;)) will return 0 (false) if there are repeating values in the list, and a value corresponding to true if they are all distinct.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invaliddim|ERR:INVALID DIM]]&amp;#039;&amp;#039;&amp;#039; is thrown if ΔList( is run on a single element list.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Sum|Sum(]]&lt;br /&gt;
* [[TI-BASIC:Cumsum|CumSum(]]&lt;br /&gt;
* [[TI-BASIC:Augment|Augment(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>