Integers mod n Addition Table

Description

Z8 has two operations defined, both addition and multiplication, with addition forming a group, and multiplication not forming a group. Here is the Sage command to compute the Cayley table for the addition.

Sage Cell

Code

Z8 = Integers(8)
Z8.addition_table(names='elements')

Options

None

Tags

Primary Tags: abstract algebra

Secondary Tags: integers mod n, groups

Related Cells

Attribute

Permalink: http://abstract.ups.edu/aata/groups-sage.html

Author: R. Beezer

Date: 18 Jul 2017 16:11

Submitted by: Tom Judson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License