Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

dynamic_2d_nonlinear_solve

Analyzes nonlinear 2D ODE systems, identifying equilibria, classifying stability via Jacobian, and generating nullclines and trajectories for phase portraits.

Instructions

Solve and analyze the nonlinear 2D system x' = f(x,y), y' = g(x,y).

Args: eq_x, eq_y: Math expressions for f and g (variables x, y, mu and extra params). params: extra parameter values (e.g. {'alpha': 0.5}). mu: bifurcation parameter value. x0..y_max, cantidad_trayectorias: integration and portrait settings.

Returns: Dict with equilibria, Jacobian-based classification, nullclines and trajectories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hNo
muNo
t0No
x0No
y0No
eq_xNoy - x
eq_yNox**2 - 1
t_finNo
x_maxNo
x_minNo
y_maxNo
y_minNo
paramsNo
cantidad_trayectoriasNo

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