matrix_multiply
Multiply two matrices and return their product as nested lists, using SageMath to perform linear algebra calculations.
Instructions
Multiply two matrices and return the result as nested lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_a | Yes | Left matrix (rows of numbers) | |
| matrix_b | Yes | Right matrix (rows of numbers) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||