Generalized orthogonalization
Version 1.2.0.0 (2,33 KB) von
Bruno Luong
Orthonormal basis of a set vectors with respect to a non-euclidian scalar product
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 (2025). 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 LinuxKategorien
Mehr zu H-Infinity Synthesis finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
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 |