I need to perform the factor as shown here
factor(s^5+32s^4+363s^3+2092s^2+5052s+4320)
https://www.wolframalpha.com/input/?i=factor(s%5E5%2B32s%5E4%2B363s%5E3%2B2092s%5E2%2B5052s%2B4320)
I copy the code for the irreduciable factorization
N[Factor[s^5 + 32 s^4 + 363 s^3 + 2092 s^2 + 5052 s + 4320, Extension -> Flatten[s /. Solve[s^5 + 32 s^4 + 363 s^3 + 2092 s^2 + 5052 s + 4320 == 0, s]]]]
I try to run it on mathematica and its been like 5 minutes and it still isn't not done. I a running Mathematica 11 Student Edition (11.2)
