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