create_matrix
Generate a SymPy matrix from numeric or symbolic input data for symbolic algebra computations. Optionally assign a name to the matrix for storage and retrieval.
Instructions
Creates a SymPy matrix from the provided data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
matrix_data | Yes | ||
matrix_var_name | No |