Edit:
My question comes from finding the solutions of this equation using Cardano's method(because our teacher said :D ):
$$x^3-6x+4=0$$
And finally I got:
$$x=(\sqrt[3]{2})\sqrt[3]{-2+\sqrt{-1}}⠀+(\sqrt[3]2)\sqrt[3]{-2-\sqrt{-1}}$$
I want to denest and find the cube roots of this two radicals.
According to this links answers:
First link
Second link
Third link
I tried to find this using norm(actually for dinest):
$$\sqrt[3]{-2+i}$$
So the problem's norm is $5$ and I must find a root with norm = $\sqrt[3]{5}$ .
And I found this :
$$(\sqrt{\sqrt[3]{5}⠀-1}⠀+i)$$
But:
$$(\sqrt{\sqrt[3]{5}⠀-1}⠀+i)^3\neq {-2+i}$$
Anybody can tell me whats my wrong?
And how to correct that?