InterviewSolution
Saved Bookmarks
| 1. |
In the Taylor series expansion of exp() + sin() about the point = , the coefficient of ( - ) is |
| Answer» f(x) = ex + sin x Coefficient of (x - p)2 = 1 / 2! f''(x) f'(x) = ex + cos x f'(x) = ex - sin x f''(x)|x=p = ep Thus coefficient of (x - p)2 = 0.5 . | |