Skip to main content

Terms list

Returns a list with the coefficients and the degrees of a series up to a certain order.

Syntax

terms_list(Series, Natural)

Description

Given a series s and a natural number n, returns a list with the coefficients and the degrees of the first nn terms of the series listed. The i-th element of the list corresponds to a list with two elements: the output of term(s,i).

calculus.terms_list.calc.png