matrix_subtract
Subtract one matrix from another element-wise to perform linear algebra operations. Input two matrices to calculate their difference.
Instructions
Subtract one matrix from another element-wise (Domain: linear_algebra.matrices, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_a | Yes | ||
| matrix_b | Yes |