Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

sympy_mcp_matrix_operation

Perform symbolic matrix operations such as creating matrices, calculating determinant, inverse, reduced row echelon form, and eigenvalues using the Fermat MCP server.

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