set_matrix_data
Writes a 2D numeric grid into a matrix by providing a matrix book name and a JSON array of equal-length rows.
Instructions
Write a 2D numeric grid into a matrix.
Args: book_name: Matrix book name data: JSON array of equal-length rows, e.g. [[1,2,3],[4,5,6]]
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | Yes | ||
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |