What are the following commands telling us? R=Integers() [R.ideal([a,b]) == R.ideal([gcd(a,b)]) for a in range(1,20) for b in range(1,20)]
1 | initial version | asked 2017-10-11 00:07:58 +0100 Anonymous |
What are the following commands telling us? R=Integers() [R.ideal([a,b]) == R.ideal([gcd(a,b)]) for a in range(1,20) for b in range(1,20)]
What are the following commands telling us?
us?
R=Integers()
[R.ideal([a,b]) == R.ideal([gcd(a,b)])
R.ideal([gcd(a,b)]) for a in range(1,20) for b in range(1,20)]range(1,20)]