Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

sympy_mcp_matrix_operation

Perform symbolic matrix operations such as determinant, inverse, row reduction, and eigenvalue computation. Input data and specify operations for precise mathematical analysis.

Instructions

Do symbolic matrix operations like create, det, inv, rref, eigenvals

Input Schema

NameRequiredDescriptionDefault
dataYes
ncolsNo
nrowsNo
operationYes
rationalNo
simplifyNo

Input Schema (JSON Schema)

{ "properties": { "data": { "anyOf": [ { "type": "string" }, { "items": {}, "type": "array" } ], "title": "Data" }, "ncols": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Ncols" }, "nrows": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Nrows" }, "operation": { "enum": [ "create", "det", "inv", "rref", "eigenvals" ], "title": "Operation", "type": "string" }, "rational": { "default": true, "title": "Rational", "type": "boolean" }, "simplify": { "default": true, "title": "Simplify", "type": "boolean" } }, "required": [ "operation", "data" ], "type": "object" }

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/abhiphile/fermat-mcp'

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