Re: RealOnly
- To: mathgroup at smc.vnet.net
- Subject: [mg86640] Re: RealOnly
- From: brtubb at pdmusic.org
- Date: Sat, 15 Mar 2008 17:44:52 -0500 (EST)
- References: <frg0a3$ete$1@smc.vnet.net>
In Mathematica 6.0.2.0, you can use
Plot[{x^(1/3), Im[x^(1/3)]}, {x, -1, 1}]
and it will show the real AND imaginary roots within the range. No
packages are needed.
Benjamin Tubb
On Mar 15, 3:10=A0am, "Sergio Miguel Terrazas Porras" <sterr... at uacj.mx>
wrote:
> Hi group:
>
> To do things like Plot[x^(1/3),{x,-1,1}] one had to load the package
> RealOnly in the old days in order to get the complete graph.
>
> Now one gets the message that says that the package is obsolete and that
> it may cause a conflict with the new functionality.
>
> How does one get the complete graph without loading this package in v.
> 6.0?
>
> Thanks,
>
> Sergio Terrazas