[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-31 Thread Adam Mullins
Can you explain how i run the updated version? I'm still a bit of a novice, and right now i'm currently running SageMath cloud. Again, I thank you for your help! On Thursday, March 30, 2017 at 5:38:58 PM UTC-4, Simon King wrote: > > Hi Adam, > > On 2017-03-30

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-30 Thread Adam Mullins
Hi Simon, Shouldn't 0 in R return true as well? Thank you On Wednesday, March 29, 2017 at 8:14:28 AM UTC-4, Simon King wrote: > > Hi! > > On 2017-03-28, Adam Mullins > wrote: > > Hi, I create a free algebra like such: > > > > R. = FreeAlgebra(Integer

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-29 Thread Adam Mullins
Thank you so much for your speedy response and quick fix! I can't thank you enough! On Wednesday, March 29, 2017 at 10:17:10 AM UTC-4, Simon King wrote: > > Hi! > > Am Mittwoch, 29. März 2017 14:14:28 UTC+2 schrieb Simon King: >> >> I will open a trac ticket for it. >> > > I opened https://trac.

[sage-support] Re: Is this a bug in the FreeAlgebra Class?

2017-03-29 Thread Adam Mullins
Thank you so much for your speedy response and quick fix! I can't thank you enough, really! On Tuesday, March 28, 2017 at 4:08:12 PM UTC-4, Adam Mullins wrote: > > Hi, I create a free algebra like such: > > R. = FreeAlgebra(Integers(2)) > > When I try to check if the cons

[sage-support] Is this a bug in the FreeAlgebra Class?

2017-03-28 Thread Adam Mullins
Hi, I create a free algebra like such: R. = FreeAlgebra(Integers(2)) When I try to check if the constant polynomial 1 is in R, it returns false. But this should return true. i.e. 1 in R returns false It also returns false when I write the code 0 in R Is this a bug? -- You received this messa