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