Hi Kristine,

On 11 Jun., 21:07, Kristine <[email protected]> wrote:
> When we try to integrate I (the imaginary number) or any other complex
> constant, we get an error message:
>
> integrate(I,z)
> TypeError: Unable to solve by radicals.

This works for me, with sage 4.4.3:
 sage: var('z')
 z
 sage: integrate(I,z)
 I*z
Is this not what you wanted?

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