Разложение на множители
[src]
/ ___\ / ___\ / ___\ / ___\
1*\p + \/ 2 /*\p - \/ 2 /*\p + I*\/ 2 /*\p - I*\/ 2 /*(p + 1 + I)*(p + 1 - I)*(p + -1 + I)*(p + -1 - I)
$$\left(p - \sqrt{2}\right) 1 \left(p + \sqrt{2}\right) \left(p + \sqrt{2} i\right) \left(p - \sqrt{2} i\right) \left(p + \left(1 + i\right)\right) \left(p + \left(1 - i\right)\right) \left(p - \left(1 - i\right)\right) \left(p - \left(1 + i\right)\right)$$
(((((((1*(p + sqrt(2)))*(p - sqrt(2)))*(p + i*sqrt(2)))*(p - i*sqrt(2)))*(p + (1 + i)))*(p + (1 - i)))*(p - (1 + i)))*(p - (1 - i))
/ 2\ / 2\ / 2 \ / 2 \
\-2 + p /*\2 + p /*\2 + p - 2*p/*\2 + p + 2*p/
$$\left(p^{2} - 2\right) \left(p^{2} + 2\right) \left(p^{2} - 2 p + 2\right) \left(p^{2} + 2 p + 2\right)$$
(-2 + p^2)*(2 + p^2)*(2 + p^2 - 2*p)*(2 + p^2 + 2*p)