InterviewSolution
Saved Bookmarks
| 1. |
Express in the form a+bi (1+i)/(1-i) |
|
Answer» SOLUTION :`(1+i)/(1-i)=((1+i)^2)/2=(1-1+2i)/2` `=i=0+i` |
|