代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/331961/12794037
m ex1294.m
%----------------------------------------------------------------------------
% Example 12.9.4
% to solve the ordinary differential equa
www.eeworm.com/read/331961/12794049
m ex8103.m
%----------------------------------------------------------------------------%
% Example 8.10.3 %
% to find the natural frequencies for a
www.eeworm.com/read/331961/12794101
m ex5113.m
%----------------------------------------------------------------------------
% EX5.11.3.m
% to solve the transient two-dimensional Lapl
www.eeworm.com/read/331961/12794116
m ex992.m
%----------------------------------------------------------------------------
% Example 9.9.2
% axisymmetric analysis of a thick walle
www.eeworm.com/read/331961/12794189
m ex742.m
%----------------------------------------------------------------------------%
% Example 7.4.2
% to solve static 2-d truss structure
%
www.eeworm.com/read/331961/12794325
m ex893.m
%----------------------------------------------------------------------------%
% Example 8.9.3 %
% to solve a static beam deflection usin
www.eeworm.com/read/331961/12794357
m ex8102.m
%----------------------------------------------------------------------------%
% Example 8.10.2 %
% to solve the natural frequencies of a
www.eeworm.com/read/331961/12794393
m ex1091.m
%----------------------------------------------------------------------------
% Example 10.9.1
% A simply supported square plate is su
www.eeworm.com/read/144399/12797368
m itermult.m
function [u,lambda] = iterMult(A,x,nit)
% iterMult Iterated multiplication of a vector by a matrix: u = A*A*...*A*x
%
% Synopsis: u = iterMult(A,x,nit)
% [u,lambda] = iterMul
www.eeworm.com/read/144399/12797425
m lupiv.m
function [L,U,pv] = luPiv(A,ptol)
% luPiv LU factorization with partial pivoting
%
% Synopsis: [L,U,pv] = luPiv(A)
% [L,U,pv] = luPiv(A,ptol)
%
% Input: A = coefficient matri