epix-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ePiX-users] How to plot x^(1/5)


From: Gunnar
Subject: Re: [ePiX-users] How to plot x^(1/5)
Date: Mon, 13 Nov 2006 08:39:28 +0100
User-agent: KMail/1.9.1

> > Perhaps try representing the inverse graph parametrically:
> >
> > P g5(double y)
> > {
> >    return P(pow(y, 5), y);
> > }
> >
> > plot(g5, y_min, y_max, 80);
> >
> > It's not a general solution, but should avoid the issues you're seeing in
> > this example.
>
> But it worked perfectly! Thanks.
I must also say that this method works better than using the sqrt function. 
That was a surprise!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]