convergence

Classifies sequences and series and applies convergence tests with symbolic computation.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill convergence-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convergence
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/math/real-analysis/convergence
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill convergence-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sympy, z3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured approach and toolset for tackling convergence problems encountered in real analysis, guiding users through identification, testing, and verification.

Core Features & Use Cases

  • Sequence/Series Identification: Helps classify series types (geometric, p-series, alternating).
  • Convergence Testing: Implements standard tests like the Ratio Test, Root Test, and Comparison Test using symbolic computation.
  • Bound Verification: Assists in proving inequalities and checking monotonicity.
  • Sum Computation: Calculates the sum of convergent series.
  • Use Case: When faced with a complex series, this Skill can systematically apply tests and tools to determine its convergence and, if applicable, compute its sum.

Quick Start

Use the convergence skill to determine if the series sum 1/n^2 from n=1 to infinity converges.

Frequently Asked Questions about convergence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test if a real analysis series converges?

To test real analysis series convergence, this Skill systematically applies standard tests like the Ratio Test, Root Test, and Comparison Test using symbolic computation to evaluate limits and verify bounds.

What is the best way to determine convergence for an alternating or geometric series?

Determining convergence for alternating or geometric series involves classifying the sequence type first, then applying targeted convergence tests and symbolic limit calculation to verify mathematical bounds.

Can I compute the exact sum of a convergent series using sympy?

Yes, you can compute the sum of convergent series using sympy for symbolic summation, which calculates the exact mathematical total once series convergence is verified by appropriate real analysis tests.

Does z3 work with sympy for proving inequalities in calculus convergence problems?

Yes, z3 works with sympy for proving inequalities in calculus convergence problems by acting as a theorem proving tool to verify bounds and check monotonicity during the real analysis testing process.

When should I not use automated symbolic convergence testing?

You should not use automated symbolic convergence testing when a series lacks a standard classification like geometric, p-series, or alternating, as the tool relies on identifying these types to systematically apply appropriate convergence tests.