InterviewSolution
Saved Bookmarks
| 1. |
If x -iy = sqrt([(a - ib)/(c-id)]) , then (x^(2) + y^(2))^(2) = |
|
Answer» `((a^(2) + B^(2)))/((C^(2) - d^(2)))` |
|