← RoseCode

ROSECODE 353

Gaussian factorization

Philippe_57721 · Math ·

Consider the Gaussian integer γ=14159+71828i

γ=(0+i)×(1+2i)×(2+3i)×(58i)×(283920i).
Each factor is a Gaussian prime number.

Can you find the Gaussian factorization of 1415926535897932384626433+7182818284590452353602874i

Answer format: a1,b1/a2,b2//an,bn where ai0 and ai in ascending order.
To normalize the factors, we must have |ai|<|bi|

Exemple: 0,1/1,2/2,3/5,8/283,920 for γ.


[My timing: instant]