代码搜索:eigenvector

找到约 273 项符合「eigenvector」的源代码

代码结果 273
www.eeworm.com/read/216367/15017062

txt d8r2.txt

Private Sub Command1_Click() 'PROGRAM D8R2 'Driver for routine EIGSRT NP = 3 Dim D(3), V(3, 3), A(3, 3) A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3# A(2, 1) = 2#: A(2, 2) = 2
www.eeworm.com/read/475765/6778068

m ex4_6.m

% EX4_6.M Verify results of Example 4.6 % Compute eigenvalues and eigenvectors using eig A=[1 -1 0;0 1 1;0 0 -2] [V,D]=eig(A) % V has eigenvectors as columns % diag(D) a
www.eeworm.com/read/192744/8286988

txt d8r2.txt

Private Sub Command1_Click() 'PROGRAM D8R2 'Driver for routine EIGSRT NP = 3 Dim D(3), V(3, 3), A(3, 3) A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3# A(2, 1) = 2#: A(2, 2) = 2
www.eeworm.com/read/367160/9771375

f slaein.f

SUBROUTINE SLAEIN( RIGHTV, NOINIT, N, H, LDH, WR, WI, VR, VI, B, $ LDB, WORK, EPS3, SMLNUM, BIGNUM, INFO ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ
www.eeworm.com/read/367160/9772051

f dlaein.f

SUBROUTINE DLAEIN( RIGHTV, NOINIT, N, H, LDH, WR, WI, VR, VI, B, $ LDB, WORK, EPS3, SMLNUM, BIGNUM, INFO ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ
www.eeworm.com/read/367160/9772121

f claein.f

SUBROUTINE CLAEIN( RIGHTV, NOINIT, N, H, LDH, W, V, B, LDB, RWORK, $ EPS3, SMLNUM, INFO ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, U
www.eeworm.com/read/367160/9774988

html chsein.f.html

chsein.f
www.eeworm.com/read/367160/9776825

html zhsein.f.html

zhsein.f
www.eeworm.com/read/429558/8802900

m discretisationeigenvectordata.m

function Y = discretisationEigenVectorData(EigenVector) % Y = discretisationEigenVectorData(EigenVector) % % discretizes previously rotated eigenvectors in discretisation % Timothee Cour, Stella Y
www.eeworm.com/read/282288/9105740

input-eigen2

/* * ================================================================ * Compute buckling loads and modal shapes for slender elastic rod. * =======================================================