Ask Your Question
1

Power set with group operation as symmetric difference

asked 2018-08-29 01:36:14 +0200

sam nazari gravatar image

My apologies for the novice question but I know that for a set X the powerset P(X) along with the symmetric difference (denoted by D) forms a group (P(X), D). I would like to form this group with sage and then build up a module over F = {0,1}. I've googled everywhere on how to go about this but I am having trouble. I can show these by hand and I would love to be able to formulate them in Sage. Thanks for your help. Sam

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2018-08-29 07:06:17 +0200

vdelecroix gravatar image

What you are looking for is isomorphic to the group ((Z / 2Z)^n, +) that you can build in Sage in many ways. For example

sage: Zmod(2) ^ 5
Vector space of dimension 5 over Ring of integers modulo 2

Concerning the module question, I don't see any link with the first part. You seem to want to use (Zmod(2), +, x) (this time as a ring).

edit flag offensive delete link more
-1

answered 2018-08-30 05:59:52 +0200

sam nazari gravatar image

Thank you!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2018-08-29 01:36:14 +0200

Seen: 427 times

Last updated: Aug 30 '18