14-240/Tutorial-Sep30: Difference between revisions

From Drorbn
Jump to navigationJump to search
Line 31: Line 31:
{| class="wikitable"
{| class="wikitable"
|-
|-
! <math> \times </math>
! <math>\times</math>
! 0
! <math>a</math>
! 1
! <math>b</math>
|-
|-
! 0
! <math>a</math>
| 0
| 0
| 0
| 0
|-
|-
! 1
! <math>b</math>
| 0
| 0
| 1
| 1

Revision as of 21:47, 4 October 2014

Boris

Problem

Find a set of two elements that satisfies the following:

  • satisfies all the properties of the field except distributivity.
  • .

Solution:

Let be the additive identity and be the multiplicative identity where . After trial and error, we have the following addition and multiplication tables:

0 1
1 0
0 0
0 1

Nikita