Computer Science, asked by aaakings281, 1 year ago

How to Plot Complex Numbers in Python?

Answers

Answered by Anonymous
0

An complex number is represented by “ x + yi “. Python converts the real numbers x and y into complex using the function complex(x,y). The real part can be accessed using the function real() and imaginary part can be represented by imag().

Answered by Anonymous
0

Explanation:

heya mate

option A is the answer

Similar questions