TI-BASIC Wiki
Advertisement
:∆List(list)

This returns a list in which each element in the result is the difference between two consecutive elements in the parameter.

Location[]

  • 2ND + STAT (LIST)
  • OPS
  • 7:∆List(

Example[]

∆List({1,4,9,16}) returns {3,5,7}

Advertisement