Previous Up Next

5.40.32 List of differences of consecutive terms: deltalist

The deltalist command finds lists of differences.

Example

Input:

deltalist([5,8,1,9])

Output:


3,−7,8

Previous Up Next