matrix_multiply
matrix_multiplyMultiply two matrices to compute their product for mathematical calculations and linear algebra applications.
Instructions
计算两个矩阵的乘积
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_a | Yes | ||
| matrix_b | Yes |