代码搜索:singular

找到约 750 项符合「singular」的源代码

代码结果 750
www.eeworm.com/read/432932/8562640

asv matrix_non_singular.asv

% matrix_non_singular.m % 求解非奇异线性方程组的解 A=[1 2 3;4 5 6;7 8 0]; y=[366;804;351]; % 方法一:判断A的条件数,A的秩以及增广矩阵【A y】的秩 rank(A) rank([A y]) cond(A) x_1=inv(A)*y; % 方法二:通过矩阵左除来求解线性方程组的解 x_2=A\y; % 输出结
www.eeworm.com/read/484889/6575910

m matrix_non_singular.m

% matrix_non_singular.m % 求解非奇异线性方程组的解 A=[1 2 3;4 5 6;7 8 0]; y=[366;804;351]; % 方法一:判断A的条件数,A的秩以及增广矩阵【A y】的秩 rank(A) rank([A y]) cond(A) x_1=inv(A)*y; % 方法二:通过矩阵左除来求解线性方程组的解 x_2=A\y; % 输出结
www.eeworm.com/read/484889/6575922

asv matrix_non_singular.asv

% matrix_non_singular.m % 求解非奇异线性方程组的解 A=[1 2 3;4 5 6;7 8 0]; y=[366;804;351]; % 方法一:判断A的条件数,A的秩以及增广矩阵【A y】的秩 rank(A) rank([A y]) cond(A) x_1=inv(A)*y; % 方法二:通过矩阵左除来求解线性方程组的解 x_2=A\y; % 输出结
www.eeworm.com/read/492937/6414540

m ssa_view_singular_spectrum.m

function ssa_view_singular_spectrum(SSA); % SSA_VIEW_SINGULAR_SPECTRUM draw singular spectrum of SSA % % last modified 10.02.05 figure('numbertitle','off','color',[1 1 1],'name','Singular spectr
www.eeworm.com/read/273525/4204920

mata rank_from_singular_values.mata

*! version 1.0.0 20jan2005 version 9.0 mata: /* real scalar rank_from_singular_values(s, tol) s is the vector of singular values tol is standard tolerance (positive, negative) retu
www.eeworm.com/read/492937/6414444

m gui_ssa_view_singular_spectrum.m

function gui_ssa_view_singular_spectrum(SSA); global SSA ssa_view_singular_spectrum(SSA);
www.eeworm.com/read/360770/10078771

m e223.m

%----------------------------------------------------------------------- % Example 2.2.3: Singular A %----------------------------------------------------------------------- clc
www.eeworm.com/read/492905/6413752

sid2

- Introduction sis2: sparse svd via subpspace iteration using A'A eigensystems. sis2.c is an ANSI-C code designed to find several of the largest eigenvalues and eigenvectors of a re
www.eeworm.com/read/135534/13922722

sid2

- Introduction sis2: sparse svd via subpspace iteration using A'A eigensystems. sis2.c is an ANSI-C code designed to find several of the largest eigenvalues and eigenvectors of a re
www.eeworm.com/read/244381/12869678

m frs_pend.m

% Frequency responses of the closed-loop system % sim_pend clp_ic = starp(pend_sm,K,6,2); % % singular values of the closed-loop transfer function omega = logspace(-4,2,100); ref_loop = sel(clp