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 parameters returned while solving

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 M

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 from

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

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

2017-03-03 Thread Ashutosh Ahelleya
Heyy, > The symbol "z" is used for integers already, so that's out. I wonder if > any of our equation-solving backends ever return complex parameters... > on the other hand, the Maxima documentation doesn't say they're real: > No. I guess the back end does return a complex parameter in cases

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

2017-03-03 Thread Michael Orlitzky
On 03/02/2017 10:57 PM, Ashutosh Ahelleya wrote: > Hello, > > I am interested in solving the documentation error having ticket number > #29146 but I have a doubt. > > In the description of ticket number #29146 > , I feel within the domain of x > that is

[sage-support] Issue with ticket number #29146

2017-03-02 Thread Ashutosh Ahelleya
Hello, I am interested in solving the documentation error having ticket number #29146 but I have a doubt. In the description of ticket number #29146 , I feel within the domain of x that is a real number the documentation is correct since the solution is