rdbeoap
Versión 1.0.0 (8,45 KB) por
Magdy Hanna
%function [UH, p] = rdbeoap(k, r, U, P, mtol1) % % Objective: The revised direct batch generation of desired eigenvectors % lying in the ei
%function [UH, p] = rdbeoap(k, r, U, P, mtol1)
%
% Method: Revised Direct Batch Evaluation of submatrix UH by a constrained
% Optimization Algorithm using the notion of Pseudoinverse (RDBEOAP).
%
% Input arguments:
% k: the serial number of the eigenspace Ek (numbered starting from 1).
% r: the dimension of the eigenspace Ek.
% U: a matrix whose columns are approximate eigenvectors close to Ek.
% P: the orthogonal projection matrix on the eigenspace Ek.
% mtol1: Multiplying factor of the tolerance. (tol = mtol * eps)
%
% Output arguments:
% UH: the desired orthonormal eigenvectors lying in the eigenspace Ek.
% (The matrices U and UH have the same size).
% p: rank of matrix PU = P*U.
Citar como
Magdy Hanna (2025). rdbeoap (https://es.mathworks.com/matlabcentral/fileexchange/106645-rdbeoap), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2021b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0 |
|
