John Cremona on Sun, 03 Nov 2024 17:01:55 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Is there a simpler way to get all 8 gaussian integers with same norml2() ?


You could use qfminim to get all solutions up to sign.

John

On Sun, 3 Nov 2024, 15:00 , <hermann@stamm-wilbrandt.de> wrote:

? id(c)=c;
? neg(x)=-x;
? flip(c)=I*conj(c);
? c=7+4*I;vecsort([f(g(h(c)))|f<-[id,conj];g<-[id,neg];h<-[id,flip]])
[-7 - 4*I, -7 + 4*I, -4 - 7*I, -4 + 7*I, 4 - 7*I, 4 + 7*I, 7 - 4*I, 7 +
4*I]
?

Regards,

Hermann.