Progression Returns the general term and the category of a given progression. Syntax progression(Expression, ..., Expression) progression(List | Vector) progression(List | Vector, Identifier) Description progression(Expression, ..., Expression) Given the expression of the first terms , returns a progression object with the general term and its category. progression(List | Vector) Given a list or a vector with the first elements of the progression, returns a progression object with the general term and its category. progression(List | Vector, Identifier) Given a list or a vector with the first elements of the progression and an identifier , returns a progression object with the general term in the variable and its category. Related functions Category, Geometric progression Table of Contents Syntax Description Related functions