InterviewSolution
Saved Bookmarks
| 1. |
7.Represent the complex number z-1+i/3 in the polar form. |
|
Answer» modulus is =√1²+(√3)² = √4 = 2 and agrument is ∅ = tan-¹(√3) = 60° so, in polar form z = 2cos(60) +2isin(60°) |
|