Generalized orthogonalization

版本 1.2.0.0 (2.3 KB) 作者: Bruno Luong
Orthonormal basis of a set vectors with respect to a non-euclidian scalar product
2.3K 次下载
更新时间 2009/5/26

查看许可证

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,

引用格式

Bruno Luong (2025). Generalized orthogonalization (https://ww2.mathworks.cn/matlabcentral/fileexchange/24002-generalized-orthogonalization), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 H-Infinity Synthesis 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Ordering flag

1.1.0.0

Correct bug when calling with n = 1

1.0.0.0