Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function dupr1903
  2. y=dsolve('D3y=2*(D2y-1)*cotg(x)','y(pi/2)=1','Dy(pi/2)=0','D2y(pi/2)=1','x')
  3. x=-5:0.01:5
  4. y =eval(y);
  5. plot(x,y,'r')
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement