How Do You Write the Neutrino Mixing Matrix Us from Equations 3 and 4?

  • Context: Graduate 
  • Thread starter Thread starter SuperStringboy
  • Start date Start date
  • Tags Tags
    Matrix Mixing Neutrino
Click For Summary

Discussion Overview

The discussion revolves around the process of writing the neutrino mixing matrix \( U_s \) as derived from equations 3 and 4 of a specific paper. Participants explore the mathematical formulation and manipulation of rotation matrices within the context of the SO(5) rotation group, addressing issues related to signs and matrix transposition.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant expresses difficulty in writing the complete matrix \( U_s \) based on the referenced equations.
  • Another participant suggests that the correct approach involves using the SO(5) rotation group and emphasizes the importance of the order of matrix multiplication.
  • A participant provides a Mathematica code snippet to generate rotation matrices and discusses the output, noting discrepancies in signs.
  • Later, another participant proposes that taking the transpose of the matrices resolves the sign issues, indicating that this step is crucial for obtaining the correct form of the matrix.
  • Subsequent replies acknowledge the realization of the need for transposition and express gratitude for the assistance provided.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the initial formulation of the matrix due to differing views on the handling of signs and the necessity of transposition. However, there is agreement on the importance of the transpose in achieving the correct result.

Contextual Notes

The discussion highlights potential limitations in understanding the implications of matrix operations and the specific definitions used in the context of the SO(5) rotation group. The reliance on the correct application of mathematical transformations is emphasized.

SuperStringboy
Messages
74
Reaction score
0
Please look at equation 3 and 4 of this paper

http://arxiv.org/abs/0707.2481v1

I am facing problem to write the matrix Us

Can anybody help me to write the complete matrix?
 
Physics news on Phys.org
I think I understand how to write it, but I feel like I'm getting some different minus signs. Basically you want the SO(5) rotation group, and matrices for one direction about another (plane, or whatever its called).

If you look at http://reference.wolfram.com/mathematica/ref/RotationMatrix.html
Under Applications, they show how to generate the matrix form for a rotation in SO[N]. Then you take these and multiply them how they have it in the paper, order obviously matters.

I do:
Code:
SO[n_] := Map[RotationMatrix[\[Theta], #] &,    Subsets[Table[UnitVector[n, i], {i, n}], {2}]];
SO5MAP = Map[ MatrixForm, SO[5]];
\[Theta][a_, b_] := Subscript[\[CapitalTheta], a, b]
R12 = SO5MAP[[1]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      1, 2]};
R13 = SO5MAP[[2]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      1, 3]};
R23 = SO5MAP[[5]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      2, 3]};
R14 = SO5MAP[[3]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      1, 4]};
R15 = SO5MAP[[4]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      1, 5]};
R24 = SO5MAP[[6]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      2, 4]};
R25 = SO5MAP[[7]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      2, 5]};
R34 = SO5MAP[[8]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      3, 4]};
R35 = SO5MAP[[9]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      3, 5]};
R45 = SO5MAP[[10]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][      4, 5]};
ROT = R45.(R35.(R34.(R25.(R24.(R15.(R14.(R23.(R13.R12))))))));
ROT /. {Cos[Subscript[\[CapitalTheta], a_, b_]] -> Subscript[c, a, b],     Sin[Subscript[\[CapitalTheta], a_, b_]] -> Subscript[s, a, b]} //   Simplify // MatrixForm

The output looks like

<br /> \left(<br /> \begin{array}{ccccc}<br /> c_{1,2} c_{1,3} c_{1,4} c_{1,5} &amp; -c_{1,3} c_{1,4} c_{1,5} s_{1,2} &amp; -c_{1,4} c_{1,5} s_{1,3} &amp; -c_{1,5} s_{1,4} &amp; -s_{1,5} \\<br /> c_{2,3} c_{2,4} c_{2,5} s_{1,2}-c_{1,2} \left(c_{2,4} c_{2,5} s_{1,3} s_{2,3}+c_{1,3} \left(c_{2,5} s_{1,4} s_{2,4}+c_{1,4} s_{1,5} s_{2,5}\right)\right) &amp; c_{1,2} c_{2,3} c_{2,4} c_{2,5}+s_{1,2} \left(c_{2,4} c_{2,5} s_{1,3} s_{2,3}+c_{1,3} \left(c_{2,5} s_{1,4} s_{2,4}+c_{1,4} s_{1,5} s_{2,5}\right)\right) &amp; -c_{1,3} c_{2,4} c_{2,5} s_{2,3}+s_{1,3} \left(c_{2,5} s_{1,4} s_{2,4}+c_{1,4} s_{1,5} s_{2,5}\right) &amp; -c_{1,4} c_{2,5} s_{2,4}+s_{1,4} s_{1,5} s_{2,5} &amp; -c_{1,5} s_{2,5} \\<br /> c_{3,5} \left(s_{1,2} \left(c_{3,4} s_{2,3}-c_{2,3} s_{2,4} s_{3,4}\right)+c_{1,2} \left(c_{2,3} c_{3,4} s_{1,3}+\left(-c_{1,3} c_{2,4} s_{1,4}+s_{1,3} s_{2,3} s_{2,4}\right) s_{3,4}\right)\right)-\left(c_{1,2} c_{1,3} c_{1,4} c_{2,5} s_{1,5}+\left(c_{2,3} c_{2,4} s_{1,2}-c_{1,2} \left(c_{2,4} s_{1,3} s_{2,3}+c_{1,3} s_{1,4} s_{2,4}\right)\right) s_{2,5}\right) s_{3,5} &amp; c_{3,5} \left(c_{1,2} c_{3,4} s_{2,3}+s_{1,2} \left(c_{1,3} c_{2,4} s_{1,4}-s_{1,3} s_{2,3} s_{2,4}\right) s_{3,4}-c_{2,3} \left(c_{3,4} s_{1,2} s_{1,3}+c_{1,2} s_{2,4} s_{3,4}\right)\right)-\left(c_{2,4} \left(c_{1,2} c_{2,3}+s_{1,2} s_{1,3} s_{2,3}\right) s_{2,5}+c_{1,3} s_{1,2} \left(-c_{1,4} c_{2,5} s_{1,5}+s_{1,4} s_{2,4} s_{2,5}\right)\right) s_{3,5} &amp; s_{1,3} \left(c_{2,4} c_{3,5} s_{1,4} s_{3,4}+\left(c_{1,4} c_{2,5} s_{1,5}-s_{1,4} s_{2,4} s_{2,5}\right) s_{3,5}\right)+c_{1,3} \left(c_{2,3} c_{3,4} c_{3,5}+s_{2,3} \left(c_{3,5} s_{2,4} s_{3,4}+c_{2,4} s_{2,5} s_{3,5}\right)\right) &amp; c_{2,5} s_{1,4} s_{1,5} s_{3,5}+c_{1,4} \left(-c_{2,4} c_{3,5} s_{3,4}+s_{2,4} s_{2,5} s_{3,5}\right) &amp; -c_{1,5} c_{2,5} s_{3,5} \\<br /> c_{4,5} \left(s_{1,2} \left(c_{2,3} c_{3,4} s_{2,4}+s_{2,3} s_{3,4}\right)+c_{1,2} \left(c_{1,3} c_{2,4} c_{3,4} s_{1,4}+s_{1,3} \left(-c_{3,4} s_{2,3} s_{2,4}+c_{2,3} s_{3,4}\right)\right)\right)-\left(s_{1,2} \left(c_{3,4} s_{2,3} s_{3,5}+c_{2,3} \left(c_{2,4} c_{3,5} s_{2,5}-s_{2,4} s_{3,4} s_{3,5}\right)\right)+c_{1,2} \left(s_{1,3} \left(-c_{2,4} c_{3,5} s_{2,3} s_{2,5}+\left(c_{2,3} c_{3,4}+s_{2,3} s_{2,4} s_{3,4}\right) s_{3,5}\right)+c_{1,3} \left(c_{1,4} c_{2,5} c_{3,5} s_{1,5}-s_{1,4} \left(c_{3,5} s_{2,4} s_{2,5}+c_{2,4} s_{3,4} s_{3,5}\right)\right)\right)\right) s_{4,5} &amp; c_{4,5} \left(c_{3,4} \left(-c_{1,3} c_{2,4} s_{1,2} s_{1,4}+\left(c_{1,2} c_{2,3}+s_{1,2} s_{1,3} s_{2,3}\right) s_{2,4}\right)+\left(-c_{2,3} s_{1,2} s_{1,3}+c_{1,2} s_{2,3}\right) s_{3,4}\right)-\left(c_{3,5} \left(c_{2,4} \left(c_{1,2} c_{2,3}+s_{1,2} s_{1,3} s_{2,3}\right) s_{2,5}+c_{1,3} s_{1,2} \left(-c_{1,4} c_{2,5} s_{1,5}+s_{1,4} s_{2,4} s_{2,5}\right)\right)+\left(c_{1,2} c_{3,4} s_{2,3}+s_{1,2} \left(c_{1,3} c_{2,4} s_{1,4}-s_{1,3} s_{2,3} s_{2,4}\right) s_{3,4}-c_{2,3} \left(c_{3,4} s_{1,2} s_{1,3}+c_{1,2} s_{2,4} s_{3,4}\right)\right) s_{3,5}\right) s_{4,5} &amp; c_{4,5} \left(-c_{3,4} \left(c_{2,4} s_{1,3} s_{1,4}+c_{1,3} s_{2,3} s_{2,4}\right)+c_{1,3} c_{2,3} s_{3,4}\right)-\left(c_{3,5} \left(-c_{1,4} c_{2,5} s_{1,3} s_{1,5}+\left(-c_{1,3} c_{2,4} s_{2,3}+s_{1,3} s_{1,4} s_{2,4}\right) s_{2,5}\right)+\left(c_{2,4} s_{1,3} s_{1,4} s_{3,4}+c_{1,3} \left(c_{2,3} c_{3,4}+s_{2,3} s_{2,4} s_{3,4}\right)\right) s_{3,5}\right) s_{4,5} &amp; c_{2,5} c_{3,5} s_{1,4} s_{1,5} s_{4,5}+c_{1,4} \left(c_{3,5} s_{2,4} s_{2,5} s_{4,5}+c_{2,4} \left(c_{3,4} c_{4,5}+s_{3,4} s_{3,5} s_{4,5}\right)\right) &amp; -c_{1,5} c_{2,5} c_{3,5} s_{4,5} \\<br /> c_{4,5} \left(s_{1,2} \left(c_{3,4} s_{2,3} s_{3,5}+c_{2,3} \left(c_{2,4} c_{3,5} s_{2,5}-s_{2,4} s_{3,4} s_{3,5}\right)\right)+c_{1,2} \left(s_{1,3} \left(-c_{2,4} c_{3,5} s_{2,3} s_{2,5}+\left(c_{2,3} c_{3,4}+s_{2,3} s_{2,4} s_{3,4}\right) s_{3,5}\right)+c_{1,3} \left(c_{1,4} c_{2,5} c_{3,5} s_{1,5}-s_{1,4} \left(c_{3,5} s_{2,4} s_{2,5}+c_{2,4} s_{3,4} s_{3,5}\right)\right)\right)\right)+\left(s_{1,2} \left(c_{2,3} c_{3,4} s_{2,4}+s_{2,3} s_{3,4}\right)+c_{1,2} \left(c_{1,3} c_{2,4} c_{3,4} s_{1,4}+s_{1,3} \left(-c_{3,4} s_{2,3} s_{2,4}+c_{2,3} s_{3,4}\right)\right)\right) s_{4,5} &amp; c_{4,5} \left(c_{3,5} \left(c_{2,4} \left(c_{1,2} c_{2,3}+s_{1,2} s_{1,3} s_{2,3}\right) s_{2,5}+c_{1,3} s_{1,2} \left(-c_{1,4} c_{2,5} s_{1,5}+s_{1,4} s_{2,4} s_{2,5}\right)\right)+\left(c_{1,2} c_{3,4} s_{2,3}+s_{1,2} \left(c_{1,3} c_{2,4} s_{1,4}-s_{1,3} s_{2,3} s_{2,4}\right) s_{3,4}-c_{2,3} \left(c_{3,4} s_{1,2} s_{1,3}+c_{1,2} s_{2,4} s_{3,4}\right)\right) s_{3,5}\right)+\left(c_{3,4} \left(-c_{1,3} c_{2,4} s_{1,2} s_{1,4}+\left(c_{1,2} c_{2,3}+s_{1,2} s_{1,3} s_{2,3}\right) s_{2,4}\right)+\left(-c_{2,3} s_{1,2} s_{1,3}+c_{1,2} s_{2,3}\right) s_{3,4}\right) s_{4,5} &amp; c_{4,5} \left(c_{3,5} \left(-c_{1,4} c_{2,5} s_{1,3} s_{1,5}+\left(-c_{1,3} c_{2,4} s_{2,3}+s_{1,3} s_{1,4} s_{2,4}\right) s_{2,5}\right)+\left(c_{2,4} s_{1,3} s_{1,4} s_{3,4}+c_{1,3} \left(c_{2,3} c_{3,4}+s_{2,3} s_{2,4} s_{3,4}\right)\right) s_{3,5}\right)+\left(-c_{3,4} \left(c_{2,4} s_{1,3} s_{1,4}+c_{1,3} s_{2,3} s_{2,4}\right)+c_{1,3} c_{2,3} s_{3,4}\right) s_{4,5} &amp; -c_{4,5} \left(c_{2,5} c_{3,5} s_{1,4} s_{1,5}+c_{1,4} \left(c_{3,5} s_{2,4} s_{2,5}+c_{2,4} s_{3,4} s_{3,5}\right)\right)+c_{1,4} c_{2,4} c_{3,4} s_{4,5} &amp; c_{1,5} c_{2,5} c_{3,5} c_{4,5}<br /> \end{array}<br /> \right)<br />

again, I am not sure where there is a sign difference.
 
Thanks a loooooooooooot ! :)
 
Ah actually what you need to do is take the transpose of each of those matrices, then you get what's right:

R12 = Transpose[SO5MAP[[1]]] /. {MatrixForm[x_] :> x} /. { \[Theta] -> \[Theta][1, 2]};

The transpose is what you want, and then apply those in order. The signs will be correct then.
 
Thanks again. I realized that too. So did not check recently.
 

Similar threads

Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
790
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 0 ·
Replies
0
Views
2K