ReIm
ReIm(z)
returns a list of the real and imaginary component of the complex number
z
.
See
Examples
>> ReIm(3+4*I){3,4}
>> ReIm(0.5 + 2.3*I){0.5,2.3}
Related terms
Implementation status
- ✅ - full supported
ReIm(z)
returns a list of the real and imaginary component of the complex number
z
.
See
>> ReIm(3+4*I){3,4}
>> ReIm(0.5 + 2.3*I){0.5,2.3}