Mathematica matrix diagonalization

What you need to do is normalize the answer you get. There is a function called Normalize, which can be used like this:

Normalize /@ {{1, -1}, {1, 1}}

Leave a Comment