create_matrix
Generate symbolic or numeric matrices using a list of lists. Define matrix elements as numbers or expressions, optionally assign a variable name, and store the result for symbolic algebra operations.
Instructions
Creates a SymPy matrix from the provided data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
matrix_data | Yes | ||
matrix_var_name | No |