代码搜索:eigenvector
找到约 273 项符合「eigenvector」的源代码
代码结果 273
www.eeworm.com/read/282288/9105845
input-algo-modal-analysis
/* [a] : Parameters for Modal Analysis and embedded Newmark Integration */
no_eigen = 2;
dt = 0.03 sec;
nsteps = 200;
beta = 0.25;
gamma = 0.50;
/* [b] : Form Mass and
www.eeworm.com/read/282286/9106157
input-algo-modal-analysis
/* [a] : Parameters for Modal Analysis and embedded Newmark Integration */
no_eigen = 2;
dt = 0.03 sec;
nsteps = 200;
beta = 0.25;
gamma = 0.50;
/* [b] : Form Mass and
www.eeworm.com/read/376037/9335458
f90 eigen.f90
program main
use IMSL
implicit none
real :: A(3,3) = (/ 1,0,0,&
0,2,0,&
0,0,3 /)
real :: eigenvalue(3)
real :: eigenvector(3,3)
integer i
eigenval
www.eeworm.com/read/362500/9996172
m gramdemo.m
%GRAMDEMO Demonstrates GRAM and TLD functions
%Copyright Eigenvector Research, Inc. 1998-2000
%bmw
%nbg 10/00 decay profiles using the 詆ram
www.eeworm.com/read/362500/9996194
m mncn.m
function [mcx,mx] = mncn(x)
%MNCN Mean center scales matrix to mean zero.
% Mean centers matrix (x), returning a matrix with
% mean zero columns (mcx) and the vector of means
% (mx) used in the
www.eeworm.com/read/362372/10001504
res p103.res
Global coordinates
Node 1 0.0000E+00 0.0000E+00
Node 2 0.0000E+00 -0.1000E+01
Node 3 0.8000E+00 0.0000E+00
Node 4 0.8000E+00 -0.1000E+01
Node 5
www.eeworm.com/read/362372/10002085
res p104.res
Global coordinates
Node 1 0.0000E+00 0.0000E+00
Node 2 0.0000E+00 -0.1000E+01
Node 3 0.8000E+00 0.0000E+00
Node 4 0.8000E+00 -0.1000E+01
Node 5
www.eeworm.com/read/360770/10078756
m e392.m
%-----------------------------------------------------------------------
% Example 3.9.2: Population Growth Model
%-----------------------------------------------------------------------
% Initi
www.eeworm.com/read/360770/10078776
m e331.m
%-----------------------------------------------------------------------
% Example 3.3.1: Power Method
%-----------------------------------------------------------------------
% Initialize
www.eeworm.com/read/360770/10078866
m e332.m
%-----------------------------------------------------------------------
% Example 3.3.2: Inverse Power Method
%-----------------------------------------------------------------------
% Initiali