<< orth | Linear algebra | rank >> |
[G, Y] = planerot(X) |
two-element column vector.
2 by 2 orthogonal matrix.
Y = G * X with Y(2) = 0.
[G, Y] = planerot(X) computes the Givens rotation matrix for the two-element column vector X.
X = [4; 5];
[G, X] = planerot(X)
norm.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET