Generalized orthogonalization

Orthonormal basis of a set vectors with respect to a non-euclidian scalar product
2.3K Downloads
Updated 26 May 2009

View License

Input:
A: (m x n) matrix
B: (m x m) matrix, symmetric positive-definite
Output:
Q : (m x k), where k is the rank of A
span<Q> = span<A> the columns of Q span the same space as the
columns of A, and the number of columns of Q is the rank of A.
Q satisfies: Q'*B*Q = I,

Cite As

Bruno Luong (2024). Generalized orthogonalization (https://www.mathworks.com/matlabcentral/fileexchange/24002-generalized-orthogonalization), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on H-Infinity Synthesis in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Ordering flag

1.1.0.0

Correct bug when calling with n = 1

1.0.0.0