suivant: Write a complex as
monter: Complex numbers
précédent: Real part of a
Table des matières
Index
Imaginary part of a complex number : im imag
im (or imag) takes as argument a complex number (resp a
point A).
im (or imag) returns imaginary part of this complex number (resp
the projection on the y axis of A).
Input :
im(3+4*i)
Output :
4
giac documentation written by Renée De Graeve and Bernard Parisse