Let $K_{1}=\mathbb{Q}(\sqrt[3]{6})$ and $K_{2}=\mathbb{Q}(\sqrt[3]{12})$. The goal is to show that ring of integers in $K_{1}$, $K_{2}$ is spanned by $\{1,\sqrt[3]{6},\sqrt[3]{36}\}$, respectively $\{1,\sqrt[3]{12},\sqrt[3]{18}\}$. In the beginning of the proof I calculated both discriminants correctly to be $-972$ using the following formula: $disc = \det([Tr]_{i,j})$. In a further part of the proof the following norms are being calculated.
For $K_{1}$: Let $$w=(a+ b\sqrt[3]{6}+c\sqrt[3]{36})/p.$$ I understand that:
$N(w) = a^{3}/p^{3} N(1) + b^{3}/p^{3} N(\sqrt[3]{6})+ c^{3}/p^{3}N(\sqrt[3]{36})$.
Similar to the calculation of the discriminant I get the right result by using: $N(\alpha) = \det(\begin{bmatrix} \det_{i,j} \end{bmatrix})$, by just replacing the trace in the discriminant formula with the determinant.
($N(w)= 3/4 b^{3} + 9/4 c^{3}$, we assumed $a = 0, p=2$.)
However I should get the same result (same assumptions) for $K_{2}$ namely $N(w')$ with $w'= (a+ b\sqrt[3]{12}+c\sqrt[3]{18})/p$.
Why does my method for the norm not work for $K_{2}$? What method works?