Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. m=1
  2. q=5/2
  3. K = Sqrt[4 m/(3 - q)]
  4. ξ = (q - 1)^2/4 K^2
  5. A = Pi/Sqrt[ξ]
  6. Plot3D[1/A (1 + (q - 1) (Sqrt[ξ]) (x t))/(1 + ξ x^2), {x, 0, 20}, {t,
  7. 0, 5000}, PlotLabel -> "q=5/4", BaseStyle -> {FontSize -> 20},
  8. AxesLabel -> {Framed["x", FrameStyle -> None, FrameMargins -> 25],
  9. Framed["t", FrameStyle -> None, FrameMargins -> 25],
  10. Framed["ρ(x,t)", FrameStyle -> None, FrameMargins -> 25]},
  11. LabelStyle -> Directive[16]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement