Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Polynomial / in GF(2^8)?
PostPosted: Thu Aug 11, 2005 5:33 pm 
> ring r=(2^8,z),(x,y),lp;
> poly a=z^45*(x2-y2);
> poly b=x-y;
> a/b;
? not implemented
? error occurred in STDIN line 4: `a/b;`
Does this means I could not use / in GF(2^8),
will you implement that function in future?
Thank you very much!

email: tangxij@mails.gscas.ac.cn
Posted in old Singular Forum on: 2005-05-27 04:23:16+02


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 20, 2005 4:46 pm 
Site Admin

Joined: Fri Apr 29, 2005 12:02 am
Posts: 24
Location: Germany, Kaiserslautern
Dear Xijin Tang,

the polynomial x-y is no unit in the ring GF(2^8)[x,y]. So Singular does not allow you to divide by it.

It would allow you to divide a by any number in the coefficient field, i.e. a polynomial only in z.

Sincerely,

Oliver Wienand


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:57 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group