This article proposes an algorithm for generation of N-dimensional rotation matrix R, N=m+n, m=2 p , n=2 q , p,q [2, 4, 8] which rotates given N-dimensional vector X in the direction of coordinate axis x1 Algorithm uses block diagonal...
moreThis article proposes an algorithm for generation of N-dimensional rotation matrix R, N=m+n, m=2 p , n=2 q , p,q [2, 4, 8] which rotates given N-dimensional vector X in the direction of coordinate axis x1 Algorithm uses block diagonal matrix, composed by Transpositions matrices. As practical realization article gives Matlab code of functions, which creates Householder and Transpositions matrices and V matrix for given n-dimensional vector X.