İçindekiler
English
Matrix addition
Request
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix_a | point | JSON Array | First Matrix. Should be written in JSON Array form. Form : [1,5,6],[3.4,6,6],[4.66,8,9] |
| matrix_b | point | JSON Array | Second Matrix. Should be written in JSON Array form. Form : [1,5,1],[2.4,6.1,3],[0.16,1,2] |
Response
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix | point | JSON Array | Addition result. Should be written in JSON Array form. Form : [2,10,7],[5.8,12.1,9],[4.82,9,11] |