I have an equation that I have to solve:
$$2^{2x^2}-\left(2^3+2^8\right)\cdot 2^{x^2+2x}+2^{11+4x}=0 $$
Becomes
$$2^{2x^2}-33\cdot 2^{x^2+2x+3}+2^{11+4x}=0$$
And I got completely stuck here. I've made my research and discovered the Kronecker method. As far as I understand, it has to do with matrix? I am not intelligent enough to understand Kronecker method, so is there another solution? Or maybe you'll teach me how to use the method?
Divide by $2^{4x}$, then:
$$2^{2x^2-4x}-\left(2^3+2^8\right)\cdot 2^{x^2-2x}+2^{11+4x}=0 $$
$$2^{2(x^2-2x)}-\left(2^3+2^8\right)\cdot 2^{x^2-2x}+2^{11+4x}=0 $$
and then plug in $u=2^{x^2-2x}$:
$$u^2-(2^3+2^8)u+2^{11}=0.$$
Thereby $u\in\{2^3,2^8\}$ from which the exponent $x^2-2x\in\{3,8\}$. You then have two quadratic equations for $x$ from which to get the roots. Continue accordingly.