InterviewSolution
Saved Bookmarks
| 1. |
Find the zeros of the polynomial x^2 -2 and verify the relation between its zerosand coefficients |
|
Answer» zero of polynomial are x² -2 = 0x² = 2x = + √2 or - √2 sum of zero = 0 = -b/a = 0/1 = 0product of zero = -2 = -2/1 = -2 |
|