Guest User

Untitled

a guest
Aug 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. fun = t^2*x''[t] + 4/3*t*x'[t] - 2/3*(1 - (L^2)/(6*t^(2/3))) x[t] - (2*L^2)/(45*t^(2/3)) == 0
  2.  
  3. DSolve[fun, x, t]
Add Comment
Please, Sign In to add comment