The Art of Mathematics

Help 6.31

im — imaginary part

1. Definition

For complex number

z = a + i b, where a and b are real numbers

its imaginary part is defined as

im(z) ≡ b

2. How to use

To get imaginary part of the number:

im(2+i);

To get imaginary part of the current result:

im(rslt);

To get imaginary part of the number z in calculator memory:

im(mem[z]);

3. Support

Imaginary part of the complex number is supported in professional version of the Librow calculator.