matrix_add
Add two matrices element-wise to perform matrix addition operations in linear algebra.
Instructions
Add two matrices element-wise (Domain: linear_algebra.matrices, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_a | Yes | ||
| matrix_b | Yes |