First time here? Check out the FAQ!
answered 2023-11-05 16:53:27 +0100
Yes, this is just a factorization:
sage: var('μ,ν') sage: (μ^8+4*μ^6*ν^2+6*μ^4*ν^4+4*μ^2*ν^6+ν^8).factor() (μ^2 + ν^2)^4