I have a Jones Matrix of the form : M= [ A + iB C + iD ; U + iV X + iZ]
The input Jones vector is E1 = [ 0 ; 1] , linearly polarized light along Y-axis
So the output is E2 = M*E1 = [ a + ib ; c + id]
Now I want to normalize E2, what is the best way of doing it ?
I am thinking about calculating the magnitudes of each element of E2 and using that for normalizing