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: cadd cmul csub

Macro: cdiv
Description: Complex division

Usage: z = cdiv (x, y)
Input:
x n x p x d1 x ... x dn complex array
y 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")
one = complex(1, 0) 
j   = complex(0, 1)
cdiv (j, one)
Result:
Contents of z.re 
[1,]        0
Contents of z.im
[1,]        1

Library: math
See also: cadd cmul csub

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

Author: Sigbert Klinke, 920424, 960327, 970529
(C) MD*TECH Method and Data Technologies, 17.8.2000