[sage-support] Re: defining custom 3d classes

2014-05-20 Thread P Purkayastha
Well, your Triad class also doesn't work with show(). So, there is no difference in behavior as such between your Triangle and Triad. Your Triad is working when combined with other graphics objects. You can see what "show" implements by running sage: show?? You will notice that it executes the

[sage-support] Re: terminal color in 6.2

2014-05-20 Thread Luis Finotti
On Tuesday, May 20, 2014 2:54:01 PM UTC-4, John H Palmieri wrote: > > On Tuesday, May 20, 2014 11:41:24 AM UTC-7, Luis Finotti wrote: >> >> >> >> It seems that 6.2 does not recognize the old way of configuring colors in >> the terminal. It defaults to light background which makes it hard to read

[sage-support] Re: defining custom 3d classes

2014-05-20 Thread Alex Hanson
For some reason all pictures were posted as the same pic... Pic 1: triad and t1 Pic 2: t1 and t2 Pic 3: just t2 Pic 4: correct, all three together On Tuesday, May 20, 2014 11:59:26 AM UTC-7, Alex Hanson wrote: > > I am attempting to create custom classes for common 3d primitives. The > first two

[sage-support] Can't evaluate a polynomial on a finite field if representation is not "poly"

2014-05-20 Thread Grégory Landais
Hello, evaluating a polynomial on a finite field does not work if the finite field was created with a 'repr' argument in the constructor different than the default one (poly). Curently using sage 6.1.1 on ubuntu 12.04 but same behaviour in 6.2. Here is the code that works : sage: F.=GF(2**8) sa

Re: [sage-support] installation from source failed on 6.2

2014-05-20 Thread Adam Knapp
I ran into the same problem compiling as root, but it persisted despite a 'chmod -R g-w *' to the sage directory. chown-ing to a non-root account and recompiling seems to be working. On Friday, May 16, 2014 5:41:53 PM UTC-4, P Purkayastha wrote: > > Actually, the problem in both cases could be t

[sage-support] Re: terminal color in 6.2

2014-05-20 Thread John H Palmieri
On Tuesday, May 20, 2014 11:41:24 AM UTC-7, Luis Finotti wrote: > > > > It seems that 6.2 does not recognize the old way of configuring colors in > the terminal. It defaults to light background which makes it hard to read > the prompt in light background. Can anyone tell me how to change it? >

[sage-support] terminal color in 6.2

2014-05-20 Thread Luis Finotti
It seems that 6.2 does not recognize the old way of configuring colors in the terminal. It defaults to light background which makes it hard to read the prompt in light background. Can anyone tell me how to change it? Thanks, Luis -- You received this message because you are subscribed to t