İçindekiler
English
Matrix determinant
Request
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix_a | point | JSON Array | Matrix will change in to the determinant. Should be written in JSON Array form. Form : [1,5,6],[3.4,6,6],[4.66,8,9] |
Response
| Parameter | Type | Unit | Description |
|---|---|---|---|
| det | Double | Determinant result. |