İçindekiler
English
Matrix multiplication
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 | Multiplication result. Should be written in JSON Array form. Form : [13.96,41.5,28],[18.75,59.59,33.4],[25.3,81.1,46.66] |