Message Boards Message Boards

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

Plotting two functions with a common variable against one another

If I have a function Z[V] and a function P[V] but Z[P] is not readily solvable analytically, how can I plot Z[V] vs P[V]?

POSTED BY: Grayson Johnson

may be ParametricPlot

z[v_] := Sin[v] + 2 v
p[v_] := Cos[v]
ParametricPlot[{z[v], p[v]}, {v, -2 Pi, 2 Pi}]
POSTED BY: Nasser M. Abbasi
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