calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Matrix
inv
inv
inv(x)
Calculate the inverse of a matrix
Try it yourself:
$1
inv([1, 2; 3, 4])
$2
inv(4)
$3
1 / 4
See also:
concat
det
diag
identity
ones
range
size
squeeze
subset
trace
transpose
zeros
All functions