Guest User

Untitled

a guest
Feb 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. y6[m_, c_, [Rho]_] := m + c/[Rho]^2
  2. Plot[{y6[1, -2, r], y6[1, -0.5, r], y6[1, -0.1, r], y6[1, 0, r],
  3. y6[1, 0.1, r], y6[1, 0.5, r], y6[1, 2, r]}, {r, 1, 10},
  4. PlotLegends -> "Expressions", PlotRange -> {0.76, 1.25},
  5. AxesOrigin -> {1.2, 0.84}]
Add Comment
Please, Sign In to add comment