Message Boards Message Boards

0
|
1813 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Graph Implicit Function

Posted 9 years ago

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!!!

POSTED BY: Jacqui Walley

It's ContourPlot, not CounterPlot:
ContourPlot[(p - 1)^2 + (s - 1)^2 - 2 (0.46) (s - 1) == 0, {p, 0, 20}, {s, 0, 20}]

POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract