Convergent?
Checks if a series is convergent.
Syntax
convergent?(Expression, Identifier)
Description
Given the expression of the general term of a series and the variable, returns true
if it is convergent, and false
otherwise.
Checks if a series is convergent.
convergent?(Expression, Identifier)
Given the expression of the general term of a series and the variable, returns true
if it is convergent, and false
otherwise.