next up previous contents index
suivant: Make a matrix with monter: Lists and vectors précédent: Make a random vector   Table des matières   Index


List of differences of consecutive terms : deltalist

deltalist takes as argument a list.
deltalist returns the list of the difference of all pairs of consecutive terms of this list.
Input :
deltalist([5,8,1,9])
Output :
[3,-7,8]



giac documentation written by Renée De Graeve and Bernard Parisse