Posted inODEs how to plot slop field of y’=-y/x Posted by By SK Math Expert February 19, 2022Posted inODEs 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 Login or Register to See The Answer Post navigation Previous Post Explain descriptive research?Next PostWhat is a Fourier Sine Series Example