ortha.m

版本 1.1 (2.6 KB) 作者: Andrew Knyazev
Orthonormalization Relative to matrix A
2.7K 次下载
更新时间 2015/5/15

查看许可证

ORTHA Orthonormalization Relative to matrix A
Q=ortha(A,X)
Q=ortha('Afunc',X)

computes an orthonormal basis Q for the range of X, relative to the scalar product using a positive definite and selfadjoint matrix A. That is, Q'*A*Q = I, the columns of Q span the same space as columns of X, and rank(Q)=rank(X).

引用格式

Andrew Knyazev (2024). ortha.m (https://www.mathworks.com/matlabcentral/fileexchange/51-ortha-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R10
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签 添加标签

Community Treasure Hunt

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

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

added a conversion to a toolbox
License change to free software (BSD)

1.0.0.0