Skip to main content

Progression

Returns the general term and the category of a given progression.

Syntax

progression(Expression, ..., Expression)
progression(List | Vector)
progression(List | Vector, Identifier)

Description

Given the expression of the first n terms a1,...,an, returns a progression object with the general term and its category.

arithmetic.progression1.calc.png

Given a list or a vector with the first elements of the progression, returns a progression object with the general term and its category.

arithmetic.progression2.calc.png

Given a list or a vector with the first elements of the progression and an identifier t, returns a progression object with the general term in the variable tt and its category.

arithmetic.progression3.calc.png