View difference between Paste ID: 31Y4G0vW and FxZv6W9h
SHOW: | | - or go back to the newest paste.
1-
y6[m_, c_, [Rho]_] := m + c/[Rho]^2 
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], 
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}, 
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}, 
4+
 PlotLegends -> "Expressions", PlotRange -> {0.76, 1.25}, 
5
 AxesOrigin -> {1.2, 0.84}]