Re: [sage-support] complex numbers printing real part + imaginary part

2017-04-11 Thread Jeroen Demeyer
On 2017-04-11 18:25, Pedro Cruz wrote: Hello, sage is printing b*I + a and we want to see a + b * I Do you have a complete example? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails

[sage-support] Re: Why factor(6*x+3) doesn't give 3*(2*x+1) in SageCell?

2017-04-11 Thread Chris Seberino
Saad: Thanks. What would (hopefully) please everyone is if there was a way to configure the way Sage Cell behaves similar to how local installations can write stuff to a config file. Is there a way to hardcode the real domain/range and other things like implicit multiplication? cs On

Re: [sage-support] complex numbers printing real part + imaginary part

2017-04-11 Thread Vincent Delecroix
Hello, Indeed there are some unconsistancies sage: CC(1,2) 1.00 + 2.00*I sage: CDF(1,2) 1.0 + 2.0*I versus sage: QQbar.one() + 2*QQbar.gen() 2*I + 1 sage: K = QuadraticField(-1) sage: K.one() + 2*K.gen() 2*a + 1 Vincent On 11/04/2017 18:25, Pedro Cruz wrote:

[sage-support] complex numbers printing real part + imaginary part

2017-04-11 Thread Pedro Cruz
Hello, sage is printing b*I + a and we want to see a + b * I What could we do ? We can create a function to print it a + b*I but is any other standard way? Thank you, Pedro -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from

[sage-support] Re: Complement bollean varibale declaration

2017-04-11 Thread Dima Pasechnik
this is a wrong group (set up to discuss a particular frontend to sage). I cc to sage-support, which is for questions like this one. On Tuesday, April 11, 2017 at 10:36:23 AM UTC+1, Subrata Nandi wrote: > > how to declare a complement of a boolean variable in sage. like I wanna > use the

[sage-support] Re: Prettytable

2017-04-11 Thread Henri Girard
solved : I just realized that was installed with pip then I included it in ./sage --python -m easy_install "lib" Le 31/03/2017 à 10:04, Henri Girard a écrit : I found table (http://doc.sagemath.org/html/en/reference/misc/sage/misc/table.html) but now my problem is how to get the