Symbolic Algebra MCP Server

by sdiehl

matrix_eigenvalues

Compute eigenvalues of a matrix using SymPy's eigenvals method. Input a matrix key to receive eigenvalues and their multiplicities, enabling symbolic algebra calculations for mathematical analysis.

Instructions

Calculates the eigenvalues of a matrix using SymPy's eigenvals method.

Args: matrix_key: The key of the matrix to calculate eigenvalues for. Example: # Create a matrix matrix_key = create_matrix([[1, 2], [2, 1]]) # Calculate its eigenvalues evals_key = matrix_eigenvalues(matrix_key) Returns: A key for the eigenvalues expression (usually a dictionary mapping eigenvalues to their multiplicities).

Input Schema

NameRequiredDescriptionDefault
matrix_keyYes

Input Schema (JSON Schema)

{ "properties": { "matrix_key": { "title": "Matrix Key", "type": "string" } }, "required": [ "matrix_key" ], "title": "matrix_eigenvaluesArguments", "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