Skip to main content
POST
Matrix Multiplication

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
A
number[][]
required

First matrix (m × n)

Example:
B
number[][]
required

Second matrix (n × p)

Example:

Response

Successful Response

success
boolean
Example:

true

data
object