invert | R Documentation |
The function accepts a square complex matrix and returns inverse of it.
invert(x)
x |
The square matrix of complex variables. |
The function returns a matrix of the same size as the original
matrix x
Ivan Svetunkov, ivan@svetunkov.com
solve
invert(matrix(complex(real=c(1,2), imaginary=c(1.1,2.1)), 2, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.