Symbolic Algebra MCP Server

by sdiehl

matrix_inverse

Compute the inverse of a matrix using SymPy's inv method. Input a matrix key to retrieve the inverted matrix, enabling symbolic algebra and mathematical expression manipulation.

Instructions

Calculates the inverse of a matrix using SymPy's inv method.

Args: matrix_key: The key of the matrix to invert. Example: # Create a matrix matrix_key = create_matrix([[1, 2], [3, 4]]) # Calculate its inverse inv_key = matrix_inverse(matrix_key) Returns: A key for the inverted matrix.

Input Schema

NameRequiredDescriptionDefault
matrix_keyYes

Input Schema (JSON Schema)

{ "properties": { "matrix_key": { "title": "Matrix Key", "type": "string" } }, "required": [ "matrix_key" ], "title": "matrix_inverseArguments", "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/sdiehl/sympy-mcp'

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