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
Name | Required | Description | Default |
---|---|---|---|
data | Yes | ||
ncols | No | ||
nrows | No | ||
operation | Yes | ||
rational | No | ||
simplify | No |