On Thu, Mar 26, 2009 at 5:19 AM, Burcin Erocal wrote:
>
> On Wed, 25 Mar 2009 19:56:08 -0700 (PDT)
> Alex Raichev wrote:
>
>>
>> I suppose the same issue applies to other common functions, such as
>> the sine function.
>
>> sage: sin(QQbar(2))
>
>
> You're right, these are easier to fix then t
On Wed, 25 Mar 2009 19:56:08 -0700 (PDT)
Alex Raichev wrote:
>
> I suppose the same issue applies to other common functions, such as
> the sine function.
> sage: sin(QQbar(2))
You're right, these are easier to fix then the __pow__ problem as well.
One question we should answer before implem
I suppose the same issue applies to other common functions, such as
the sine function.
Alex
--
| Sage Version 3.4, Release Date: 2009-03-11 |
| Type notebook() for the GUI, and license() for information.
On Thu, 19 Mar 2009 20:22:18 -0700 (PDT)
Alex Raichev wrote:
>
> Here's another one for you, Burcin...
Thanks. I am really glad you're trying things out. This use case hadn't
occured to me at all. Good catch.
> sage: var('n',ns=1)
> n
> sage: (QQbar(2)^3)^n
> -