İçindekiler
English
Matrix extraction (minus)
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 | Extraction result. Should be written in JSON Array form. Form : [0,0,5],[1,-0.099,3],[4.5,7,7] |