MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: simple question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76451] Re: [mg76399] simple question
  • From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
  • Date: Tue, 22 May 2007 02:58:04 -0400 (EDT)
  • References: <200705211004.GAA10140@smc.vnet.net>

On 21 May 2007, at 19:04, dimitris wrote:

> I think the following is very simple but anyway...
>
> Suppose the following expression
>
> In[4]:=
> \!\(o = \((\((2\/\(27 + 3\ \@69\))\)\^\(1/3\) + 1\/3\ \((1\/2\ \((27 +
> 3\ \
> \@69)\))\)\^\(1/3\))\)\^27369\)
>
> Out[4]=
> \!\(\((\((2\/\(27 + 3\ \@69\))\)\^\(1/3\) + 1\/3\ \((1\/2\ \((27 + 3\
> \
> \@69)\))\)\^\(1/3\))\)\^27369\)
>
> (It is in StandardForm!)
>
> In[5]:=
> o//InputForm
> Out[5]//InputForm=
> ((2/(27 + 3*Sqrt[69]))^(1/3) + ((27 + 3*Sqrt[69])/2)^(1/3)/3)^27369
>
> Now consider the command
>
> In[7]:=
> Element[o,Integers]//InputForm
>
> Out[7]//InputForm=
> ((2/(27 + 3*Sqrt[69]))^(1/3) + ((27 + 3*Sqrt[69])/2)^(1/3)/3)^27369
> Integers
>
> Even the presence of //InputForm it appears the special
> character \[Element].
>
> However I would like as output of In[7]
>
> Element[((2/(27 + 3*Sqrt[69]))^(1/3) + ((27 + 3*Sqrt[69])/2)^(1/3)/
> 3)^27369, Integers]
>
> What must be modified to this end?
>
> Thanks
> Dimitris
>
>

In Mathematica 6.0  it comes out exactly in the form you want.

Andrzej Kozlowski




  • Prev by Date: Re: Add On Packages
  • Next by Date: Re: v.6 RevolutionPlot3D
  • Previous by thread: Re: simple question
  • Next by thread: Re: simple question