Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

dynamic_1d_bifurcation

Perform bifurcation analysis of one-dimensional dynamical systems by sweeping a parameter and tracking equilibria to reveal critical transitions and stability changes.

Instructions

Bifurcation analysis of x' = f(x; bif_param): equilibria vs parameter sweep.

Args: func_str: f(x) used when model is 'custom'. model: 'custom' | 'malthus' | 'verhulst' | 'newton'. params: values of the other model parameters, e.g. {'K': 2.0}. bif_param: name of the bifurcation parameter swept between bif_min and bif_max. bif_min, bif_max, bif_steps: parameter sweep range/resolution. x_min, x_max, n_phase: state window for finding equilibria. phase_params: optional explicit parameter values for phase slices. control_enabled: add a constant control term -h (verhulst/custom only).

Returns: Dict with the equilibria-vs-parameter table, exact symbolic analysis and phase slices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNocustom
x_maxNo
x_minNo
paramsNo
bif_maxNo
bif_minNo
n_phaseNo
func_strNox
bif_paramNor
bif_stepsNo
phase_paramsNo
control_enabledNo

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