Hi sps!

On Sep 14, 4:55 pm, kcrisman <[email protected]> wrote:
> On Sep 14, 11:40 am, sps <[email protected]> wrote:
>
> > So you say, I have to digit this:
> > maxima_console()
>
> Not exactly.

I would say that our reply to your question had two layers:

1) Both kcrisman and I explained how it *should* be possible to
achieve what you wanted to compute, namely by
   sage: var('n')
   n
   sage: sum(((2*I)^n/(n^3+1)*(1/4)^n),n,0,oo)
This should work, but unfortunately it doesn't.

2) Behind the scenes, Maxima is used. This is automatically done by
Sage, i.e., a user does not need to know how to directly "talk" with
Maxima. So, when kcrisman showed what happens in Maxima, he was
already doing a bug hunt -- this was not supposed to be an advice to
you on how to use Sage.

By the way, did someone open a trac ticket for the missing
functionality?

Cheers,
Simon

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to