İçindekiler
English
Matrix inverse
Request
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix_a | point | JSON Array | Matrix will change in to the inverse. Should be written in JSON Array form. Form : [1,5,6],[3.4,6,6],[4.66,8,9] |
Response
| Parameter | Type | Unit | Description |
|---|---|---|---|
| matrix | point | JSON Array | Inverse result. Should be written in JSON Array form. Form : [-0.510,-0.255,0.510],[0.224,1.612,-1.224],[0.064,-1.301,0.935] |