MTM
imag
imaginary part
Calling Sequence
Parameters
Description
Examples
imag(M)
M
-
array
The imag(M) calling sequence computes the element-wise imaginary part of M. The result, R, is formed as R[i,j] = imag(M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=−3+I:
imag⁡M
111111
See Also
Im
MTM[real]
Download Help Document