Guest User

Untitled

a guest
Oct 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. sol = DSolve[y'[x] == (2*x*y[x] - x - 1 + Sqrt[(1 + x)^2 - 4*x*y[x]])/(2*x^2), y[x], x];
  2. Plot[Evaluate[sol], {x, 0, 1}]
Add Comment
Please, Sign In to add comment