dbeoap
Versione 1.0.0 (8,41 KB) da
Magdy Hanna
% Objective: The direct batch generation of desired eigenvectors lying in % the eigenspace Ek of a unitary matrix.
function [UH, p] = dbeoap(k, r, U, P, mtol1)
% Method: Direct Batch Evaluation of optimal eigenvectors by a constrained
% Optimization Algorithm using the notion of Pseudoinverse (DBEOAP).
%
% 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 of the eigenspace Ek.
% mtol1: Multiplying factor of the tolerance. (tol = mtol * eps)
%
% Output argument:
% UH: the desired orthonormal eigenvectors lying in the eigenspace Ek.
% (The matrices U and UH have the same size).
% p: rank of matrix WSQUARE.
Cita come
Magdy Hanna (2024). dbeoap (https://www.mathworks.com/matlabcentral/fileexchange/106640-dbeoap), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2021b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |
|