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 and a natural number , returns a list with the coefficients and the degrees of the first terms of the series listed. The -th element of the list corresponds to a list with two elements: the output of term(s,i)
.