Can I get the answer asap Please don't use build in functions Use numpy, pylab
Posted: Thu May 12, 2022 8:52 am
Can I get the answer asap
Please don't use build in functions
Use numpy, pylab
Question 3: Consider the boundary value problem, dạy dy - 2 dx2 dx + y = -x; y(0) = y(1) = 0 a) Find the exact solution. b) Write python code to find the numerical solutions using Finite Difference method. c) Repeat the numerical calculations for different values of h. = d) Plot the exact and the numerical solutions.
Please don't use build in functions
Use numpy, pylab
Question 3: Consider the boundary value problem, dạy dy - 2 dx2 dx + y = -x; y(0) = y(1) = 0 a) Find the exact solution. b) Write python code to find the numerical solutions using Finite Difference method. c) Repeat the numerical calculations for different values of h. = d) Plot the exact and the numerical solutions.