matrix_multiply
Perform matrix-matrix multiplication to calculate the product of two matrices for linear algebra applications.
Instructions
Multiply two matrices (matrix-matrix multiplication) (Domain: linear_algebra.matrices, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_a | Yes | ||
| matrix_b | Yes |