n×northogonale
n×northogonale is a term used to describe matrices that are orthogonal with respect to a weighted inner product on R^n. Specifically, for a fixed positive diagonal matrix W, a real n×n matrix A is called northogonal (with respect to W) if A^T W A = I_n. The weight matrix W encodes a directional bias in the inner product, so the orthogonality condition depends on this metric. When W = I_n, the concept reduces to ordinary orthogonality and A lies in the standard orthogonal group O(n).
A common way to generate northogonal matrices for a given W is to take A = W^{-1/2} Q,
Key properties follow from this structure. If A ∈ O_W(n) then det(A) = ±1 / √det(W), so the determinant’s
In practice, northogonality arises in contexts such as weighted least squares, anisotropic numerical linear algebra, and
See also: orthogonal matrix, weighted inner product, Gram–Schmidt, weighted least squares.