Two objects of type SymmetricDivisorM0nbar are equal if their underlying hash tables have the same pairs.
i1 : D=symmetricDivisorM0nbar(6,{2,1})
o1 = SymmetricDivisorM0nbar{2 => 2 }
3 => 1
NumberOfPoints => 6
o1 : SymmetricDivisorM0nbar
|
i2 : E=scale symmetricDivisorM0nbar(6,288*B_2+144*B_3)
o2 = SymmetricDivisorM0nbar{2 => 2 }
3 => 1
NumberOfPoints => 6
o2 : SymmetricDivisorM0nbar
|
i3 : D==E o3 = true |