| Author |
Comment/Response |
Kosta
|
12/01/12 06:03am
Hi,
I am trying to inverese the next function and to plot it:
y= 0.4 (x^-0.6)*(x^0.4 - 1)
I manage to plot it by:
Plot[0.4 (x^-0.6)*(x^0.4 - 1), {x, 0, 100}, AxesLabel -> {"k", "r"}]
but how can i inverse the plot?
thanks a lot!
Kosta
URL: , |
|