Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

root_aitken

Accelerate fixed-point iteration to find roots using Aitken's delta-squared method. Input the iteration function and initial guess to get the accelerated root with convergence details.

Instructions

Accelerate fixed-point iteration with Aitken's delta-squared method.

Args: g_str: Math expression for the iteration function g(x). x0: Initial guess. tol: Convergence tolerance. max_iter: Maximum iterations. precision: Rounding digits.

Returns: Dict with the accelerated root, iteration table and convergence flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x0Yes
tolNo
g_strYes
max_iterNo
precisionNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agmonetti/mathmethods-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server