Question: Write a computer program to compute af a2f a3f af , and at x = 1.5 and 2.5 for '2' 3' x4 f(x) =
Write a computer program to compute af a2f a3f af , and at x = 1.5 and 2.5 for '2' 3' x4 f(x) = sin ( x/2). Use central differencing of second order with the following step sixes: Ax = 0.001, 0.01, 0.1, 0.2, 0.3, and 0.4. Also determine the % of error for each computation by % Error 100 (Numerical value - Analytical value Analytical value value) Compare and discuss the results.
Step by Step Solution
3.27 Rating (165 Votes )
There are 3 Steps involved in it
Heres a Python program to compute x3 and f at x 15 and 25 for fx sinpi x2 using central differencing ... View full answer
Get step-by-step solutions from verified subject matter experts
