how to plot slop field of y’=-y/x

Register or Login to View the Solution or Ask a Question

Question : Plot the slop field of y’=-y/x for -10<=x<=10, -10<=y<=10Solution :Matlab program to plot slope field of ode y’=-y/x, in -10<=x<=10,-10<=y<=10n = 20;a= -10; b = 10;c = -10; d = 10;h = (b-a)/n; k = (d-c)/n;x = a…

This Question has been answered. 

Please Subscribe to See Answer or To Get Homework Help


Register or Login to View the Solution or Ask a Question