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 from
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 Saturda
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:
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
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 fucntio
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 content