[sage-support] Re: Boolean Polynomial ring

2017-08-25 Thread santu . pal
i am writing program, please correct it from sage.crypto.boolean_function import BooleanFunction R.=BooleanPolynomialRing(order='lex') def shift( S, h ): (x,y,z)=S h=x+y+z (x,y,z )=( y,z,h ) return S S=(x,y,z) for i in range(2): SS=shift(S) S=SS print S but the

[sage-support] Re: persistent homology?

2017-08-25 Thread slelievre
Sun 2017-05-14 11:23:45 UTC+1, Pierre: > Thanks everyone for the answers. If i ever reach the stage when > i can run gudhi on some computer, and then the stage when i can > install it on my own computer, then i'll contemplate the project of > writing an interface to sage -- but don't hold your

Re: [sage-support] Boolean Polynomial ring

2017-08-25 Thread David Joyner
On Fri, Aug 25, 2017 at 4:03 PM, wrote: > i am new in sage. and i want to define an array of dimension 79 and every > time i want to save a new value in each array shell i.e. for i in range(79) > a[i]= any value and also i want define a vector. can you help me out? > I'm

[sage-support] Boolean Polynomial ring

2017-08-25 Thread santu . pal
i am new in sage. and i want to define an array of dimension 79 and every time i want to save a new value in each array shell i.e. for i in range(79) a[i]= any value and also i want define a vector. can you help me out? -- You received this message because you are subscribed to the Google