I have this matrix A diagonalized to the following eigen vectors:

But forming the following matrix B:
And then finding its inverse $B^{-1}$:
I'm unable to diagonalize A with $BAB^{-1}%$:
Why is this the case? This is just so baffling when it's supposed to work..



From $$AB=BD$$ we get $$B^{-1}AB =D$$
You have it the other way around.
Check the new $$B^{-1}AB =D$$ see if it works out.