InterviewSolution
Saved Bookmarks
| 1. |
Solve x^(9)-x^(5)+x^(4)-1=0 |
|
Answer» `x=cos.((2k+1)PI)/(5)+isin((2k+1)pi)/(5)` `k=0,1,2,3` and `4` |
|