Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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? R=Integers() [R.ideal([a,b]) == R.ideal([gcd(a,b)]) for a in range(1,20) for b in range(1,20)]

click to hide/show revision 2
None

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)]