Re: [sage-support] Parallel computation in Sage

2018-07-16 Thread pc . chandra12
Values are integers. On Monday, July 16, 2018 at 5:30:44 PM UTC+5:30, jori.ma...@uta.fi wrote: > > On Mon, 16 Jul 2018, chandra chowdhury wrote: > > > I want to calculate the determinant of a large matrix > > with large entries. So it is taking time. In my machine, > > I have 32 CPUs. Is it po

Re: [sage-support] Period of a sequence

2018-12-17 Thread pc . chandra12
Thank you. However if S=[1,2,3,1,2,3,1,2,3,1,2], it is showing 11 although period is 3. On Monday, December 10, 2018 at 1:26:50 PM UTC+5:30, vdelecroix wrote: > > You can use > > sage: w = Word(S) > sage: w.primitive_length() > [3] > sage: w.primitive() > word: 123 > > Le 09/12/2018 à 11