convergence

Analyze series convergence using ratio, root, and comparison tests.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill convergence-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convergence
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/math/math/real-analysis/convergence
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill convergence-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides strategies and tools to solve convergence problems in real analysis, helping users determine if sequences or series converge and compute their sums.

Core Features & Use Cases

  • Sequence/Series Identification: Differentiates between geometric, p-series, and alternating series.
  • Convergence Tests: Applies ratio, root, and comparison tests.
  • Verification: Verifies bounds and checks monotonicity.
  • Summation: Computes the sum of convergent series.
  • Use Case: Determine if the series Σ (1/n^2) from n=1 to infinity converges and calculate its sum.

Quick Start

Use the convergence skill to determine if the series 1/n^2 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 or diverges?

To test series convergence, you can apply systematic approaches using the ratio, root, and comparison tests. This skill evaluates geometric, p-series, and alternating series to determine convergence and compute their sums.

What is the best way to calculate the sum of a convergent p-series?

The best way to calculate the sum of a convergent p-series is by applying symbolic computation for limit and sum calculations. The skill identifies the series type and computes the exact sum if it converges.

Does sympy support applying the ratio and root tests for sequence convergence?

Yes, sympy supports applying the ratio and root tests for sequence convergence. The skill requires symbolic computation to execute these convergence tests and verify inequality bounds.

How do I verify bounds and check monotonicity for an alternating series?

To verify bounds and check monotonicity for an alternating series, you apply theorem proving for inequality bounds. The skill systematically verifies these conditions to confirm convergence.

When should I use the comparison test instead of the ratio test for convergence?

You should use the comparison test instead of the ratio test when analyzing series with non-factorial terms or polynomial denominators. The skill differentiates between geometric, p-series, and alternating series to select the appropriate test.