Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

root_punto_fijo

Find a fixed point of g(x)=x using fixed-point iteration. Input the iteration function and initial guess to get the fixed point, Lipschitz check, iteration table, and convergence flag.

Instructions

Find a fixed point of g(x) = x with the fixed-point iteration method.

Converges when |g'(x)| < 1 near the root (Lipschitz check is reported).

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 fixed point, the Lipschitz check, 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