I am a first time user in this program and I am not sure where to go to graph an implicit function or if I have the correct command: CounterPlot[(P-1)^2 + (S-1)^2 2(0.46)(S-1)==0, {P, 0, 20}, {S, 0, 20}]
Any help is appreciated!!!
It's ContourPlot, not CounterPlot: ContourPlot[(p - 1)^2 + (s - 1)^2 - 2 (0.46) (s - 1) == 0, {p, 0, 20}, {s, 0, 20}]