Re: [sage-support] Issue with ticket number #29146

2017-03-04 Thread Ashutosh Ahelleya
I just forwarded this message in the maxima mailing list, so that we draw some significant conclusion of the type of constant used. -- Forwarded message -- From: Ashutosh Ahelleya Date: Sun, Mar 5, 2017 at 11:08 AM Subject: Issue regarding the

Re: [sage-support] Issue with ticket number #29146

2017-03-04 Thread Ashutosh Ahelleya
Yea. That would be a better idea. In the worst case, I will just change the documentation. Ashutosh Ahelleya B.Tech CSE Amrita University | Blog | Github |

Re: [sage-support] Issue with ticket number #29146

2017-03-04 Thread kcrisman
On Saturday, March 4, 2017 at 10:41:20 AM UTC-5, Ashutosh Ahelleya wrote: > > Heyy, > > I want a confirmation for selecting an of the options above i.e. I add a > new parameter signifying a complex number or I just change the > documentation. > > > I am pretty sure that we shouldn't mess with

[sage-support] crash report

2017-03-04 Thread Saddat Hasan
-- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com.

[sage-support] Re: Impossible to launch sage after downloading the .tar.bz

2017-03-04 Thread Dominique Laurain
I see only .tar.bz2 files here : http://www-ftp.lip6.fr/pub/math/sagemath/linux/32bit/index.html and here : http://www-ftp.lip6.fr/pub/math/sagemath/linux/64bit/index.html When running sage, you start two "sage" scripts in your Linux shell environment. I advice you to begin with debugging these

[sage-support] Impossible to launch sage after downloading the .tar.bz

2017-03-04 Thread Daniel
Hello, I've just bougth a new laptop and after installing Xubuntu 16.10, I tried to install SageMath. So I downloaded the file, like explained on the website but when I try to launch it, I have this error message :

Re: [sage-support] Issue with ticket number #29146

2017-03-04 Thread Ashutosh Ahelleya
Heyy, I want a confirmation for selecting an of the options above i.e. I add a new parameter signifying a complex number or I just change the documentation. Regards, Ashutosh -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe

Re: [sage-support] Issue with ticket number #29146

2017-03-04 Thread Michael Orlitzky
On 03/03/2017 08:32 AM, Ashutosh Ahelleya wrote: > > No. I guess the back end does return a complex parameter in cases where the > answer is a complex solution. > This might be an appropriate example: > { { sage: > x = var('x') > eq = x^2 -3*x + 4 > solve(eq,x) > [x == -1/2*I*sqrt(7) + 3/2, x