Generalized orthogonalization

Orthonormal basis of a set vectors with respect to a non-euclidian scalar product
2,3K Downloads
Aktualisiert 26. Mai 2009

Lizenz anzeigen

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,

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2009a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu H-Infinity Synthesis finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Ordering flag

1.1.0.0

Correct bug when calling with n = 1

1.0.0.0