Jump to content

Finding the Galois Field of a number

2FA

This came up for me today on my encryption exam.

 

There was a question stating "Draw the multiplicative inverse table of GF(11)" which I understand. On a homework, there was a question that only stated "Find GF(17)" which I don't understand.

 

Could someone explain finding the Galois Field of a number, because my professor didn't really explain it to begin with. She just showed us the generic form in terms of X and then did a couple of examples of the tables.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, DeadEyePsycho said:

This came up for me today on my encryption exam.

 

There was a question stating "Draw the multiplicative inverse table of GF(11)" which I understand. On a homework, there was a question that only stated "Find GF(17)" which I don't understand.

 

Could someone explain finding the Galois Field of a number, because my professor didn't really explain it to begin with. She just showed us the generic form in terms of X and then did a couple of examples of the tables.

The only finite fields are of the form GF(p^n) = Z/p^nZ where Z is the set of all integers, n is a positive integer, and p is a prime number. So GF(17) is just isomorphic to Z/17Z, eg, the set of integers modulo 17 with their associated addition, multiplication, and division operations. So it's just the integers {0,1,2,...,16} with the associated addition, multiplication, and division operations in Z/17Z. Eg the addition operation + goes by a + b = a + b mod 17, eg, the remainder of the integer a+b when divided by 17 and similar for multiplication. The only part of the problem that's nontrivial is finding the division operation, which is just finding the inverse table like you said above. Eg like 4^{-1} = 13 since 4*13 =  1 + 3*17 so that 4*13 = 1 mod 17.

Link to comment
Share on other sites

Link to post
Share on other sites

51 minutes ago, SteveGrabowski0 said:

The only finite fields are of the form GF(p^n) = Z/p^nZ where Z is the set of all integers, n is a positive integer, and p is a prime number. So GF(17) is just isomorphic to Z/17Z, eg, the set of integers modulo 17 with their associated addition, multiplication, and division operations. So it's just the integers {0,1,2,...,16} with the associated addition, multiplication, and division operations in Z/17Z. Eg the addition operation + goes by a + b = a + b mod 17, eg, the remainder of the integer a+b when divided by 17 and similar for multiplication. The only part of the problem that's nontrivial is finding the division operation, which is just finding the inverse table like you said above. Eg like 4^{-1} = 13 since 4*13 =  1 + 3*17 so that 4*13 = 1 mod 17.

 

Thanks for clearing that up. Like I said, it was never really explained that's what the question would be asked like, we were just shown the tables so it kind of threw me off.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

I had a professor like that in freshman physics who would show something really quickly and just act like everything was obvious from it.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, SteveGrabowski0 said:

I had a professor like that in freshman physics who would show something really quickly and just act like everything was obvious from it.

You know what's funny is that the entire physics department here is like that.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×