Solve the following nonlinear BVP using finite difference methods using MAT-
LAB.
yy′′ +(y′)2 +1 = 0, y(1) = 1,y(2) = 2
. Take N=100, accomplish the following:
1 You code should display three columns namely x, approx. Solution and residual.
2 Plot of x vs solution.
Comments
Leave a comment