| Author |
Comment/Response |
yehuda ben-shimol
|
10/02/07 07:25am
Hi,
I'm not sure if this would help you, but the way to generate a set of conditions (orthogonality in your case) is
Flatten[MapThread[Equal, {Q.Transpose[Q], IdentityMatrix[3]}, 2]]
good luck
yehuda
URL: , |
|