Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

dynamic_2d_nonhomogeneous_solve

Solve non-homogeneous 2D linear systems X' = A·X + B(t) with constant or time-varying forcing, returning classification, equilibrium/particular solution, analytic solution, and trajectories.

Instructions

Solve the non-homogeneous 2D system X' = A·X + B(t) with constant or time-varying forcing.

Args: a, b, c, d: entries of A = [[a, b], [c, d]]. e, f: forcing components B(t); a number or an expression in t (e.g. "sin(2*t)"). x0, y0, t0, t_fin, h: integration settings. x_min..y_max, cantidad_trayectorias: portrait settings.

Returns: Dict with the classification, equilibrium/particular solution, analytic solution and trajectories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aNo
bNo
cNo
dNo
eNo
fNo
hNo
t0No
x0No
y0No
t_finNo
x_maxNo
x_minNo
y_maxNo
y_minNo
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