Message Boards Message Boards

0
|
5580 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

(parametric) plot advice

Posted 10 years ago

Hi,

It would be great to have some help here..

I wanted to make a plot

where,

L (r_)= (Np Pn (-1 + *r*))

N(r_) = (Np Pn/ (1-*r*))

L(r) on the y axis and N(r) on the x axis...

Thanks in advance!

POSTED BY: ash ash
2 Replies

The first step would be to write your functions in the Wolfram Language's syntax. For example, I think your first function is:

L [r_] := (nP pN (-1 + r))

Is that correct? What are the values for nP and pN? You will need these to plot the function.

When you say that you want to plot the functions on x and y axis separately, do you meant that you want to do a parameteric plot?

http://reference.wolfram.com/language/ref/ParametricPlot.html

So it would be something like

ParametricPlot[{N[t],L[r]}, {r,0,1}]
POSTED BY: Sean Clarke
Posted 10 years ago

thanks! it helped! :)

POSTED BY: ash ash
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