Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: math
See also: cmatdiv cmatmul

Quantlet: cinv
Description: Complex inverse matrix

Usage: z = cinv (x)
Input:
x n x p x d1 x ... x dn complex array
Output:
z n x p x d1 x ... x dn complex array

Example:
library("math")
z = complex(1,1)
cinv(z)

Result:
Contents of z.re
[1,]      0.5
Contents of z.im
[1,]     -0.5



Author: S. Klinke, 19970529
(C) MD*TECH Method and Data Technologies, 05.02.2006