powered by
The function accepts a square complex matrix and returns inverse of it.
invert(x)
The function returns a matrix of the same size as the original matrix x
x
The square matrix of complex variables.
Ivan Svetunkov, ivan@svetunkov.ru
solve
invert(matrix(complex(real=c(1,2), imaginary=c(1.1,2.1)), 2, 2))
Run the code above in your browser using DataLab